Commit a2355717 authored by youjie's avatar youjie

签证下单成本

parent 84b48d2a
......@@ -874,18 +874,19 @@
<th width="6%">业务员</th>
<th width="6%">公司</th>
<th width="4%">人数</th>
<th width="8%">出发日期</th>
<th width="8%">报名日期</th>
<th width="8%">应收总额</th>
<th width="8%">实收</th>
<th width="6%">退款</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>
<th width="7%">实收</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="12%">操作</th>
<th width="14%">操作</th>
</tr>
<tbody v-for='(item,index) in dataList'>
<tr>
......@@ -908,6 +909,9 @@
<td>
<span class="totalPrice">{{moneyFormat(item.TotalPrice)}}</span>
</td>
<td>
<span class="income">{{moneyFormat(item.CostMoney)}}</span>
</td>
<td>
<span class="income">{{moneyFormat(item.Income)}}</span>
</td>
......@@ -967,7 +971,7 @@
</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-redType VO-remarkCon" v-if="item.GuestList.length>0" style="cursor:pointer">
<span v-for="(childItem) in item.GuestList" style="margin-right:10px;"
......@@ -987,7 +991,7 @@
</div>
</div>
</td>
<td colspan="8" class="groupTourOrder_tickets2" style="height: 40px;">
<td colspan="9" class="groupTourOrder_tickets2" style="height: 40px;">
<div>
<div class="row justify-sb wrap mr">
<div class="row relative" style="margin-top: 5px;">
......@@ -1080,11 +1084,11 @@
</td>
</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>
</tbody>
<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>
</table>
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage" layout="total"
......
......@@ -112,16 +112,18 @@
isShow: {
handler(newValue,onldValue) {
this.cdState = newValue
// this.czgetList()
// this.getCostTypeList()
if(this.cdState==true){
this.czgetList()
this.getCostTypeList()
}
},
// deep:true,
immediate: false
}
},
mounted() {
this.czgetList()
this.getCostTypeList()
// this.czgetList()
// this.getCostTypeList()
},
methods: {
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