| | |
| | | |
| | | import { reactive, ref } from 'vue'; |
| | | |
| | | import { DocAlert, Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { Page, useVbenModal } from '../../../../packages/effects/common-ui/src'; |
| | | import { |
| | | OrderDeleteStatusList, |
| | | OrderStatusEnum, |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert |
| | | title="【单据】移库" |
| | | url="https://doc.iocoder.cn/wms/order/movement/" |
| | | /> |
| | | </template> |
| | | <FormModal @success="handleRefresh" /> |
| | | <Page auto-content-height><FormModal @success="handleRefresh" /> |
| | | <DetailModal /> |
| | | <MovementOrderPrint ref="printRef" /> |
| | | |