|
@ -225,6 +225,7 @@ |
|
|
this.fgLocationCode = "" |
|
|
this.fgLocationCode = "" |
|
|
this.rawLocationCode = "" |
|
|
this.rawLocationCode = "" |
|
|
this.workshop = "" |
|
|
this.workshop = "" |
|
|
|
|
|
this.bomVersion ="" |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
@ -287,7 +288,8 @@ |
|
|
workStationCode: this.workStationCode, |
|
|
workStationCode: this.workStationCode, |
|
|
fgLocationCode: this.fgLocationCode, |
|
|
fgLocationCode: this.fgLocationCode, |
|
|
rawLocationCode: this.rawLocationCode, |
|
|
rawLocationCode: this.rawLocationCode, |
|
|
workshop: this.workshop |
|
|
workshop: this.workshop, |
|
|
|
|
|
bomVersion :this.bomVersion |
|
|
}; |
|
|
}; |
|
|
this.closeRequestPopup(); |
|
|
this.closeRequestPopup(); |
|
|
this.$emit("confirm", item); |
|
|
this.$emit("confirm", item); |
|
|