| | |
| | | placeholder="请选择设备所属分类" |
| | | :disabled="formDisabled" |
| | | :triggerChange="true" |
| | | :dictCode="'mom_eam_equipment_category,name,id,equipment_category_uda1 = '+'\''+caytegoryParam+'\''" |
| | | :dictCode="caytegoryParam==='all'?'mom_eam_equipment_category,name,id':'mom_eam_equipment_category,name,id,equipment_category_uda1 = '+'\''+caytegoryParam+'\''" |
| | | v-model="model.equipmentCategoryId" |
| | | @change="categoryChange" |
| | | /> |
| | |
| | | > |
| | | <a-input |
| | | v-model="model.num" |
| | | placeholder="请输入设备编号" |
| | | placeholder="请输入统一 编号" |
| | | :disabled="formDisabled" |
| | | ></a-input> |
| | | </a-form-model-item> |
| | |
| | | :wrapperCol="wrapperCol" |
| | | prop="coolingSystem" |
| | | > |
| | | <a-input |
| | | <j-dict-select-tag |
| | | allow-clear |
| | | v-model="model.coolingSystem" |
| | | :disabled="formDisabled" |
| | | placeholder="请输入冷却系统" |
| | | ></a-input> |
| | | :triggerChange="true" |
| | | dictCode="cooling_system" |
| | | /> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="6"> |