5 天以前 bbce6db600e6bb0cf2a3bb78bdf5ccff70b737a8
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';