Commit 83c056ab authored by liudong1993's avatar liudong1993

1

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