|
|
@@ -1734,14 +1734,14 @@ export default {
|
|
|
this.unManage = res.data.sfaTaskList[this.$route.query.ids].unManage;
|
|
|
this.deviceCode = res.data.sfaTaskList[this.$route.query.ids].deviceCode || ''; // 设备编号
|
|
|
this.putInCode = res.data.sfaTaskList[this.$route.query.ids].putInCode || ''; // 投放编号
|
|
|
- // 调色机类型:buy-购买类调色机,place-放置类调色机
|
|
|
+ // 调色机类型:buy-购买类调色机,place-放置类调色机 不显示设备编号和投放编号
|
|
|
let inspectionType = res.data.sfaTaskList[this.$route.query.ids].inspectionType;
|
|
|
if (inspectionType == 'buy') {
|
|
|
this.equipmentCode = res.data.sfaTaskList[this.$route.query.ids].putInCode || '';
|
|
|
this.showCode = true;
|
|
|
} else if (inspectionType == 'place') {
|
|
|
this.equipmentCode = res.data.sfaTaskList[this.$route.query.ids].equipmentCode || '';
|
|
|
- this.showCode = true;
|
|
|
+ this.showCode = false;
|
|
|
}
|
|
|
if (
|
|
|
(res.data.sfaTaskList[this.$route.query.ids].processStatus == 3 &&
|