zxz 2 years ago
parent
commit
fa4a781b2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/statisticalReport/autoSettlementList.vue

+ 1 - 1
src/views/statisticalReport/autoSettlementList.vue

@@ -1213,7 +1213,7 @@ export default {
             response.records[i].deductionAmountchange = false
             response.records[i].deductionAmountchange = false
             response.records[i].amountIngPayable = response.records[i].amountIngPayable.toFixed(2)
             response.records[i].amountIngPayable = response.records[i].amountIngPayable.toFixed(2)
             response.records[i].amountEdPayable = response.records[i].amountEdPayable.toFixed(2)
             response.records[i].amountEdPayable = response.records[i].amountEdPayable.toFixed(2)
-            response.records[i].amountNotPayable = (response.records[i].amountIngPayable - response.records[i]
+            response.records[i].amountNotPayable = (response.records[i].totalPayable - response.records[i]
               .amountEdPayable).toFixed(2)
               .amountEdPayable).toFixed(2)
             if (response.records[i].tranPriceApproveList) {
             if (response.records[i].tranPriceApproveList) {
               for (var j = 0; j < response.records[i].tranPriceApproveList.length; j++) {
               for (var j = 0; j < response.records[i].tranPriceApproveList.length; j++) {