From 5c5eedc7faa61c95c6887732203283eb2022e879 Mon Sep 17 00:00:00 2001 From: "DESKTOP-J7ED0MB\\yinjinlu" <411641505@qq.com> Date: Tue, 15 Nov 2022 23:36:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E9=80=80=E6=96=99=E8=A1=8C?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BB=93=E5=BA=93=E5=B8=A6=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/wm/rtissue/line.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/mes/wm/rtissue/line.vue b/src/views/mes/wm/rtissue/line.vue index 9a4127e..a867be0 100644 --- a/src/views/mes/wm/rtissue/line.vue +++ b/src/views/mes/wm/rtissue/line.vue @@ -371,10 +371,7 @@ export default { this.form.itemName = obj.itemName; this.form.specification = obj.specification; this.form.unitOfMeasure = obj.unitOfMeasure; - this.form.batchCode = obj.batchCode; - this.form.warehouseId = obj.warehouseId; - this.form.locationId = obj.locationId; - this.form.areaId = obj.areaId; + this.form.batchCode = obj.batchCode; this.form.quantityRt = obj.quantityOnhand; this.form.quantityMax = obj.quantityOnhand; }