优化问题
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user