|
@@ -561,6 +561,7 @@
|
|
|
this.$emit('update');
|
|
this.$emit('update');
|
|
|
},
|
|
},
|
|
|
async kittingComplete(item) {
|
|
async kittingComplete(item) {
|
|
|
|
|
+ this.productionData = item;
|
|
|
if (item.preType == '6') {
|
|
if (item.preType == '6') {
|
|
|
this.$confirm('是否确认齐套?', '提示', {
|
|
this.$confirm('是否确认齐套?', '提示', {
|
|
|
confirmButtonText: '齐套',
|
|
confirmButtonText: '齐套',
|
|
@@ -634,6 +635,7 @@
|
|
|
);
|
|
);
|
|
|
let fileParam = [];
|
|
let fileParam = [];
|
|
|
let ncCodeList = [];
|
|
let ncCodeList = [];
|
|
|
|
|
+ console.log(this.itemData, 'this.productionData.preType');
|
|
|
res.forEach((row) => {
|
|
res.forEach((row) => {
|
|
|
fileParam.push(row.fileParam.map((item) => item.id));
|
|
fileParam.push(row.fileParam.map((item) => item.id));
|
|
|
ncCodeList.push(row.ncCodeList);
|
|
ncCodeList.push(row.ncCodeList);
|