Commit a36e3874 authored by 李超鹏's avatar 李超鹏

update:update

scope:self-support
body:超出金额字段调整
parent 96ad3f2d
...@@ -529,7 +529,7 @@ ...@@ -529,7 +529,7 @@
// 更新预计超出金额 // 更新预计超出金额
let amount = this.calMaterialCraftListAmount(this.form.materialList) let amount = this.calMaterialCraftListAmount(this.form.materialList)
amount += this.calMaterialCraftListAmount(this.form.craftList) amount += this.calMaterialCraftListAmount(this.form.craftList)
this.$set(this.form,'allExtraAmt',amount) this.$set(this.form,'overAmount',amount)
}, },
// 字段的值更新 // 字段的值更新
fieldValueChange(data) { fieldValueChange(data) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment