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);