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