Commit 36bdd9e9 authored by youjie's avatar youjie

no message

parent 2f9e6dc5
...@@ -154,25 +154,25 @@ ...@@ -154,25 +154,25 @@
</view> </view>
<u-icon v-if="i" @click="delInfor(i)" class="inforCenterTopDel" name="clear" color="#FA6967" <u-icon v-if="i" @click="delInfor(i)" class="inforCenterTopDel" name="clear" color="#FA6967"
size="36" /> size="36" />
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>费用项目</text> <text>费用项目</text>
</view> </view>
<view class="inputBoxRight row" @click="showOptionVisible(i,1)"> <view class="inputBoxRight row items-center" @click="showOptionVisible(i,1)">
<text>{{item.CostProjectStr?item.CostProjectStr:'选择费用项目'}}</text> <text>{{item.CostProjectStr?item.CostProjectStr:'选择费用项目'}}</text>
<u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42" /> <u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42" />
</view> </view>
</view> </view>
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>币种</text> <text>币种</text>
</view> </view>
<view class="inputBoxRight row" @click="showOptionVisible(i)"> <view class="inputBoxRight row items-center" @click="showOptionVisible(i)">
<text>{{ item.CurrencyName?item.CurrencyName:'选择币种' }}</text> <text>{{ item.CurrencyName?item.CurrencyName:'选择币种' }}</text>
<u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42" /> <u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42" />
</view> </view>
</view> </view>
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>金额</text> <text>金额</text>
</view> </view>
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
<!-- <input class="text-right" type="text" v-model="item.UnitPrice" /> --> <!-- <input class="text-right" type="text" v-model="item.UnitPrice" /> -->
</view> </view>
</view> </view>
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>返佣</text> <text>返佣</text>
</view> </view>
......
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
<template v-for="(item,i) in TipList"> <template v-for="(item,i) in TipList">
<view class="inforCenterBox PX30 MT20"> <view class="inforCenterBox PX30 MT20">
<view class="inforCenter"> <view class="inforCenter">
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>金额</text> <text>金额</text>
</view> </view>
......
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
<template v-for="(item,i) in TeamList"> <template v-for="(item,i) in TeamList">
<view class="inforCenterBox PX30 MT20"> <view class="inforCenterBox PX30 MT20">
<view class="inforCenter"> <view class="inforCenter">
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>金额</text> <text>金额</text>
</view> </view>
......
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
<template v-for="(item,i) in SelfPlayingIncomeList"> <template v-for="(item,i) in SelfPlayingIncomeList">
<view class="inforCenterBox PX30 MT20"> <view class="inforCenterBox PX30 MT20">
<view class="inforCenter"> <view class="inforCenter">
<view class="inforCenterTop row justify-between"> <view class="inforCenterTop row items-center justify-between">
<view>时间</view> <view>时间</view>
<view class="text-right row items-center" @click="showDateVisible(i)"> <view class="text-right row items-center" @click="showDateVisible(i)">
<text>{{ item.UseDate?item.UseDate:'选择使用时间' }}</text> <text>{{ item.UseDate?item.UseDate:'选择使用时间' }}</text>
...@@ -154,16 +154,16 @@ ...@@ -154,16 +154,16 @@
</view> </view>
<u-icon v-if="i" @click="delInfor(i)" class="inforCenterTopDel" name="clear" color="#FA6967" <u-icon v-if="i" @click="delInfor(i)" class="inforCenterTopDel" name="clear" color="#FA6967"
size="36" /> size="36" />
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>币种</text> <text>币种</text>
</view> </view>
<view class="inputBoxRight row" @click="showOptionVisible(i)"> <view class="inputBoxRight row items-center" @click="showOptionVisible(i)">
<text>{{ item.CurrencyName?item.CurrencyName:'选择币种' }}</text> <text>{{ item.CurrencyName?item.CurrencyName:'选择币种' }}</text>
<u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42" /> <u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42" />
</view> </view>
</view> </view>
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>金额</text> <text>金额</text>
</view> </view>
......
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
</view> </view>
<u-icon v-if="i" @click="delInfor(i)" class="inforCenterTopDel" name="clear" color="#FA6967" <u-icon v-if="i" @click="delInfor(i)" class="inforCenterTopDel" name="clear" color="#FA6967"
size="36" /> size="36" />
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>金额</text> <text>金额</text>
</view> </view>
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
<!-- <input class="text-right" type="text" v-model="item.UnitPrice" /> --> <!-- <input class="text-right" type="text" v-model="item.UnitPrice" /> -->
</view> </view>
</view> </view>
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>返佣</text> <text>返佣</text>
</view> </view>
......
...@@ -154,34 +154,30 @@ ...@@ -154,34 +154,30 @@
</view> </view>
<u-icon v-if="i" @click="delInfor(i)" class="inforCenterTopDel" name="clear" color="#FA6967" <u-icon v-if="i" @click="delInfor(i)" class="inforCenterTopDel" name="clear" color="#FA6967"
size="36" /> size="36" />
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>购物店名称</text> <text>购物店名称</text>
</view> </view>
<!--日本线选择购物店--> <!--日本线选择购物店-->
<view v-if="params&&params.IsSelectShop"> <view v-if="params&&params.IsSelectShop" class="inputBoxRight row items-center" @click="showOptionVisible(i,1)">
<view class="inputBoxRight row" @click="showOptionVisible(i,1)"> <text>{{item.ShopName?item.ShopName:'选择购物店名称'}}</text>
<text>{{item.ShopName?item.ShopName:'选择购物店名称'}}</text> <u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42" />
<u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42" />
</view>
</view> </view>
<!--其他线路填写购物店--> <!--其他线路填写购物店-->
<view v-else> <view v-else class="inputBoxRight">
<view class="inputBoxRight"> <input class="text-right" placeholder="请输入购物店名称" type="text" v-model="item.ShopName" />
<input class="text-right" placeholder="请输入购物店名称" type="text" v-model="item.ShopName" />
</view>
</view> </view>
</view> </view>
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>币种</text> <text>币种</text>
</view> </view>
<view class="inputBoxRight row" @click="showOptionVisible(i)"> <view class="inputBoxRight row items-center" @click="showOptionVisible(i)">
<text>{{ item.CurrencyName?item.CurrencyName:'选择币种' }}</text> <text>{{ item.CurrencyName?item.CurrencyName:'选择币种' }}</text>
<u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42" /> <u-icon class="iconRight" name="arrow-down" color="#BBBBBB" size="42" />
</view> </view>
</view> </view>
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>金额</text> <text>金额</text>
</view> </view>
......
...@@ -147,19 +147,19 @@ ...@@ -147,19 +147,19 @@
</view> </view>
<u-icon v-if="index" @click="delInfor(index)" class="inforCenterTopDel" name="clear" color="#FA6967" <u-icon v-if="index" @click="delInfor(index)" class="inforCenterTopDel" name="clear" color="#FA6967"
size="36" /> size="36" />
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text class="tisp MR10"></text><text>出发地</text> <text class="tisp MR10"></text><text>出发地</text>
</view> </view>
<view><input class="text-right" type="text" v-model="item.StartPlace" placeholder="请输入出发地" /></view> <view><input class="text-right" type="text" v-model="item.StartPlace" placeholder="请输入出发地" /></view>
</view> </view>
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text class="tisp MR10"></text><text>目的地</text> <text class="tisp MR10"></text><text>目的地</text>
</view> </view>
<view><input class="text-right" type="text" v-model="item.EndPlace" placeholder="请输入目的地" /></view> <view><input class="text-right" type="text" v-model="item.EndPlace" placeholder="请输入目的地" /></view>
</view> </view>
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>数量</text> <text>数量</text>
</view> </view>
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
@input="getTotal()"/> @input="getTotal()"/>
</view> </view>
</view> </view>
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>金额</text> <text>金额</text>
</view> </view>
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
@blur="handleBlur(item,'UnitPrice',1)" /> @blur="handleBlur(item,'UnitPrice',1)" />
</view> </view>
</view> </view>
<view class="inputBox row justify-between noBorder"> <view class="inputBox row items-center justify-between noBorder">
<view class="row"> <view class="row">
<text>金额小计</text> <text>金额小计</text>
</view> </view>
......
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
<view class="inforCenter" <view class="inforCenter"
v-for="(item,index) in datas.HotelOrderList[datas.hotelIndex].ReimburseList.ReimburseDetailsList" v-for="(item,index) in datas.HotelOrderList[datas.hotelIndex].ReimburseList.ReimburseDetailsList"
:key="index"> :key="index">
<view class="inforCenterTop row justify-between" @click="showOptionVisible(index)"> <view class="inforCenterTop row items-center justify-between" @click="showOptionVisible(index)">
<view>{{ item.UserTypeStr?item.UserTypeStr:'选择类型' }}</view> <view>{{ item.UserTypeStr?item.UserTypeStr:'选择类型' }}</view>
<view> <view>
<u-icon name="arrow-down" color="#BBBBBB" size="42" /> <u-icon name="arrow-down" color="#BBBBBB" size="42" />
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
</view> </view>
<u-icon v-if="index" @click="delInfor(index)" class="inforCenterTopDel" name="clear" color="#FA6967" <u-icon v-if="index" @click="delInfor(index)" class="inforCenterTopDel" name="clear" color="#FA6967"
size="36" /> size="36" />
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>数量</text> <text>数量</text>
</view> </view>
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
@input="getTotal()"/> @input="getTotal()"/>
</view> </view>
</view> </view>
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>单价</text> <text>单价</text>
</view> </view>
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
<!--<input class="text-right" type="text" v-model="item.UnitPrice" @input="getNum()" />--> <!--<input class="text-right" type="text" v-model="item.UnitPrice" @input="getNum()" />-->
</view> </view>
</view> </view>
<view class="inputBox row justify-between noBorder"> <view class="inputBox row items-center justify-between noBorder">
<view class="row"> <view class="row">
<text>金额小计</text> <text>金额小计</text>
</view> </view>
......
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
<view class="inforCenter" <view class="inforCenter"
v-for="(item,index) in datas.DiningSummaryList[datas.diningIndex].ReimburseList.ReimburseDetailsList" v-for="(item,index) in datas.DiningSummaryList[datas.diningIndex].ReimburseList.ReimburseDetailsList"
:key="index"> :key="index">
<view class="inforCenterTop row justify-between" @click="showOptionVisible(index)"> <view class="inforCenterTop row items-center justify-between" @click="showOptionVisible(index)">
<view>{{ item.UserTypeStr?item.UserTypeStr:'选择类型' }}</view> <view>{{ item.UserTypeStr?item.UserTypeStr:'选择类型' }}</view>
<view> <view>
<u-icon name="arrow-down" color="#BBBBBB" size="42" /> <u-icon name="arrow-down" color="#BBBBBB" size="42" />
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
</view> </view>
<u-icon v-if="index" @click="delInfor(index)" class="inforCenterTopDel" name="clear" color="#FA6967" <u-icon v-if="index" @click="delInfor(index)" class="inforCenterTopDel" name="clear" color="#FA6967"
size="36" /> size="36" />
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>数量</text> <text>数量</text>
</view> </view>
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
@input="getTotal()" /> @input="getTotal()" />
</view> </view>
</view> </view>
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>单价</text> <text>单价</text>
</view> </view>
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
@blur="handleBlur(item,index,'UnitPrice')" /> @blur="handleBlur(item,index,'UnitPrice')" />
</view> </view>
</view> </view>
<view class="inputBox row justify-between noBorder"> <view class="inputBox row items-center justify-between noBorder">
<view class="row"> <view class="row">
<text>金额小计</text> <text>金额小计</text>
</view> </view>
......
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
</view> </view>
<u-icon v-if="index" @click="delInfor(index)" class="inforCenterTopDel" name="clear" color="#FA6967" <u-icon v-if="index" @click="delInfor(index)" class="inforCenterTopDel" name="clear" color="#FA6967"
size="36" /> size="36" />
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>数量</text> <text>数量</text>
</view> </view>
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
<!--<input class="text-right" type="number" v-model="item.UserNum" @input="getNum()" />--> <!--<input class="text-right" type="number" v-model="item.UserNum" @input="getNum()" />-->
</view> </view>
</view> </view>
<view class="inputBox row justify-between"> <view class="inputBox row items-center justify-between">
<view class="row"> <view class="row">
<text>单价</text> <text>单价</text>
</view> </view>
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
<!--<input class="text-right" type="text" v-model="item.UnitPrice" @input="getNum()" />--> <!--<input class="text-right" type="text" v-model="item.UnitPrice" @input="getNum()" />-->
</view> </view>
</view> </view>
<view class="inputBox row justify-between noBorder"> <view class="inputBox row items-center justify-between noBorder">
<view class="row"> <view class="row">
<text>金额小计</text> <text>金额小计</text>
</view> </view>
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
@scroll="scroll" style="height: 100vh;overflow: hidden;"> @scroll="scroll" style="height: 100vh;overflow: hidden;">
<view class="reimbursementInforHeaderBox"> <view class="reimbursementInforHeaderBox">
<view class="reimbursementInforTitle fixed" <view class="reimbursementInforTitle fixed"
:style="[{'background': old.scrollTop>2?'linear-gradient(-30deg, #4FA9FF, #4779FF)':''}]"> :style="[{'background': old.scrollTop>20?'linear-gradient(-30deg, #4FA9FF, #4779FF)':''}]">
<headers textAlign="left" :title="pageTitle" color="#fff"></headers> <headers textAlign="left" :title="pageTitle" color="#fff"></headers>
<scroll-view class="reimbursementInforTsBox" :scroll-x="true" :scroll-left="scrollLeft"> <scroll-view class="reimbursementInforTsBox" :scroll-x="true" :scroll-left="scrollLeft">
<view class="reimbursementInforT-text row-aic-n"> <view class="reimbursementInforT-text row-aic-n">
...@@ -788,7 +788,6 @@ ...@@ -788,7 +788,6 @@
Math.floor(e.detail.scrollTop - 250) / 100 > 1 ? Math.floor(e.detail.scrollTop - 250) / 100 > 1 ?
1 : 1 :
Math.floor(e.detail.scrollTop - 250) / 100; Math.floor(e.detail.scrollTop - 250) / 100;
console.log(this.titleStyle.opacity,'-00--------')
}, },
getOptionData() { getOptionData() {
this.apipost("dmcstatistics_post_GetReimburseTypeList", { this.apipost("dmcstatistics_post_GetReimburseTypeList", {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment