Commit cce7b34f authored by 神话's avatar 神话
Browse files

优化其它入库的金额赋值逻辑

parent 04e77fad
......@@ -248,7 +248,7 @@
for(let item of detailArr){
totalPrice += item.allPrice-0
}
billMain.totalPrice = totalPrice
billMain.totalPrice = 0-totalPrice
if(this.fileList && this.fileList.length > 0) {
billMain.fileName = this.fileList
} else {
......
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