|
@@ -709,6 +709,17 @@ struct ProcessIndex {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ // 过滤掉点检工步
|
|
|
+ this.opComponents = this.opComponents.filter(item => item.compentType !== '5');
|
|
|
+ this.opComponents.unshift({
|
|
|
+ compentName:'自检',
|
|
|
+ compentType: '5',
|
|
|
+ deleted:0,
|
|
|
+ operationId: this.selectOperationId,
|
|
|
+ processRouteId:'0',
|
|
|
+ remark:'',
|
|
|
+ sortNum:0
|
|
|
+ })
|
|
|
})
|
|
|
}
|
|
|
.width('65%')
|
|
@@ -978,6 +989,17 @@ struct ProcessIndex {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ // 过滤掉点检工步
|
|
|
+ this.opComponents = this.opComponents.filter(item => item.compentType !== '5');
|
|
|
+ this.opComponents.unshift({
|
|
|
+ compentName:'自检',
|
|
|
+ compentType: '5',
|
|
|
+ deleted:0,
|
|
|
+ operationId: this.selectOperationId,
|
|
|
+ processRouteId: this.process?.id,
|
|
|
+ remark:'',
|
|
|
+ sortNum:0
|
|
|
+ })
|
|
|
}
|
|
|
this.scanState = 1
|
|
|
})
|