Commit 7039fb71 authored by 黄奎's avatar 黄奎

团控列表新增负责票务

parent cf2462fb
......@@ -95,7 +95,6 @@
.TC_HotelPop table th {
text-align: center;
}
</style>
<template>
<div class="TC_Content">
......@@ -663,19 +662,21 @@
<div class="TC_SeatList">{{$t('Airticket.Air_EconomyClass')}}:{{item.YSeat}}</div>
<div class="TC_SeatList" v-if="item.BindNum>0" style="color:red;">绑定数量: {{item.BindNum}}</div>
<div class="TC_SeatList" v-if="item.TicketNum>0 && item.TicketList">
<el-popover width="340" trigger="click" popper-class="TC_customerInfo">
<table width="340" border="0" cellspacing="0" cellpadding="0">
<el-popover width="440" trigger="click" popper-class="TC_customerInfo">
<table width="440" border="0" cellspacing="0" cellpadding="0" >
<tr>
<th width="70">绑定数量</th>
<th width="70">机票数量</th>
<th width="70">价格</th>
<th width="130">PNR</th>
<th width="70" style="text-align:center;">绑定数量</th>
<th width="70" style="text-align:center;">机票数量</th>
<th width="70" style="text-align:center;">价格</th>
<th width="130" style="text-align:center;">PNR</th>
<th width="100" style="text-align:center;">票务</th>
</tr>
<tr v-for="subItem in item.TicketList">
<td>{{subItem.BindNum}}</td>
<td>{{subItem.TicketNum}}</td>
<td>{{subItem.TicketPrice}}</td>
<td>{{subItem.PNR}}</td>
<td style="text-align:center;">{{subItem.BindNum}}</td>
<td style="text-align:center;">{{subItem.TicketNum}}</td>
<td style="text-align:center;">{{subItem.TicketPrice}}</td>
<td style="text-align:center;">{{subItem.PNR}}</td>
<td style="text-align:center;">{{subItem.TicketCreateByName}}</td>
</tr>
</table>
<span slot="reference" title="点击查看详情" class="price"
......
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