代码更新
This commit is contained in:
@@ -284,7 +284,7 @@ export default {
|
||||
let total_now = 0
|
||||
this.form.tableData.forEach((item) => {
|
||||
if (item.is_need_manage === '1' && item.edit) {
|
||||
total_now = total_now + parseFloat(item.standard_rate).toFixed(4)
|
||||
total_now = total_now + parseFloat(item.standard_rate)
|
||||
}
|
||||
})
|
||||
this.form.total_value = parseFloat(total_now).toFixed(4)
|
||||
|
||||
Reference in New Issue
Block a user