zhangwencui
2 小时以前 f08a81f01bc4a4104dd9ef04e071bb0bd0eb8afe
src/views/wls/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,
  WlsStockTakingTypeEnum,
} 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';