Commit e4083fe9 authored by liudong1993's avatar liudong1993
parents 0fd846d6 6d3f1634
...@@ -485,6 +485,11 @@ ...@@ -485,6 +485,11 @@
</span> </span>
</p> </p>
</div> </div>
<div>
<span class="TC_neibu" v-if="item.SalePlatList&&item.SalePlatList.length>0" style="margin-right:5px;"
:class="{TCneibu: plat == 3, TCb2b: plat == 1,TCb2c: plat == 2, AppPlat: plat == 4, otherPlat: plat == 5,}"
v-for="plat in item.SalePlatList" :key="plat.subCode">{{ $tripUtils.getPlatName(plat) }}</span>
</div>
</div> </div>
<div class="d2" v-if="pagesTitle=='跟团游产品'"> <div class="d2" v-if="pagesTitle=='跟团游产品'">
<p style="text-align: left; text-indent: 50px"> <p style="text-align: left; text-indent: 50px">
...@@ -646,7 +651,7 @@ ...@@ -646,7 +651,7 @@
</tr> </tr>
<tr> <tr>
<td v-if="pagesTitle=='跟团游产品'||pagesTitle=='当地游产品'">{{ $t("salesModule.Adult") }}</td> <td v-if="pagesTitle=='跟团游产品'||pagesTitle=='当地游产品'">{{ $t("salesModule.Adult") }}</td>
<!-- <!--
<td> <td>
{{ {{
item.B2BMemberPrice | priceFormat(item.B2BMemberPrice) item.B2BMemberPrice | priceFormat(item.B2BMemberPrice)
...@@ -702,7 +707,7 @@ ...@@ -702,7 +707,7 @@
) )
}} }}
</td> --> </td> -->
<td > <td>
{{ {{
(item.B2BPrice - item.ChildNoNeedPrice) (item.B2BPrice - item.ChildNoNeedPrice)
| priceFormat(item.B2BPrice - item.ChildNoNeedPrice) | priceFormat(item.B2BPrice - item.ChildNoNeedPrice)
......
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