瀏覽代碼

Merge branch 'feature_20240912_CR多个调色机设备同时扫码' into uat

# Conflicts:
#	src/views/deviceWithin/addStoreVisit.vue
zhujindu 1 年之前
父節點
當前提交
ddd22b6ae7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/deviceWithin/addStoreVisit.vue

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

@@ -1887,8 +1887,8 @@ export default {
           this.checked = false;
         }
         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; // 投放编号
+        this.deviceCode = res.data.sfaTaskList[this.$route.query.ids].deviceCode || ''; // 设备编号
+        this.putInCode = res.data.sfaTaskList[this.$route.query.ids].putInCode || ''; // 投放编号
         // 调色机类型:buy-购买类调色机,place-放置类调色机
         let inspectionType = res.data.sfaTaskList[this.$route.query.ids].inspectionType;
         if (inspectionType == 'buy') {