Commit c9479390 authored by youjie's avatar youjie

no message

parent 2b794ffc
...@@ -89,11 +89,12 @@ ...@@ -89,11 +89,12 @@
<th width="7%">性别</th> <th width="7%">性别</th>
<th width="7%">出生地</th> <th width="7%">出生地</th>
<th width="7%">出生日期</th> <th width="7%">出生日期</th>
<th width="8%">身份证号</th> <th width="7%">身份证号</th>
<th width="8%">护照号</th> <th width="7%">护照号</th>
<th width="8%">签发地</th> <th width="6%">签发地</th>
<th width="7%">签发日期</th> <th width="6%">签发日期</th>
<th width="7%">有效日期</th> <th width="6%">有效日期</th>
<th width="6%">是否需要签证</th>
<th width="7%">创建人</th> <th width="7%">创建人</th>
<th width="7%">操作</th> <th width="7%">操作</th>
</tr> </tr>
...@@ -116,6 +117,9 @@ ...@@ -116,6 +117,9 @@
<td>{{item.PassportAddress}}</td> <td>{{item.PassportAddress}}</td>
<td>{{item.PassportIssued}}</td> <td>{{item.PassportIssued}}</td>
<td>{{item.PassportExpiry}}</td> <td>{{item.PassportExpiry}}</td>
<td>
<span style="color: red;">{{item.NeedVisa?'是':''}}</span>
</td>
<td>{{item.CreateByName}}</td> <td>{{item.CreateByName}}</td>
<td> <td>
<el-button-group> <el-button-group>
...@@ -128,7 +132,7 @@ ...@@ -128,7 +132,7 @@
</tbody> </tbody>
<tbody v-show="tableList.length===0" class="passengerInfo_table_noInfo"> <tbody v-show="tableList.length===0" class="passengerInfo_table_noInfo">
<tr> <tr>
<td colspan="13" class="">暂无数据</td> <td colspan="15" class="">暂无数据</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
} }
.mb { .mb {
margin-bottom: 10px; margin-bottom: 5px;
} }
.mb20 { .mb20 {
...@@ -1156,7 +1156,7 @@ ...@@ -1156,7 +1156,7 @@
</span> </span>
<span v-if="item.FinanceList.length===0" style="cursor: default;">暂无数据</span> --> <span v-if="item.FinanceList.length===0" style="cursor: default;">暂无数据</span> -->
</div> </div>
<div style="margin-top: 5px;"> <div>
<span style="white-space: nowrap;">{{$t('salesModule.Invoice')}}:</span> <span style="white-space: nowrap;">{{$t('salesModule.Invoice')}}:</span>
<span v-for="(item2,index2) in scope.row.invoiceApplyList" :key="index2" <span v-for="(item2,index2) in scope.row.invoiceApplyList" :key="index2"
style="margin-right:10px;cursor:pointer;white-space: nowrap;"> style="margin-right:10px;cursor:pointer;white-space: nowrap;">
......
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