| | |
| | | |
| | | import { ref } from 'vue'; |
| | | |
| | | import { DocAlert, Page } from '../../../../packages/effects/common-ui/src'; |
| | | import { Page } from '../../../../packages/effects/common-ui/src'; |
| | | |
| | | import { Checkbox } from 'ant-design-vue'; |
| | | |
| | |
| | | </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 #toolbar-tools> |
| | | <Checkbox v-model:checked="filterZero" @change="handleFilterZeroChange"> |
| | | 过滤掉库存为 0 的商品 |