|
@@ -1824,9 +1824,12 @@
|
|
|
|
|
|
|
|
const result = await this.checkQualityResult();
|
|
const result = await this.checkQualityResult();
|
|
|
if (!result?.firstArticleDualInspectionResult) {
|
|
if (!result?.firstArticleDualInspectionResult) {
|
|
|
|
|
+ this.isFinalCheckProduction = false;
|
|
|
return this.$message.warning('请完成首件两检再报工!');
|
|
return this.$message.warning('请完成首件两检再报工!');
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ this.isFinalCheckProduction = true;
|
|
|
|
|
+
|
|
|
if ([2, 3, 6].includes(this.taskObj.type)) {
|
|
if ([2, 3, 6].includes(this.taskObj.type)) {
|
|
|
this.getCodeData({
|
|
this.getCodeData({
|
|
|
taskId: this.taskObj.id,
|
|
taskId: this.taskObj.id,
|