update jshERP-web/src/views/financial/modules/MoneyOutModal.vue.
修复录入付款单金额错误
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user