Commit 09b696fb authored by 黄奎's avatar 黄奎

页面修改

parent 370652ba
...@@ -114,14 +114,16 @@ ...@@ -114,14 +114,16 @@
{{item.AirportPickUpStr}} {{item.AirportPickUpStr}}
<template v-if="item.AirportPickUp==15 && item.MergeList && item.MergeList.length>0" <template v-if="item.AirportPickUp==15 && item.MergeList && item.MergeList.length>0"
v-for="(subItem,subIndex) in item.MergeList"> v-for="(subItem,subIndex) in item.MergeList">
<div :key="subIndex" style="color:blue;white-space:nowrap;cursor:pointer;text-decoration:underline;" @click="GoToLeader(subItem)"> <div :key="subIndex" style="color:blue;white-space:nowrap;cursor:pointer;text-decoration:underline;"
@click="GoToLeader(subItem)">
套车团号:{{subItem.MTCNUM}}({{subItem.MTCID}}) 套车团号:{{subItem.MTCNUM}}({{subItem.MTCID}})
</div> </div>
</template> </template>
<template v-if="item.MergePlanList && item.MergePlanList.length>0" <template v-if="item.MergePlanList && item.MergePlanList.length>0"
v-for="(subItem,subIndex) in item.MergePlanList"> v-for="(subItem,subIndex) in item.MergePlanList">
<div :key="subIndex" style="color:blue;white-space:nowrap;cursor:pointer;text-decoration:underline;" @click="GoToLeader(subItem)"> <div :key="subIndex" style="color:blue;white-space:nowrap;cursor:pointer;text-decoration:underline;"
@click="GoToLeader(subItem)">
被套车团号:{{subItem.MTCNUM}}({{subItem.TCIDs}}) 被套车团号:{{subItem.MTCNUM}}({{subItem.TCIDs}})
</div> </div>
</template> </template>
...@@ -388,15 +390,15 @@ ...@@ -388,15 +390,15 @@
<span>{{subItem.SupplierName}} <span>{{subItem.SupplierName}}
<br /> <br />
<template v-if="subItem.SupplierPayType !== 0"> <template v-if="subItem.SupplierPayType !== 0">
<span v-if="subItem.SupplierPayType == 1"> <span v-if="subItem.SupplierPayType == 1"> 现付 </span>
现付 <span v-else-if="subItem.SupplierPayType == 2">签单</span>
</span> <span v-else-if="subItem.SupplierPayType == 3">实物抵扣</span>
<span v-else-if="subItem.SupplierPayType == 2"> <span v-else-if="subItem.SupplierPayType == 4"> 预付</span>
签单 <span v-else-if="subItem.SupplierPayType == 5">预付款抵扣</span>
</span> <span v-else-if="subItem.SupplierPayType == 6">公司合团支付</span>
<span v-else-if="subItem.SupplierPayType == 4"> <span v-else-if="subItem.SupplierPayType == 9">月结</span>
预付 <span v-else-if="subItem.SupplierPayType == 11">刷卡</span>
</span> <span v-else-if="subItem.SupplierPayType == 10">领队导游垫付</span>
</template> </template>
</span> </span>
<div v-if="subItem.IsHaveShouPeiFee==0" style="color:red;">无手配费</div> <div v-if="subItem.IsHaveShouPeiFee==0" style="color:red;">无手配费</div>
......
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