Commit b5fd4093 authored by 黄媛媛's avatar 黄媛媛
parents 6e5d9077 3b1059d8
...@@ -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>
......
...@@ -81,8 +81,8 @@ ...@@ -81,8 +81,8 @@
border-radius: 15px; border-radius: 15px;
margin-left: 10px; margin-left: 10px;
} }
.TCdiv_content .isShowSign{ .TcConfirmMain .isShowSign{
z-index: 999; z-index: 999!important;
} }
.CisHideen{ .CisHideen{
display: none; display: none;
...@@ -341,7 +341,7 @@ ...@@ -341,7 +341,7 @@
</style> </style>
<template> <template>
<div> <div class="TcConfirmMain">
<template v-if="CtObj.CType==1"> <template v-if="CtObj.CType==1">
<div class="TCdiv_content" :class="dialogVisible?'CisHideen':''"> <div class="TCdiv_content" :class="dialogVisible?'CisHideen':''">
......
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