From 86966ec9a83b93decbd93fc8ce2be1882d4c9775 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 13 七月 2026 10:33:56 +0800
Subject: [PATCH] 银川 1.项目打包报错修改
---
src/views/stocktaking/plan/components/condition-value-input.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/stocktaking/plan/components/condition-value-input.vue b/src/views/stocktaking/plan/components/condition-value-input.vue
index 3f8962f..fedfd1b 100644
--- a/src/views/stocktaking/plan/components/condition-value-input.vue
+++ b/src/views/stocktaking/plan/components/condition-value-input.vue
@@ -1,22 +1,22 @@
<script lang="ts" setup>
-import type { NumberDictDataType } from '../../../../../../packages/effects/hooks/src';
+import type { NumberDictDataType } from '@vben/hooks';
import { ref, watch } from 'vue';
-import { DICT_TYPE, MesWmStockTakingParamTypeEnum } from '../../../../../../packages/constants/src';
-import { getDictOptions } from '../../../../../../packages/effects/hooks/src';
+import { DICT_TYPE, MesWmStockTakingParamTypeEnum } from '@vben/constants';
+import { getDictOptions } from '@vben/hooks';
import { Select } from 'ant-design-vue';
import { getWarehouseArea } from '#/api/mes/wm/warehouse/area';
import { getWarehouseLocation } from '#/api/mes/wm/warehouse/location';
import { MdItemSelect } from '#/views/mes/md/item/components';
-import { WmBatchSelect } from '#/views/mes/wm/batch/components';
+import { WmBatchSelect } from '#/views/wls/batch/components';
import {
WmWarehouseAreaSelect,
WmWarehouseLocationSelect,
WmWarehouseSelect,
-} from '#/views/mes/wm/warehouse/components';
+} from '#/views/wls/warehouse/components';
defineOptions({ name: 'StockTakingPlanConditionValueInput' });
--
Gitblit v1.9.3