Commit 16d562ed authored by 黄奎's avatar 黄奎

页面修改

parent b6172815
...@@ -199,11 +199,11 @@ ...@@ -199,11 +199,11 @@
<td> <td>
{{childItem.RebateRatio}} % {{childItem.RebateRatio}} %
</td> </td>
<td> <td v-if="childIndex==0" :rowspan="5">
<template v-if="childItem.TaxType==1"> <template v-if="subItem.TaxType==1">
税入 税入
</template> </template>
<template v-if="childItem.TaxType==2"> <template v-if="subItem.TaxType==2">
税别 税别
</template> </template>
</td> </td>
...@@ -234,10 +234,7 @@ ...@@ -234,10 +234,7 @@
<td colspan="15"> <td colspan="15">
{{moneyFormat(TotalNav.reimburseTotalPrice.ExpendTotalPrice)}} {{moneyFormat(TotalNav.reimburseTotalPrice.ExpendTotalPrice)}}
</td> </td>
<!-- <td>签单/预付/抵扣总金额</td>
<td colspan="7">
{{moneyFormat(TotalNav.reimburseTotalPrice.BalanceTotalPrice)}}
</td> -->
</tr> </tr>
</table> </table>
<table class="leaderReimbursementTable" border="0" cellspacing="1" cellpadding="0"> <table class="leaderReimbursementTable" border="0" cellspacing="1" cellpadding="0">
...@@ -794,6 +791,7 @@ ...@@ -794,6 +791,7 @@
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.list = res.data.data; this.list = res.data.data;
console.log("this.list",this.list);
this.UseCount = this.list.UseCount; this.UseCount = this.list.UseCount;
if (this.list.OtherOrderReportList.OtherList && this.list.OtherOrderReportList.OtherList.length > 0) { if (this.list.OtherOrderReportList.OtherList && this.list.OtherOrderReportList.OtherList.length > 0) {
this.list.OtherOrderReportList.OtherList.forEach(x => { this.list.OtherOrderReportList.OtherList.forEach(x => {
......
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