rev:合箱字段称重字段修改

This commit is contained in:
2025-11-27 16:36:35 +08:00
parent 0faf9f1a87
commit b184f859b4

View File

@@ -138,8 +138,8 @@ export default {
getWeigh() {
this.changeQty(this.formMst.weight_qty)
crudCombinedBox.getWeigh(this.formMst).then(res => {
this.formMst.weigh_qty = res.weigh_qty
this.changeQty(res.weight_qty)
this.formMst.weight_qty = res.weigh_qty
this.changeQty(res.weigh_qty)
this.crud.notify('称重成功!', CRUD.NOTIFICATION_TYPE.SUCCESS)
})
},