| | |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | import type { MesWmBatchApi } from '#/api/mes/wm/batch'; |
| | | |
| | | import { DocAlert, Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | |
| | | import { ACTION_ICON, TableAction, useVbenVxeGrid } from '#/adapter/vxe-table'; |
| | | import { getBatchPage } from '#/api/mes/wm/batch'; |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert |
| | | title="【仓库】批次管理、库存现有量、库存事务" |
| | | url="https://doc.iocoder.cn/mes/wm/stock/" |
| | | /> |
| | | </template> |
| | | |
| | | <DetailModal /> |
| | | <Page auto-content-height><DetailModal /> |
| | | |
| | | <Grid table-title="批次追溯列表"> |
| | | <template #actions="{ row }"> |