代码修改
This commit is contained in:
@@ -98,10 +98,11 @@ export default {
|
|||||||
row.edit = true
|
row.edit = true
|
||||||
this.tableData.splice(i, 1, row)
|
this.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)
|
||||||
|
// console.log(parseFloat(all).toFixed(4))
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
close() {
|
close() {
|
||||||
|
|||||||
Reference in New Issue
Block a user