From 27c8277d717b34b55f3ea967027b53b067f77df3 Mon Sep 17 00:00:00 2001
From: xiaoyi <908147524@qq.com>
Date: 星期四, 20 八月 2026 16:58:49 +0800
Subject: [PATCH] feat 功能变更
---
src/views/wls/warehouse/area/data.ts | 22 ++++++++++++++++++++--
1 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/src/views/wls/warehouse/area/data.ts b/src/views/wls/warehouse/area/data.ts
index e73ead8..2e00eaf 100644
--- a/src/views/wls/warehouse/area/data.ts
+++ b/src/views/wls/warehouse/area/data.ts
@@ -8,8 +8,8 @@
CommonStatusEnum,
DICT_TYPE,
MesAutoCodeRuleCode,
-} 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';
@@ -100,6 +100,15 @@
placeholder: '璇疯緭鍏ュ簱浣嶅悕绉�',
},
rules: 'required',
+ },
+ {
+ fieldName: 'type',
+ label: '搴撳尯绫诲瀷',
+ component: 'Select',
+ componentProps: {
+ options: getDictOptions(DICT_TYPE.MES_WM_WAREHOUSE_TYPE, 'number'),
+ placeholder: '璇烽�夋嫨搴撳尯绫诲瀷',
+ },
},
{
fieldName: 'area',
@@ -275,6 +284,15 @@
minWidth: 160,
},
{
+ field: 'type',
+ title: '搴撳尯绫诲瀷',
+ width: 110,
+ cellRender: {
+ name: 'CellDict',
+ props: { type: DICT_TYPE.MES_WM_WAREHOUSE_TYPE },
+ },
+ },
+ {
field: 'area',
title: '闈㈢Н锛堛帯锛�',
width: 100,
--
Gitblit v1.9.3