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

页面修改

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