Przeglądaj źródła

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

Co-authored-by: Copilot <copilot@github.com>
Zimo 4 dni temu
rodzic
commit
38b5e749f2
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/pms/iotopeationfill/index1.vue

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

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