优化问题

This commit is contained in:
duan
2024-06-27 17:55:33 +08:00
parent ad74689313
commit 939702e998
10 changed files with 97 additions and 25 deletions

View File

@@ -207,7 +207,7 @@ export default {
this.tableData.list.forEach(ele => {
zong += ele.costPrice * ele.number
})
this.queryForm.totalAmount = zong
this.queryForm.totalAmount = parseFloat(zong.toFixed(2))
},
// 提交
submitHandle() {