From 4eaf74efba7ead917bf53155a9b9fa59c4743cf8 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期二, 14 七月 2026 10:16:23 +0800
Subject: [PATCH] Merge branch 'dev_pro2.0' of http://114.132.189.42:9002/r/mom-pro2-before into dev_pro2.0

---
 src/views/stocktaking/plan/data.ts |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/stocktaking/plan/data.ts b/src/views/stocktaking/plan/data.ts
index b9de0e9..f095437 100644
--- a/src/views/stocktaking/plan/data.ts
+++ b/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';
 

--
Gitblit v1.9.3