Commit d4b70f10 authored by youjie's avatar youjie

旅客名单备注

parent 2a499de1
...@@ -132,6 +132,7 @@ ...@@ -132,6 +132,7 @@
<th width="60">方式</th> <th width="60">方式</th>
<th width="100">舱位</th> <th width="100">舱位</th>
<th width="120">签证类型</th> <th width="120">签证类型</th>
<th width="560">销售备注</th>
</tr> </tr>
<tr> <tr>
<td v-show="QueryMsg.dataList.Length==0" colspan="23" align="center">{{$t('system.content_noData')}}</td> <td v-show="QueryMsg.dataList.Length==0" colspan="23" align="center">{{$t('system.content_noData')}}</td>
...@@ -182,6 +183,7 @@ ...@@ -182,6 +183,7 @@
<br>(Y) <br>(Y)
</td> </td>
<td>{{subItem.VisaTypeStr}} {{subItem.VisaTypeStr==1?'拒签':"正常"}}</td> <td>{{subItem.VisaTypeStr}} {{subItem.VisaTypeStr==1?'拒签':"正常"}}</td>
<td>{{subItem.Remarks}}</td>
</tr> </tr>
<tr v-if="!allDIs" style="height:50px; line-height:50px;"> <tr v-if="!allDIs" style="height:50px; line-height:50px;">
<td style="text-align:right" colspan="23"> <td style="text-align:right" colspan="23">
......
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