Commit 89e5572d authored by 黄奎's avatar 黄奎

团控列表新增机票编号

parent 30e913f7
......@@ -1200,6 +1200,9 @@
<th width="185" style="text-align: center">
团号/{{ $t("Operation.Op_bindNum") }}
</th>
<th width="75" style="text-align: center">
机票编号
</th>
<th width="75" style="text-align: center">
总机位
</th>
......@@ -1229,6 +1232,9 @@
</span>
</template>
</td>
<td>
{{subItem.AirTicketId}}
</td>
<td style="text-align: center">{{ subItem.TicketNum }}
<template v-if="subItem.ChangeNum!=0">
<el-popover placement="top-start" title="变更记录" width="260" trigger="hover">
......
......@@ -776,7 +776,7 @@
<div class="TC_SeatList">{{$t('Airticket.Air_firstClass')}}:{{item.FSeat}}</div>
<div class="TC_SeatList">{{$t('Airticket.Air_businessClass')}}:{{item.CSeat}}</div>
<div class="TC_SeatList">{{$t('Airticket.Air_EconomyClass')}}:{{item.YSeat}}</div>
<el-popover placement="top-start" title="变更记录" width="260" trigger="hover" v-if="item.NoBindNum > 0">
<el-popover placement="top-start" title="变更记录" width="260" trigger="hover" v-if="item.NoBindNum > 0">
<table>
<template v-for="(subItem,subIndex) in item.TicketList">
<template v-for="(changeItem,changeIndex) in subItem.SubList">
......@@ -803,6 +803,9 @@
<th width="185" style="text-align: center">
团号/{{ $t("Operation.Op_bindNum") }}
</th>
<th width="75" style="text-align: center">
机票编号
</th>
<th width="75" style="text-align: center">
总机位
</th>
......@@ -832,6 +835,9 @@
</span>
</template>
</td>
<td>
{{subItem.AirTicketId}}
</td>
<td style="text-align: center">{{ subItem.TicketNum }}
<template v-if="subItem.ChangeNum!=0">
<el-popover placement="top-start" title="变更记录" width="260" trigger="hover">
......
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