Browse Source

修改无计划报工添加bom版本

hella_online_20240828
lijuncheng 3 weeks ago
parent
commit
0a088287c3
  1. 4
      src/pages/fg/coms/comNoReceiptPopup.vue

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

Loading…
Cancel
Save