| | |
| | | |
| | | <week-maintenance-batch-approval-modal ref="weenMaintenanceBatchApprovalModalRef" @searchReset="searchReset" |
| | | :taskList="selectionRows"/> |
| | | <equipment-lean-out-approval-modal ref="equipmentLeanOutApprovalModelRef" @searchReset="searchReset"/> |
| | | |
| | | </a-card> |
| | | </template> |
| | | |
| | |
| | | import DispatchFileHandle from '@views/flowable/workflow/dispatchFile/DispatchFileHandle.vue' |
| | | import DispatchFileBachHandleStyle from '@views/flowable/workflow/dispatchFile/DispatchFileBachHandleStyle#Drawer.vue' |
| | | |
| | | import EquipmentLeanOutApprovalModal from '@views/flowable/workflow/leanOut/EquipmentLeanOutApprovalModal.vue' |
| | | |
| | | export default { |
| | | name: 'NcDeviceCharactersList', |
| | | mixins: [JeecgListMixin, mixinDevice], |
| | |
| | | JDictSelectTag, |
| | | WeekMaintenanceApprovalModal, |
| | | RepairOrderApprovalModal, |
| | | InspectionOrderHandle |
| | | InspectionOrderHandle, |
| | | EquipmentLeanOutApprovalModal |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | case 'eam_repair': |
| | | this.handleRepairOrder(item) |
| | | break |
| | | case 'equipment_lean_out': |
| | | this.handleEquipmentLeanOut(item) |
| | | break |
| | | default: |
| | | alert('没找到该流程') |
| | | } |
| | |
| | | this.$refs.repairOrderApprovalModal.title = record.name |
| | | this.$refs.repairOrderApprovalModal.getAllApproveData(record) |
| | | this.$refs.repairOrderApprovalModal.getBasicInformation(record) |
| | | }, |
| | | handleEquipmentLeanOut(item) { |
| | | this.$refs.equipmentLeanOutApprovalModelRef.visible = true |
| | | this.$refs.equipmentLeanOutApprovalModelRef.title = item.name |
| | | this.$refs.equipmentLeanOutApprovalModelRef.handleDetail(item) |
| | | this.$refs.equipmentLeanOutApprovalModelRef.disableSubmit = false |
| | | } |
| | | } |
| | | } |