多账户优化

This commit is contained in:
季圣华
2021-04-30 18:44:31 +08:00
parent e42ab4a0fa
commit 854bbeae1b
6 changed files with 256 additions and 221 deletions

View File

@@ -165,7 +165,7 @@
for(let item of detailArr){
totalPrice += item.allPrice-0
}
billMain.totalPrice = totalPrice
billMain.totalPrice = 0-totalPrice
if(this.model.id){
billMain.id = this.model.id
}