代码更新
This commit is contained in:
@@ -239,7 +239,7 @@ export default {
|
|||||||
row.edit = true
|
row.edit = true
|
||||||
this.form.tableData.splice(i, 1, row)
|
this.form.tableData.splice(i, 1, row)
|
||||||
if (row.is_need_manage === '1') {
|
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)
|
this.form.total_value = parseFloat(all).toFixed(4)
|
||||||
|
|||||||
Reference in New Issue
Block a user