Преглед изворни кода

运行记录生产日报瑞恒选择井号

Co-authored-by: Copilot <copilot@github.com>
Zimo пре 4 дана
родитељ
комит
38b5e749f2
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/pms/iotopeationfill/index1.vue

+ 2 - 2
src/views/pms/iotopeationfill/index1.vue

@@ -59,7 +59,7 @@
                   </span>
                   </span>
                 </el-form-item>
                 </el-form-item>
                 <el-form-item
                 <el-form-item
-                  v-if="deviceItem.deviceName === '生产日报' && companyName !== 'ry'"
+                  v-if="deviceItem.deviceName === '生产日报' && (companyName !== 'ry' && companyName !== 'rh')"
                   label="井号"
                   label="井号"
                   class="custom-label1"
                   class="custom-label1"
                 >
                 >
@@ -70,7 +70,7 @@
                 <el-form-item
                 <el-form-item
                   v-else-if="
                   v-else-if="
                     deviceItem.deviceName === '生产日报' &&
                     deviceItem.deviceName === '生产日报' &&
-                    companyName === 'ry' &&
+                    (companyName === 'ry' || companyName === 'rh') &&
                     taskOptions.length > 0
                     taskOptions.length > 0
                   "
                   "
                   label="井号"
                   label="井号"