diff --git a/wms/nladmin-ui/src/views/wms/st/combinedBox/WeighDialog.vue b/wms/nladmin-ui/src/views/wms/st/combinedBox/WeighDialog.vue index ee01d4e..21af0f7 100644 --- a/wms/nladmin-ui/src/views/wms/st/combinedBox/WeighDialog.vue +++ b/wms/nladmin-ui/src/views/wms/st/combinedBox/WeighDialog.vue @@ -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) }) },