From 24e25af7a2319541cac7e884303937fb69e0afe6 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Mon, 12 Jan 2026 16:48:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=80=E8=B4=A6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CancelAccountApplicationListPanel.vue | 31 ++++++++++++++++--- .../panel/CancelAccountBillList.vue | 4 +-- .../panel/CancelAccountCheckListPanel.vue | 6 ++-- 3 files changed, 32 insertions(+), 9 deletions(-) diff --git a/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue b/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue index 10977b19..8dc7c187 100644 --- a/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue +++ b/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue @@ -69,7 +69,7 @@ - + - + + + + + @@ -294,6 +313,10 @@ export default { }, cancelForm() { this.openForm = false; + }, + unrecedMoney(row) { + // return (row.detailList.reduce((total, item) => total + (item.emisWaybill.freight - item.emisSettleSubBill.recedMoney - item.emisSettleSubBill.satisfyMoney - item.emisSettleSubBill.allowanceMoney - item.emisSettleSubBill.deductionMoney - item.emisSettleSubBill.otherMoney || 0), 0)) - (row.writeoffAmount); + return (row.detailList.reduce((total, item) => total + (item.emisWaybill.freight - item.emisSettleSubBill.recedMoney || 0), 0)); } } }; diff --git a/src/views/emis/emisSettleBill/panel/CancelAccountBillList.vue b/src/views/emis/emisSettleBill/panel/CancelAccountBillList.vue index 485f6d05..c66bdd81 100644 --- a/src/views/emis/emisSettleBill/panel/CancelAccountBillList.vue +++ b/src/views/emis/emisSettleBill/panel/CancelAccountBillList.vue @@ -12,7 +12,7 @@ -