|
@@ -1737,11 +1737,11 @@ export default {
|
|
|
// 调色机类型:buy-购买类调色机,place-放置类调色机
|
|
// 调色机类型:buy-购买类调色机,place-放置类调色机
|
|
|
let inspectionType = res.data.sfaTaskList[this.$route.query.ids].inspectionType;
|
|
let inspectionType = res.data.sfaTaskList[this.$route.query.ids].inspectionType;
|
|
|
if (inspectionType == 'buy') {
|
|
if (inspectionType == 'buy') {
|
|
|
- this.equipmentCode = res.data.putInCode || '';
|
|
|
|
|
|
|
+ this.equipmentCode = res.data.sfaTaskList[this.$route.query.ids].putInCode || '';
|
|
|
this.showCode = true;
|
|
this.showCode = true;
|
|
|
} else if (inspectionType == 'place') {
|
|
} else if (inspectionType == 'place') {
|
|
|
this.equipmentCode = res.data.sfaTaskList[this.$route.query.ids].equipmentCode || '';
|
|
this.equipmentCode = res.data.sfaTaskList[this.$route.query.ids].equipmentCode || '';
|
|
|
- this.showCode = false;
|
|
|
|
|
|
|
+ this.showCode = true;
|
|
|
}
|
|
}
|
|
|
if (
|
|
if (
|
|
|
(res.data.sfaTaskList[this.$route.query.ids].processStatus == 3 &&
|
|
(res.data.sfaTaskList[this.$route.query.ids].processStatus == 3 &&
|
|
@@ -2422,8 +2422,8 @@ export default {
|
|
|
firstCollectionId: this.collectionItemList[b].firstCollectionId,
|
|
firstCollectionId: this.collectionItemList[b].firstCollectionId,
|
|
|
answerType: this.collectionItemList[b].answerType,
|
|
answerType: this.collectionItemList[b].answerType,
|
|
|
answerValue: this.collectionItemList[b].answerValue,
|
|
answerValue: this.collectionItemList[b].answerValue,
|
|
|
- deviceCode: this.collectionItemList[b].deviceCode || "", //设备编号
|
|
|
|
|
- putInCode: this.collectionItemList[b].putInCode || "", //投放编号
|
|
|
|
|
|
|
+ deviceCode: this.collectionItemList[b].deviceCode || '', //设备编号
|
|
|
|
|
+ putInCode: this.collectionItemList[b].putInCode || '', //投放编号
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
if (
|
|
if (
|