|
|
@@ -530,6 +530,7 @@
|
|
|
const produceRoutingId = this.selection[0].produceRoutingId;
|
|
|
const measuringUnit = this.selection[0].measuringUnit;
|
|
|
const factoriesId = this.selection[0].factoriesId;
|
|
|
+ const bomCategoryId = this.selection[0].bomCategoryId
|
|
|
|
|
|
// if(!factoriesId){
|
|
|
// this.$message.warning('工厂未选择!');
|
|
|
@@ -564,6 +565,7 @@
|
|
|
produceRoutingId: produceRoutingId,
|
|
|
produceRoutingName: this.selection[0].produceRoutingName,
|
|
|
factoriesId: factoriesId,
|
|
|
+ bomCategoryId: bomCategoryId
|
|
|
}
|
|
|
});
|
|
|
},
|