代码更新

This commit is contained in:
2022-12-14 12:33:07 +08:00
parent d038b4f75e
commit f019fcf89c

View File

@@ -239,7 +239,7 @@ export default {
row.edit = true
this.form.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)