fix(CashDetail): 修复合计行展示不正确的问题
This commit is contained in:
parent
ff08945531
commit
c48e4d477a
|
@ -987,7 +987,7 @@ export default {
|
||||||
// this.$nextTick(() => {
|
// this.$nextTick(() => {
|
||||||
if (this.lastData) {
|
if (this.lastData) {
|
||||||
const obj = this.lastData
|
const obj = this.lastData
|
||||||
|
console.log(obj, '....obj')
|
||||||
return [
|
return [
|
||||||
'',
|
'',
|
||||||
'合计',
|
'合计',
|
||||||
|
@ -1000,10 +1000,10 @@ export default {
|
||||||
numberToCurrencyNo(obj.serviceCharge),
|
numberToCurrencyNo(obj.serviceCharge),
|
||||||
numberToCurrencyNo(obj.incomeTax),
|
numberToCurrencyNo(obj.incomeTax),
|
||||||
numberToCurrencyNo(obj.issuedAmount),
|
numberToCurrencyNo(obj.issuedAmount),
|
||||||
numberToCurrencyNo(obj.settleCashAmount),
|
'',
|
||||||
numberToCurrencyNo(obj.settleServiceCharge),
|
'',
|
||||||
numberToCurrencyNo(obj.settleIncomeTax),
|
'',
|
||||||
numberToCurrencyNo(obj.settleIssuedAmount),
|
'',
|
||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
|
|
Loading…
Reference in New Issue