代码修改
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user