Commit 9090910c authored by zhengke's avatar zhengke

修改显示

parent 78b4b7f7
...@@ -58,11 +58,11 @@ ...@@ -58,11 +58,11 @@
<th width="60">进店人数</th> <th width="60">进店人数</th>
<th width="70">公司</th> <th width="70">公司</th>
<th width="70">总金额</th> <th width="70">总金额</th>
<!-- <th width="80">领队佣金<br />(应付)</th> <th width="80">领队佣金<br />(应付)</th>
<th width="80">导游佣金<br />(应付)</th> <th width="80">导游佣金<br />(应付)</th>
<th width="80">公司佣金<br />(应收)</th> <!--<th width="80">公司佣金<br />(应收)</th>
<th width="80">返佣余额</th> --> <th width="80">返佣余额</th>
<th width="80">返佣总计</th> <th width="80">返佣总计</th>-->
<th width="80">汇率</th> <th width="80">汇率</th>
<th width="80">凭证</th> <th width="80">凭证</th>
<th width="80">财务单据</th> <th width="80">财务单据</th>
...@@ -102,21 +102,21 @@ ...@@ -102,21 +102,21 @@
<td width="70"> <td width="70">
{{subItem.TotalMoney}} {{subItem.TotalMoney}}
</td> </td>
<!-- <td width="80"> <td width="80">
{{subItem.LeaderCommission}} {{subItem.LeaderCommission}}
</td> </td>
<td width="80"> <td width="80">
{{subItem.GuideCommission}} {{subItem.GuideCommission}}
</td> </td>
<td width="80"> <!-- <td width="80">
{{subItem.CompanyCommission}} {{subItem.CompanyCommission}}
</td> </td>
<td width="80" :rowspan="item.ShopDetailsList.length" v-if='subIndex==0'> <td width="80" :rowspan="item.ShopDetailsList.length" v-if='subIndex==0'>
{{subItem.OtherDeduct}} {{subItem.OtherDeduct}}
</td> --> </td>
<td width="80" :rowspan="item.ShopDetailsList.length" v-if='subIndex==0'> <td width="80" :rowspan="item.ShopDetailsList.length" v-if='subIndex==0'>
{{subItem.BackTotalMoney}} {{subItem.BackTotalMoney}}
</td> </td> -->
<td width="80" :rowspan="item.ShopDetailsList.length" v-if='subIndex==0'> <td width="80" :rowspan="item.ShopDetailsList.length" v-if='subIndex==0'>
{{subItem.DMCRate}} {{subItem.DMCRate}}
</td> </td>
......
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