fix(CashDetail): 修复合计行展示不正确的问题
This commit is contained in:
parent
76a652fc21
commit
279fe966c8
|
@ -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),
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
|
|
Loading…
Reference in New Issue