| | |
| | | import { getDeptTree, userList } from '#/api/system/user'; |
| | | import { MAINT_ORDER_STATUS } from '#/constants/dict'; |
| | | import { commonDownloadExcel } from '#/utils/file/download'; |
| | | import BasisSubTable from '#/views/eims/components/basis-sub-table.vue'; |
| | | import maintOrderDrawer from '#/views/eims/maint-order/maint-order-drawer.vue'; |
| | | |
| | | import { columns, querySchema } from './data'; |
| | |
| | | maintType: record.maintType, |
| | | planTime: record.maintNextTime, |
| | | status: MAINT_ORDER_STATUS.DAIBAOYANG, |
| | | maintCode: code |
| | | maintCode: code, |
| | | maintName: record.maintName |
| | | }; |
| | | |
| | | maintOrderDrawerApi.setData({ planOrder }); |