Commit ee2f4cd4 authored by 华鱼西's avatar 华鱼西 Committed by Gitee
Browse files

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

修复录入付款单金额错误
parent 1c5e41d8
...@@ -231,6 +231,7 @@ ...@@ -231,6 +231,7 @@
totalPrice += item.eachAmount-0 totalPrice += item.eachAmount-0
} }
billMain.totalPrice = 0-totalPrice billMain.totalPrice = 0-totalPrice
billMain.changeAmount = 0-billMain.changeAmount
if(this.fileList && this.fileList.length > 0) { if(this.fileList && this.fileList.length > 0) {
billMain.fileName = this.fileList billMain.fileName = this.fileList
} }
......
Supports Markdown
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