Commit a2355717 authored by youjie's avatar youjie

签证下单成本

parent 84b48d2a
...@@ -874,18 +874,19 @@ ...@@ -874,18 +874,19 @@
<th width="6%">业务员</th> <th width="6%">业务员</th>
<th width="6%">公司</th> <th width="6%">公司</th>
<th width="4%">人数</th> <th width="4%">人数</th>
<th width="8%">出发日期</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="7%">成本</th>
<th width="6%">退款</th> <th width="7%">实收</th>
<th width="6%">平台税金</th> <th width="5%">退款</th>
<th width="6%">优惠</th> <th width="5%">平台税金</th>
<th width="5%">优惠</th>
<th width="5%">待收</th> <th width="5%">待收</th>
<th width="5%">在途</th> <th width="5%">在途</th>
<th width="6%">订单状态</th> <th width="4%">订单状态</th>
<th width="5%">状态</th> <th width="5%">状态</th>
<th width="12%">操作</th> <th width="14%">操作</th>
</tr> </tr>
<tbody v-for='(item,index) in dataList'> <tbody v-for='(item,index) in dataList'>
<tr> <tr>
...@@ -908,6 +909,9 @@ ...@@ -908,6 +909,9 @@
<td> <td>
<span class="totalPrice">{{moneyFormat(item.TotalPrice)}}</span> <span class="totalPrice">{{moneyFormat(item.TotalPrice)}}</span>
</td> </td>
<td>
<span class="income">{{moneyFormat(item.CostMoney)}}</span>
</td>
<td> <td>
<span class="income">{{moneyFormat(item.Income)}}</span> <span class="income">{{moneyFormat(item.Income)}}</span>
</td> </td>
...@@ -967,7 +971,7 @@ ...@@ -967,7 +971,7 @@
</tr> </tr>
<tr> <tr>
<td colspan="16" class="RL_Order" style="height:40px;"> <td colspan="17" class="RL_Order" style="height:40px;">
<span class="VO-remarkTitle">名单:</span> <span class="VO-remarkTitle">名单:</span>
<span class="VO-redType VO-remarkCon" v-if="item.GuestList.length>0" style="cursor:pointer"> <span class="VO-redType VO-remarkCon" v-if="item.GuestList.length>0" style="cursor:pointer">
<span v-for="(childItem) in item.GuestList" style="margin-right:10px;" <span v-for="(childItem) in item.GuestList" style="margin-right:10px;"
...@@ -987,7 +991,7 @@ ...@@ -987,7 +991,7 @@
</div> </div>
</div> </div>
</td> </td>
<td colspan="8" class="groupTourOrder_tickets2" style="height: 40px;"> <td colspan="9" class="groupTourOrder_tickets2" style="height: 40px;">
<div> <div>
<div class="row justify-sb wrap mr"> <div class="row justify-sb wrap mr">
<div class="row relative" style="margin-top: 5px;"> <div class="row relative" style="margin-top: 5px;">
...@@ -1080,11 +1084,11 @@ ...@@ -1080,11 +1084,11 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="17" style="height: 1px;magrin:0;padding: 0;background-color: #000;"></td> <td colspan="18" style="height: 1px;magrin:0;padding: 0;background-color: #000;"></td>
</tr> </tr>
</tbody> </tbody>
<tr v-show="dataList.length==0"> <tr v-show="dataList.length==0">
<td v-show="dataList.length==0" colspan="17" align="center">暂无数据</td> <td v-show="dataList.length==0" colspan="18" align="center">暂无数据</td>
</tr> </tr>
</table> </table>
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage" layout="total" <el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage" layout="total"
......
...@@ -112,16 +112,18 @@ ...@@ -112,16 +112,18 @@
isShow: { isShow: {
handler(newValue,onldValue) { handler(newValue,onldValue) {
this.cdState = newValue this.cdState = newValue
// this.czgetList() if(this.cdState==true){
// this.getCostTypeList() this.czgetList()
this.getCostTypeList()
}
}, },
// deep:true, // deep:true,
immediate: false immediate: false
} }
}, },
mounted() { mounted() {
this.czgetList() // this.czgetList()
this.getCostTypeList() // this.getCostTypeList()
}, },
methods: { methods: {
close(){ close(){
......
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