xg
“linengliang”
2024-03-13 b9b0777972f6563075a886cbfc58991e51c1a097
src/views/eam/modules/malfunctionRepair/MalfunctionRepaireForm.vue
@@ -23,7 +23,7 @@
          </a-col>
          <a-col :span="12">
            <a-form-model-item
              label="是否停机维修"
              label="是否停机"
              :labelCol="labelCol"
              :wrapperCol="wrapperCol"
              prop="isStop"
@@ -42,14 +42,14 @@
        <a-row :gutter="24">
          <a-col :span="12">
            <a-form-model-item
              label="设备编码/名称/型号"
              label="统一编码/名称/型号"
              :labelCol="{span:6}"
              :wrapperCol="{span:15}"
              prop="equipmentId"
            >
              <a-select
                v-model="equipmentId"
                :placeholder="disableSubmit ? '' : '请选择设备编码 / 名称 / 型号'"
                :placeholder="disableSubmit ? '' : '请选择统一编码 / 名称 / 型号'"
                :options="equipmentList"
                @change="(e) => handleChange(e, 2)"
                :disabled="disableSubmit"