| | |
| | | import { ref } from 'vue'; |
| | | import { useRoute, useRouter } from 'vue-router'; |
| | | |
| | | import { DocAlert, Page, useVbenModal } from '../../../../../packages/effects/common-ui/src'; |
| | | import { Page, useVbenModal } from '../../../../../packages/effects/common-ui/src'; |
| | | import { BarcodeBizTypeEnum } from '../../../../../packages/constants/src'; |
| | | |
| | | import { Alert, Button, message } from 'ant-design-vue'; |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert |
| | | title="【仓库】仓库与库区库位、条码赋码、SN码" |
| | | url="https://doc.iocoder.cn/mes/wm/warehouse-setup/" |
| | | /> |
| | | </template> |
| | | |
| | | <FormModal @success="handleRefresh" /> |
| | | <Page auto-content-height><FormModal @success="handleRefresh" /> |
| | | <BarcodeDetail ref="barcodeDetailRef" /> |
| | | |
| | | <Alert |