update jshERP-web/src/views/financial/modules/MoneyOutModal.vue.

修复录入付款单金额错误
This commit is contained in:
华鱼西 2021-07-28 02:00:36 +00:00 committed by Gitee
parent 1c5e41d8c2
commit ee2f4cd4d4

View File

@ -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
}