rev:合箱字段称重字段修改
This commit is contained in:
@@ -138,8 +138,8 @@ export default {
|
|||||||
getWeigh() {
|
getWeigh() {
|
||||||
this.changeQty(this.formMst.weight_qty)
|
this.changeQty(this.formMst.weight_qty)
|
||||||
crudCombinedBox.getWeigh(this.formMst).then(res => {
|
crudCombinedBox.getWeigh(this.formMst).then(res => {
|
||||||
this.formMst.weigh_qty = res.weigh_qty
|
this.formMst.weight_qty = res.weigh_qty
|
||||||
this.changeQty(res.weight_qty)
|
this.changeQty(res.weigh_qty)
|
||||||
this.crud.notify('称重成功!', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
this.crud.notify('称重成功!', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user