!78 付款单金额changeAmount错误导致付款变成收款

Merge pull request !78 from 华鱼西/master
This commit is contained in:
季圣华
2021-07-28 03:51:31 +00:00
committed by Gitee

View File

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