Commit 307fc19e authored by youjie's avatar youjie

no message

parent ac0207c1
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
<img class="ML20" :src="!showOther?downImg[0]:downImg[1]"/> <img class="ML20" :src="!showOther?downImg[0]:downImg[1]"/>
</view> </view>
</view> </view>
<view v-if="dataList&&dataList[currentIndex]&&showOther" class="PB20"> <view v-if="dataList&&dataList[currentIndex]&&dataList[currentIndex].OtherTotalPriceList.length>0&&showOther" class="PB20">
<view <view
v-for="(item,index) in dataList[currentIndex].OtherTotalPriceList" v-for="(item,index) in dataList[currentIndex].OtherTotalPriceList"
class="billDetailsCCBox billDetailsCCBoxOth row items-center justify-between fz28"> class="billDetailsCCBox billDetailsCCBoxOth row items-center justify-between fz28">
......
...@@ -423,7 +423,7 @@ ...@@ -423,7 +423,7 @@
export default { export default {
data() { data() {
return { return {
scrollTop: 1200, scrollTop: 0,
old: { old: {
scrollTop: 0 scrollTop: 0
}, },
......
...@@ -105,9 +105,9 @@ ...@@ -105,9 +105,9 @@
border-radius: 10rpx; border-radius: 10rpx;
} }
.itineraryInformationSCenter view view{ .itineraryInformationSCenter view view{
padding: 20rpx 0;
} }
.itineraryInformationSCenter view view:first-child{ .itineraryInformationSCenter view .left{
width: 150rpx; width: 150rpx;
text-align: right; text-align: right;
color: #333; color: #333;
...@@ -237,8 +237,8 @@ ...@@ -237,8 +237,8 @@
<view class="itineraryInformationCBox PX30"> <view class="itineraryInformationCBox PX30">
<view v-if="datas[currentIndex]&&datas[currentIndex].ShopList&&datas[currentIndex].ShopList.length>0" class="MT30 PB30 itineraryInformationSCenter"> <view v-if="datas[currentIndex]&&datas[currentIndex].ShopList&&datas[currentIndex].ShopList.length>0" class="MT30 PB30 itineraryInformationSCenter">
<view class="row" v-for="(item,index) in datas[currentIndex].ShopList"> <view class="row" v-for="(item,index) in datas[currentIndex].ShopList">
<view class="fz24 MR30" v-if="item.PolicyAttention">{{item.PolicyAttention?item.PolicyAttention:''}}</view> <view class="fz24 MR30 left PY20" v-if="item.PolicyAttention">{{item.PolicyAttention?item.PolicyAttention:'-'}}</view>
<view class="flex1 fz28 MT20">{{item.ShopName}}</view> <view class="flex1 fz28 MT20 PY20 PL20">{{item.ShopName}}</view>
</view> </view>
</view> </view>
<view v-else class="fz26 text-center MT20">无购物店安排</view> <view v-else class="fz26 text-center MT20">无购物店安排</view>
...@@ -251,24 +251,24 @@ ...@@ -251,24 +251,24 @@
<view class="MT30 PB30 itineraryInformationSCenter" <view class="MT30 PB30 itineraryInformationSCenter"
v-for="(item,index) in datas[currentIndex].PrincipalList"> v-for="(item,index) in datas[currentIndex].PrincipalList">
<view class="row"> <view class="row">
<view class="fz24">车负责人</view> <view class="fz24 left PY20">车负责人</view>
<view class="flex1 fz28 ML30">{{item.BConfirmName?item.BConfirmName:'无'}}{{item.BConfirmMobile!=''?`/${item.BConfirmMobile}`:''}}</view> <view class="flex1 fz28 ML30 PY20">{{item.BConfirmName?item.BConfirmName:'无'}}{{item.BConfirmMobile!=''?`/${item.BConfirmMobile}`:''}}</view>
</view> </view>
<view class="row"> <view class="row">
<view class="fz24">门票负责人</view> <view class="fz24 left PY20">门票负责人</view>
<view class="flex1 fz28 ML30">{{item.TConfirmName?item.TConfirmName:'无'}}{{item.TConfirmMobile!=''?`/${item.TConfirmMobile}`:''}}</view> <view class="flex1 fz28 ML30 PY20">{{item.TConfirmName?item.TConfirmName:'无'}}{{item.TConfirmMobile!=''?`/${item.TConfirmMobile}`:''}}</view>
</view> </view>
<view class="row"> <view class="row">
<view class="fz24">机票负责人</view> <view class="fz24 left PY20">机票负责人</view>
<view class="flex1 fz28 ML30">{{item.CreateByName?item.CreateByName:'无'}}{{item.CreateByMobile!=''?`/${item.CreateByMobile}`:''}}</view> <view class="flex1 fz28 ML30 PY20">{{item.CreateByName?item.CreateByName:'无'}}{{item.CreateByMobile!=''?`/${item.CreateByMobile}`:''}}</view>
</view> </view>
<view class="row"> <view class="row">
<view class="fz24">订房负责人</view> <view class="fz24 left PY20">订房负责人</view>
<view class="flex1 fz28 ML30">{{item.HConfirmName?item.HConfirmName:'无'}}{{item.HConfirmMobile!=''?`/${item.HConfirmMobile}`:''}}</view> <view class="flex1 fz28 ML30 PY20">{{item.HConfirmName?item.HConfirmName:'无'}}{{item.HConfirmMobile!=''?`/${item.HConfirmMobile}`:''}}</view>
</view> </view>
<view class="row"> <view class="row">
<view class="fz24">订餐负责人</view> <view class="fz24 left PY20">订餐负责人</view>
<view class="flex1 fz28 ML30">{{item.DConfirmName?item.DConfirmName:'无'}}{{item.DConfirmMobile!=''?`/${item.DConfirmMobile}`:''}}</view> <view class="flex1 fz28 ML30 PY20">{{item.DConfirmName?item.DConfirmName:'无'}}{{item.DConfirmMobile!=''?`/${item.DConfirmMobile}`:''}}</view>
</view> </view>
</view> </view>
</view> </view>
......
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