优化单据多账户

This commit is contained in:
季圣华
2021-07-11 22:29:01 +08:00
parent c937dbc633
commit b2603aec6b
5 changed files with 12 additions and 4 deletions

View File

@@ -264,6 +264,11 @@
totalPrice += item.allPrice-0
}
billMain.totalPrice = totalPrice
if(billMain.accountId === 0) {
billMain.accountId = ''
}
billMain.accountIdList = this.accountIdList.length>0 ? JSON.stringify(this.accountIdList) : ""
billMain.accountMoneyList = this.accountMoneyList.length>0 ? JSON.stringify(this.accountMoneyList) : ""
if(this.fileList && this.fileList.length > 0) {
billMain.fileName = this.fileList
}