| | |
| | | :wrapperCol="wrapperCol" |
| | | > |
| | | <j-dict-select-tag |
| | | dict="mom_eam_equipment_category,name,id,equipment_category_uda1 = 'filesCarousel'" |
| | | dictCode="mom_eam_equipment_category,name,id,equipment_category_uda1='filesCarousel'" |
| | | placeholder="请输入搜索条件并选择" |
| | | v-model="queryParam.equipmentCategoryId" |
| | | /> |
| | |
| | | <a-tab-pane tab="质保期变更记录" key="6" forceRender> |
| | | <equipment-update-warranty-list :mainId="selectedMainId" /> |
| | | </a-tab-pane> |
| | | <a-tab-pane tab="保养点检标准" key="7" forceRender> |
| | | <standard-of-maintenance :mainId="selectedMainId"/> |
| | | </a-tab-pane> |
| | | </a-tabs> |
| | | <equipment-modal ref="modalForm" @ok="modalFormOk" :caytegoryParam="caytegoryParam"></equipment-modal> |
| | | <process-edit-model ref ="processEditModel"></process-edit-model> |
| | |
| | | import WarrantyUpdateModel from './modules/equipmentNew/edit/WarrantyUpdateModel.vue' |
| | | import EquipmentSpareParts from './modules/equipmentNew/EquipmentSpareParts.vue' |
| | | import EquipmentSparePartsModal from './modules/equipmentNew/EquipmentSparePartsModal' |
| | | import StandardOfInspection from './modules/equipmentNew/StandardOfInspection.vue' |
| | | import StandardOfMaintenance from './modules/equipmentNew/StandardOfMaintenance.vue' |
| | | export default { |
| | | name: "EquipmentList", |
| | | mixins:[JeecgListMixin,mixinDevice], |
| | |
| | | ABCUpdateEditModel, |
| | | WarrantyUpdateModel, |
| | | EquipmentSpareParts, |
| | | EquipmentSparePartsModal |
| | | EquipmentSparePartsModal, |
| | | StandardOfInspection, |
| | | StandardOfMaintenance, |
| | | }, |
| | | data () { |
| | | return { |