From 3fccdd374fa2eabdcf1cd4f04fd125d3b95c5399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Wed, 27 Nov 2024 16:15:59 +0800 Subject: [PATCH] no message --- pages/entry/qualified-to-store.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/entry/qualified-to-store.vue b/pages/entry/qualified-to-store.vue index 9ff7380..f42f0d2 100644 --- a/pages/entry/qualified-to-store.vue +++ b/pages/entry/qualified-to-store.vue @@ -31,14 +31,14 @@ 订单号 {{currentData.moNumber}} - + 物料编码 {{currentData.material_code}} @@ -148,7 +148,7 @@ return } try { - let obj = Object.assign(this.currentData, {vehicle_code: this.val2, stor_code: this.index, qty: this.val3}) + let obj = Object.assign(this.currentData, {vehicle_code: this.val2, stor_code: this.index, qty: this.val3, bar_code: this.val1}) let res = await inStorageConfirm(obj) if (res.code === '200') { this.toEmpty()