|
|
|
|
@ -1408,7 +1408,6 @@ export default { |
|
|
|
|
this.getSameList(row.id) |
|
|
|
|
if(this.dialogData.ppsName != '烧结包装防护'){ |
|
|
|
|
this.vxeTableData.forEach(item =>{ |
|
|
|
|
console.log('item--------------',item) |
|
|
|
|
if(item.item.name == '硬度检测' && (item.checkUserId == -1 || item.checkUserRealName == '')){ |
|
|
|
|
// this.ydInterval = setInterval(() =>{ |
|
|
|
|
refreshHardness().then(res =>{ |
|
|
|
|
@ -1421,12 +1420,12 @@ export default { |
|
|
|
|
// },window.YINGDU_Trigger) |
|
|
|
|
} |
|
|
|
|
if(item.item.name == '厚度检测'){ |
|
|
|
|
console.log('item------------------',item) |
|
|
|
|
this.thicknessData = item.wpItemDetailList ? item.wpItemDetailList : [] |
|
|
|
|
} |
|
|
|
|
if(item.item.name == '尺寸检测'){ |
|
|
|
|
if(item.wpItemDetailList && item.wpItemDetailList.length > 0){ |
|
|
|
|
let tmp = item.wpItemDetailList.find(item => item.isDel) |
|
|
|
|
console.log('tmp------------------',tmp) |
|
|
|
|
if(!tmp){ |
|
|
|
|
item.wpItemDetailList.map(item =>{ |
|
|
|
|
item.isDel = 1 |
|
|
|
|
@ -1448,6 +1447,7 @@ export default { |
|
|
|
|
console.log('vxeTableData1------------------',this.vxeTableData1) |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
console.log('vxeTableData-------------',this.vxeTableData) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.showDialog = true |
|
|
|
|
|