From 9fd22dd64a437e3cb762fbfa4d047bed051e357e Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Wed, 28 Aug 2024 17:27:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E8=AE=A1=E5=88=92=E6=8A=A5=E5=B7=A5?= =?UTF-8?q?=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);