loulijun2021
2022-11-29 1d61ba76588d83ae43edc22c16c96fc25b4684be
src/views/scgl/zdpc.vue
@@ -200,7 +200,7 @@
                />
              </el-form-item>
              <el-form-item label="排程方式" style=" display: flex;">
                <el-select v-model="formBottom.types" style="width:120px" @change="changeTypes">
                <el-select v-model="formBottom.types" :disabled="radioSelectedId===''" style="width:120px" @change="changeTypes">
                  <el-option value="N" label="设备优先" />
                  <el-option value="Y" label="时间优先" />
                </el-select>
@@ -1042,7 +1042,7 @@
      }
      this.nitialize()// 手动过滤所有设备已排程
      console.log(this.facility_data, 67890)
      if (this.bm_data != '' && this.formBottom.types == 'N') { // 设备优先
        this.fun_time()
        this.change_num(this.bm_data)