fix(CashDetail): 修复合计行展示不正确的问题

This commit is contained in:
woody 2025-08-20 10:09:34 +08:00
parent 76a652fc21
commit 279fe966c8
1 changed files with 5 additions and 5 deletions

View File

@ -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),
'',
'',
'',
'',
'',
'',
'',