|
|
@@ -948,7 +948,7 @@
|
|
|
this.$refs.produceOrderRef.open(this.tableData);
|
|
|
},
|
|
|
async chooseOrder(list) {
|
|
|
- console.log(list, 'list222');
|
|
|
+ console.log('所选生产计划列表', list);
|
|
|
let planIds = [];
|
|
|
const tableList = this.$refs.table.getData() || [];
|
|
|
const existingIds = tableList.map((item) => item.id);
|
|
|
@@ -1101,6 +1101,7 @@
|
|
|
this.$refs.versionRefs.open();
|
|
|
},
|
|
|
changeProduct(data) {
|
|
|
+ console.log('data xsid', data, this.xsId);
|
|
|
let param = {
|
|
|
planIds: [this.xsId],
|
|
|
produceRoutingId: data.id
|
|
|
@@ -1246,6 +1247,7 @@
|
|
|
this.$message.info('请添加生产计划');
|
|
|
return false;
|
|
|
}
|
|
|
+
|
|
|
let _arr2 = [];
|
|
|
|
|
|
_arr2 = _arr.map((m) => {
|