| | |
| | | DICT_TYPE, |
| | | MesAutoCodeRuleCode, |
| | | MesWmArrivalNoticeStatusEnum, |
| | | } from '../../../../packages/constants/src'; |
| | | } from '@vben/constants'; |
| | | |
| | | import { Button } from 'ant-design-vue'; |
| | | |
| | |
| | | import { |
| | | WmArrivalNoticeLineSelect, |
| | | WmArrivalNoticeSelect, |
| | | } from '#/views/mes/wm/arrivalnotice/components'; |
| | | } from '#/views/wls/arrivalnotice/components'; |
| | | import { |
| | | WmWarehouseAreaSelect, |
| | | WmWarehouseLocationSelect, |
| | | WmWarehouseSelect, |
| | | } from '#/views/mes/wm/warehouse/components'; |
| | | } from '#/views/wls/warehouse/components'; |
| | | |
| | | /** 表单类型 */ |
| | | export type FormType = 'create' | 'detail' | 'finish' | 'stock' | 'update'; |