优化单据列表的待收待付金额
This commit is contained in:
@@ -252,7 +252,7 @@
|
||||
{ title: '待收金额', dataIndex: 'needOutMoney',width:80,
|
||||
customRender:function (text,record,index) {
|
||||
let needOutMoney = record.discountLastMoney + record.otherMoney - record.deposit
|
||||
return needOutMoney? needOutMoney.toFixed(2):''
|
||||
return needOutMoney? needOutMoney.toFixed(2):0
|
||||
}
|
||||
},
|
||||
{ title: '收款', dataIndex: 'changeAmount',width:60},
|
||||
|
||||
Reference in New Issue
Block a user