Преглед на файлове

place-放置类调色机 不显示设备编号和投放编号

zhujindu преди 1 година
родител
ревизия
12c7008f20
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/views/deviceWithin/addStoreVisit.vue

+ 2 - 2
src/views/deviceWithin/addStoreVisit.vue

@@ -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 &&