Commit e7cb4d8e authored by youjie's avatar youjie

no message

parent 8a71c93a
...@@ -171,6 +171,8 @@ ...@@ -171,6 +171,8 @@
<table border="0" cellspacing="1" cellpadding="0" class="teamRevenueExpenditureTable"> <table border="0" cellspacing="1" cellpadding="0" class="teamRevenueExpenditureTable">
<tr> <tr>
<th width="100">姓名</th> <th width="100">姓名</th>
<th width="50">性别</th>
<th width="200">护照</th>
<th>成本单据</th> <th>成本单据</th>
<th>保险单据</th> <th>保险单据</th>
<th>服务单据</th> <th>服务单据</th>
...@@ -178,7 +180,11 @@ ...@@ -178,7 +180,11 @@
<template v-for="(outItem,index) in RollCallList"> <template v-for="(outItem,index) in RollCallList">
<!-- v-if="outItem.CostRelationList.length>0||outItem.InsureRelationList.length>0||outItem.ServiceRelationList.length>0" --> <!-- v-if="outItem.CostRelationList.length>0||outItem.InsureRelationList.length>0||outItem.ServiceRelationList.length>0" -->
<tr> <tr>
<td style="white-space:nowrap; ">{{outItem.guestName}} <td style="white-space:nowrap;">{{outItem.guestName}}
</td>
<td>{{outItem.SexStr}}
</td>
<td>{{outItem.PassportNo}}
</td> </td>
<td> <td>
<div class="Finance-box"> <div class="Finance-box">
...@@ -716,6 +722,7 @@ export default { ...@@ -716,6 +722,7 @@ export default {
this.RollCallListAll = res.data.data this.RollCallListAll = res.data.data
this.RollCallListLess = res.data.data.filter((item,index) => index<3) this.RollCallListLess = res.data.data.filter((item,index) => index<3)
this.RollCallList = this.RollCallListLess this.RollCallList = this.RollCallListLess
console.log(this.RollCallList[0],'=====')
}else{ }else{
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
......
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