gaoluyang
9 天以前 86966ec9a83b93decbd93fc8ce2be1882d4c9775
src/views/stocktaking/plan/data.ts
@@ -1,4 +1,4 @@
import type { NumberDictDataType } from '../../../../../packages/effects/hooks/src';
import type { NumberDictDataType } from '@vben/hooks';
import type { VbenFormApi, VbenFormSchema } from '#/adapter/form';
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
@@ -12,8 +12,8 @@
  DICT_TYPE,
  MesAutoCodeRuleCode,
  MesWmStockTakingTypeEnum,
} from '../../../../../packages/constants/src';
import { getDictOptions } from '../../../../../packages/effects/hooks/src';
} from '@vben/constants';
import { getDictOptions } from '@vben/hooks';
import { Button } from 'ant-design-vue';