| | |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | import type { MesWmStockTakingPlanApi } from '#/api/mes/wm/stocktaking/plan'; |
| | | |
| | | import { confirm, DocAlert, Page, useVbenModal } from '../../../../../packages/effects/common-ui/src'; |
| | | import { confirm, Page, useVbenModal } from '../../../../../packages/effects/common-ui/src'; |
| | | import { CommonStatusEnum } from '../../../../../packages/constants/src'; |
| | | import { downloadFileFromBlobPart } from '../../../../../packages/utils/src'; |
| | | |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert |
| | | title="【仓库】库存盘点" |
| | | url="https://doc.iocoder.cn/mes/wm/stocktaking/" |
| | | /> |
| | | </template> |
| | | |
| | | <FormModal @success="handleRefresh" /> |
| | | <Page auto-content-height><FormModal @success="handleRefresh" /> |
| | | |
| | | <Grid table-title="盘点方案列表"> |
| | | <template #toolbar-tools> |