From 1227bdf270350cf1f6dae314650055584fdab694 Mon Sep 17 00:00:00 2001 From: "DESKTOP-J7ED0MB\\yinjinlu" <411641505@qq.com> Date: Sat, 19 Nov 2022 12:07:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E5=B7=A5=E5=8D=95=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=89=B9=E6=AC=A1=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/pro/workorder/index.vue | 13 +++++++++---- src/views/mes/wm/productrecpt/line.vue | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/views/mes/pro/workorder/index.vue b/src/views/mes/pro/workorder/index.vue index 40cfc0b..cde1ce1 100644 --- a/src/views/mes/pro/workorder/index.vue +++ b/src/views/mes/pro/workorder/index.vue @@ -149,8 +149,8 @@ - + @@ -282,12 +282,12 @@ - + - + - + + + + + + diff --git a/src/views/mes/wm/productrecpt/line.vue b/src/views/mes/wm/productrecpt/line.vue index 362b6b7..15e742a 100644 --- a/src/views/mes/wm/productrecpt/line.vue +++ b/src/views/mes/wm/productrecpt/line.vue @@ -377,7 +377,7 @@ export default { this.form.specification = obj.specification; this.form.unitOfMeasure = obj.unitOfMeasure; this.form.batchCode = obj.batchCode; - this.form.quantityRecpt = obj.quantityOnhand; + this.form.quantityRecived = obj.quantityOnhand; this.form.quantityMax = obj.quantityOnhand; } },