Compare commits

..

2 Commits

Author SHA1 Message Date
woody 35b908c4be fix(cashDetail): 错行问题修复 2025-08-20 10:42:50 +08:00
woody 279fe966c8 fix(CashDetail): 修复合计行展示不正确的问题 2025-08-20 10:42:39 +08:00
1 changed files with 4 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,9 @@ export default {
numberToCurrencyNo(obj.serviceCharge),
numberToCurrencyNo(obj.incomeTax),
numberToCurrencyNo(obj.issuedAmount),
numberToCurrencyNo(obj.settleCashAmount),
numberToCurrencyNo(obj.settleServiceCharge),
numberToCurrencyNo(obj.settleIncomeTax),
numberToCurrencyNo(obj.settleIssuedAmount),
'',
'',
'',
'',
'',
'',