From 0a088287c36dd009b2c5f6d5be6a2d2f1acd5089 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Thu, 29 Aug 2024 11:44:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A0=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E6=8A=A5=E5=B7=A5=E6=B7=BB=E5=8A=A0bom=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/fg/coms/comNoReceiptPopup.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/fg/coms/comNoReceiptPopup.vue b/src/pages/fg/coms/comNoReceiptPopup.vue index dc7942dc..fbc31272 100644 --- a/src/pages/fg/coms/comNoReceiptPopup.vue +++ b/src/pages/fg/coms/comNoReceiptPopup.vue @@ -225,6 +225,7 @@ this.fgLocationCode = "" this.rawLocationCode = "" this.workshop = "" + this.bomVersion ="" }, @@ -287,7 +288,8 @@ workStationCode: this.workStationCode, fgLocationCode: this.fgLocationCode, rawLocationCode: this.rawLocationCode, - workshop: this.workshop + workshop: this.workshop, + bomVersion :this.bomVersion }; this.closeRequestPopup(); this.$emit("confirm", item);