Commit 11690bb9 authored by 吴春's avatar 吴春

1

parent b8c2adb5
...@@ -4,15 +4,16 @@ ...@@ -4,15 +4,16 @@
<div class="table-head"> <div class="table-head">
<table class="enrollTotalSearchTable" border="0" cellspacing="0" cellpadding="0"> <table class="enrollTotalSearchTable" border="0" cellspacing="0" cellpadding="0">
<colgroup> <colgroup>
<col width="12%" /> <col width="11%" />
<col width="8.5%" /> <col width="7.5%" />
<col width="6.5%" /> <col width="5.5%" />
<col width="8.5%" /> <col width="8.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="5.5%" />
<col width="5.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
...@@ -20,15 +21,16 @@ ...@@ -20,15 +21,16 @@
</colgroup> </colgroup>
<thead> <thead>
<tr class="fix_th"> <tr class="fix_th">
<th width="12%">单号</th> <th width="11%">单号</th>
<th width="8.5%">客人</th> <th width="7.5%">客人</th>
<th width="6.5%">人数</th> <th width="5.5%">人数</th>
<th width="8.5%">出行概述</th> <th width="8.5%">出行概述</th>
<th width="6.5%">应收</th> <th width="6.5%">应收</th>
<th width="6.5%">实收</th> <th width="6.5%">实收</th>
<th width="6.5%">在途金额</th>
<th width="6.5%">退款</th> <th width="6.5%">退款</th>
<th width="6.5%">成本</th> <th width="5.5%">成本</th>
<th width="6.5%">手续费</th> <th width="5.5%">手续费</th>
<th width="6.5%">待收</th> <th width="6.5%">待收</th>
<th width="6.5%">出票状态</th> <th width="6.5%">出票状态</th>
<th width="6.5%">签证状态</th> <th width="6.5%">签证状态</th>
...@@ -41,15 +43,16 @@ ...@@ -41,15 +43,16 @@
<div class="table-body" v-loading="loading"> <div class="table-body" v-loading="loading">
<table class="enrollTotalSearchTable" border="0" cellspacing="0" cellpadding="0"> <table class="enrollTotalSearchTable" border="0" cellspacing="0" cellpadding="0">
<colgroup> <colgroup>
<col width="12%" /> <col width="11%" />
<col width="8.5%" /> <col width="7.5%" />
<col width="6.5%" /> <col width="5.5%" />
<col width="8.5%" /> <col width="8.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="5.5%" />
<col width="5.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
<col width="6.5%" /> <col width="6.5%" />
...@@ -95,6 +98,9 @@ ...@@ -95,6 +98,9 @@
<td style="border:none"> <td style="border:none">
{{item.IncomeMoney}} {{item.IncomeMoney}}
</td> </td>
<td style="border:none">
{{item.PlatformMoney}}
</td>
<td style="border:none"> <td style="border:none">
{{item.BackMoney}} {{item.BackMoney}}
</td> </td>
...@@ -184,7 +190,7 @@ ...@@ -184,7 +190,7 @@
<span v-if="item.Remark == null || item.Remark == ''">暂无</span> <span v-if="item.Remark == null || item.Remark == ''">暂无</span>
</div> </div>
</td> </td>
<td :colspan="4" style="height: 108px;text-align: left"> <td :colspan="5" style="height: 108px;text-align: left">
<div class="documents-text"> <div class="documents-text">
<div class="documents-left"> <div class="documents-left">
<div>收入单据:</div> <div>收入单据:</div>
......
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