| | |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | import type { WmsInventoryHistoryApi } from '#/api/wms/inventory/history'; |
| | | |
| | | import { DocAlert, Page } from '../../../../packages/effects/common-ui/src'; |
| | | import { Page } from '../../../../packages/effects/common-ui/src'; |
| | | |
| | | import { useVbenVxeGrid } from '#/adapter/vxe-table'; |
| | | import { getInventoryHistoryPage } from '#/api/wms/inventory/history'; |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert |
| | | title="【库存】库存记录、流水、统计" |
| | | url="https://doc.iocoder.cn/wms/inventory/" |
| | | /> |
| | | </template> |
| | | |
| | | <Grid table-title="库存流水"> |
| | | <Page auto-content-height><Grid table-title="库存流水"> |
| | | <template #itemInfo="{ row }"> |
| | | <div class="flex flex-col gap-1 py-1 leading-5"> |
| | | <div class="text-sm">{{ row.itemName || '-' }}</div> |