Commit 83c056ab authored by liudong1993's avatar liudong1993

1

parent e5eb1747
......@@ -270,6 +270,7 @@
<th>{{$t('sm.yituikaun')}}</th>
<th>{{$t('fnc.ptshuijin')}}</th>
<th>{{$t('fnc.ztjine')}}</th>
<th>制单未审核</th>
<th>{{$t('objFill.shengqingjje')}}</th>
<th>{{$t('objFill.v101.FinancialModule.shengqgjhds')}}</th>
<th>{{$t('salesModule.ApplyReason')}}</th>
......@@ -277,7 +278,7 @@
<tr v-for=" ( item , index ) in DataList ">
<td> <span class="_link_hover" @click="jumpPage('RegistrationList', item.TCID, 1, 0)"> {{ item.TCNUM }}{{ item.TCID }}</span> </td>
<td> {{ item.StartDate }} </td>
<td colspan="14">
<td colspan="15">
<table class="_singeRowTable_two" style="width: 100%;table-layout: fixed;border-collapse: collapse;" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr v-for=" ( son , sIndex ) in item.OrderList ">
......@@ -292,6 +293,7 @@
<td> {{ son.Refund }} </td>
<td> {{ son.PlatformTax }} </td>
<td> {{ son.ZaiTuMoney }} </td>
<td> {{ son.NoCashierMoney }} </td>
<td> {{ son.DaiShou!=0 && son.ApplyDate? son.ApplyForMoney :'' }} </td>
<td> {{ son.DaiShou!=0 && son.ApplyDate? son.ApplyDaiShou :'' }} </td>
<td v-if="son.DaiShou!=0 && son.ApplyDate"> {{son.ApplyDate}}<br>{{ son.ApplyForReason }} </td>
......@@ -310,7 +312,7 @@
<td>{{Statistics.Refund}}</td>
<td>{{Statistics.PlatformTax}}</td>
<td>{{Statistics.ZaiTuMoney}}</td>
<td colspan="3"></td>
<td colspan="4"></td>
</tr>
</table>
<div class="noDataNotice" v-if="noData">
......
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