瀏覽代碼

设施环境配置默认类型新增设备排出废液

luoaoxuan 1 年之前
父節點
當前提交
4c2660ebba
共有 2 個文件被更改,包括 7 次插入2 次删除
  1. 6 1
      src/views/system/fasc/facilityEnvConfig.vue
  2. 1 1
      src/views/system/fasc/fecDialog.vue

+ 6 - 1
src/views/system/fasc/facilityEnvConfig.vue

@@ -391,6 +391,11 @@ export default {
                     label: '日常防护消毒',
                     path: '/sshjgl/aqgl/rcfhxd',
                     showDevice: false
+                },
+                '16-设备排出废液': {
+                    label: '设备排出废液',
+                    path: '/sshjgl/aqgl/sbpcfyxd',
+                    showDevice: true
                 }
             },
             subIdList: [],
@@ -412,7 +417,7 @@ export default {
             return this.config[this.form.lei_xing_]?.showDevice
         },
         deviceIsRequired () {
-            return this.form.lei_xing_ === '02-冰箱温度监控' || this.form.lei_xing_ === '05-纯水机水质监测' || this.form.lei_xing_ === '03-温浴箱温度监控' || this.form.lei_xing_ === '04-阴凉柜温度监控'
+            return this.form.lei_xing_ === '02-冰箱温度监控' || this.form.lei_xing_ === '05-纯水机水质监测' || this.form.lei_xing_ === '03-温浴箱温度监控' || this.form.lei_xing_ === '04-阴凉柜温度监控' || this.form.lei_xing_ === '16-设备排出废液'
         },
         isEdit () {
             return !!(this.parentData instanceof Object && this.parentData.mainId)

+ 1 - 1
src/views/system/fasc/fecDialog.vue

@@ -390,7 +390,7 @@ export default {
             return this.lei_xing_ !== '01-室内温湿度监控' && this.lei_xing_ !== '06-每日安全检查' && this.lei_xing_ !== '08-含氯有效性监测' && this.lei_xing_ !== '15-日常防护消毒'
         },
         deviceIsRequired () {
-            return this.lei_xing_ === '02-冰箱温度监控' || this.lei_xing_ === '05-纯水机水质监测' || this.lei_xing_ === '03-温浴箱温度监控' || this.lei_xing_ === '04-阴凉柜温度监控'
+            return this.lei_xing_ === '02-冰箱温度监控' || this.lei_xing_ === '05-纯水机水质监测' || this.lei_xing_ === '03-温浴箱温度监控' || this.lei_xing_ === '04-阴凉柜温度监控' || this.lei_xing_ === '16-设备排出废液'
         },
         labelShow () {
             if (this.form.jian_ce_zhou_qi_) {