From c48e4d477ace363a875f29281b70c903b4e02066 Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 20 Aug 2025 10:09:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(CashDetail):=20=E4=BF=AE=E5=A4=8D=E5=90=88?= =?UTF-8?q?=E8=AE=A1=E8=A1=8C=E5=B1=95=E7=A4=BA=E4=B8=8D=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/financial/cashDetails/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/financial/cashDetails/index.vue b/src/views/financial/cashDetails/index.vue index b26bc0e..c295431 100644 --- a/src/views/financial/cashDetails/index.vue +++ b/src/views/financial/cashDetails/index.vue @@ -987,7 +987,7 @@ export default { // this.$nextTick(() => { if (this.lastData) { const obj = this.lastData - + console.log(obj, '....obj') return [ '', '合计', @@ -1000,10 +1000,10 @@ export default { numberToCurrencyNo(obj.serviceCharge), numberToCurrencyNo(obj.incomeTax), numberToCurrencyNo(obj.issuedAmount), - numberToCurrencyNo(obj.settleCashAmount), - numberToCurrencyNo(obj.settleServiceCharge), - numberToCurrencyNo(obj.settleIncomeTax), - numberToCurrencyNo(obj.settleIssuedAmount), + '', + '', + '', + '', '', '', '',