Commit dc397c68 authored by nnsdaos's avatar nnsdaos

已还金额

parent 2b704a23
......@@ -1018,7 +1018,7 @@ export default {
// 计算已还金额
planMoneyFormat: function (row, column) {
return this.accAdd(this.accAdd( this.accAdd(this.accAdd(row.backedBen, row.backedFu), row.backedXi),row.planFa),row.accountAmt) .toFixed(2)
return this.accAdd( this.accAdd( this.accAdd( this.accAdd(this.accAdd(row.backedBen, row.backedFu), row.backedXi),row.backedFa),row.backedBurden),row.backedSpeaccount) .toFixed(2)
},
// 银行信息拼接
cardBankFormat: function (row, column) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment