update jshERP-web/src/views/financial/modules/MoneyOutModal.vue.
修复录入付款单金额错误
This commit is contained in:
parent
1c5e41d8c2
commit
ee2f4cd4d4
@ -231,6 +231,7 @@
|
||||
totalPrice += item.eachAmount-0
|
||||
}
|
||||
billMain.totalPrice = 0-totalPrice
|
||||
billMain.changeAmount = 0-billMain.changeAmount
|
||||
if(this.fileList && this.fileList.length > 0) {
|
||||
billMain.fileName = this.fileList
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user