| | |
| | | |
| | | import { ref } from 'vue'; |
| | | |
| | | import { confirm, DocAlert, Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { confirm, Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { downloadFileFromBlobPart } from '../../../../packages/utils/src'; |
| | | |
| | | import { Button, Card, message } from 'ant-design-vue'; |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert |
| | | title="【仓库】批次管理、库存现有量、库存事务" |
| | | url="https://doc.iocoder.cn/mes/wm/stock/" |
| | | /> |
| | | </template> |
| | | |
| | | <AreaModal /> |
| | | <Page auto-content-height><AreaModal /> |
| | | <WmBatchDetail ref="batchDetailRef" /> |
| | | |
| | | <div class="flex h-full w-full"> |