Commit 748c8b08 authored by tanjunxin's avatar tanjunxin

fix: 生产工单补单指令变化同步BOM变化

parent 44d0e5b5
...@@ -536,6 +536,7 @@ export default { ...@@ -536,6 +536,7 @@ export default {
quantity += item.quantity quantity += item.quantity
}) })
this.form.quantity = quantity this.form.quantity = quantity
this.handleChangeQuantity()
} }
}, },
changeSize(tableData){ changeSize(tableData){
......
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