From b184f859b48866d7d0a977e82f4b0475a2e4f57d Mon Sep 17 00:00:00 2001 From: liuxy Date: Thu, 27 Nov 2025 16:36:35 +0800 Subject: [PATCH] =?UTF-8?q?rev=EF=BC=9A=E5=90=88=E7=AE=B1=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E7=A7=B0=E9=87=8D=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/nladmin-ui/src/views/wms/st/combinedBox/WeighDialog.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) }) },