| | |
| | | import type { MesQcPendingInspectApi } from '#/api/mes/qc/pendinginspect'; |
| | | import type { MesQcRqcApi } from '#/api/mes/qc/rqc'; |
| | | |
| | | import { DocAlert, Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { MesQcTypeEnum } from '../../../../packages/constants/src'; |
| | | |
| | | import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table'; |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert |
| | | title="【质量】待检任务、检验结果、缺陷记录" |
| | | url="https://doc.iocoder.cn/mes/qc/pending-inspect/" |
| | | /> |
| | | </template> |
| | | |
| | | <IqcFormModal @success="handleRefresh" /> |
| | | <Page auto-content-height><IqcFormModal @success="handleRefresh" /> |
| | | <IpqcFormModal @success="handleRefresh" /> |
| | | <OqcFormModal @success="handleRefresh" /> |
| | | <RqcFormModal @success="handleRefresh" /> |