代码修改

This commit is contained in:
2022-12-14 11:36:28 +08:00
parent c70afde827
commit d038b4f75e

View File

@@ -98,10 +98,11 @@ export default {
row.edit = true
this.tableData.splice(i, 1, row)
if (row.is_need_manage === '1') {
all = all + parseFloat(row.standard_rate).toFixed(4)
all = all + parseFloat(row.standard_rate)
}
}
this.form.total_value = parseFloat(all).toFixed(4)
// console.log(parseFloat(all).toFixed(4))
})
},
close() {