From dfc6745e2ff1a993db46437fb3d895df1194b886 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周六, 03 5月 2025 08:00:15 +0800
Subject: [PATCH] 222
---
HIAWms/web/src/widgets/WmsStoreInfo/Controllers/WmsPlaceDrawer.ts | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/HIAWms/web/src/widgets/WmsStoreInfo/Controllers/WmsPlaceDrawer.ts b/HIAWms/web/src/widgets/WmsStoreInfo/Controllers/WmsPlaceDrawer.ts
index 31695cd..c008604 100644
--- a/HIAWms/web/src/widgets/WmsStoreInfo/Controllers/WmsPlaceDrawer.ts
+++ b/HIAWms/web/src/widgets/WmsStoreInfo/Controllers/WmsPlaceDrawer.ts
@@ -43,8 +43,8 @@
prop: 'storageTypeNo',
el: 'select',
options: [
- { label: '绫诲瀷1', value: 'Type1' },
- { label: '绫诲瀷2', value: 'Type2' },
+ { label: '绫诲瀷1', value: 1 },
+ { label: '绫诲瀷2', value: 2 },
// 鏍规嵁瀹為檯鐨� PlaceTypeEnum 娣诲姞鏇村閫夐」
],
placeholder: '璇烽�夋嫨璐т綅绫诲瀷',
@@ -57,8 +57,8 @@
prop: 'placeStatus',
el: 'select',
options: [
- { label: '鐘舵��1', value: 'Status1' },
- { label: '鐘舵��2', value: 'Status2' },
+ { label: '鐘舵��1', value: 1 },
+ { label: '鐘舵��2', value: 2 },
// 鏍规嵁瀹為檯鐨� PlaceStatusEnum 娣诲姞鏇村閫夐」
],
placeholder: '璇烽�夋嫨璐т綅鐘舵��',
@@ -104,8 +104,8 @@
prop: 'islock',
el: 'select',
options: [
- { label: '鏄�', value: 'Y' },
- { label: '鍚�', value: 'N' },
+ { label: '鏄�', value: 1 },
+ { label: '鍚�', value: 2 },
],
placeholder: '璇烽�夋嫨鏄惁閿佸畾',
rules: [
@@ -117,8 +117,8 @@
prop: 'emptyContainer',
el: 'select',
options: [
- { label: '鏄�', value: 'Y' },
- { label: '鍚�', value: 'N' },
+ { label: '鏄�', value: 1 },
+ { label: '鍚�', value: 2 },
],
placeholder: '璇烽�夋嫨鏄惁绌烘墭',
rules: [
--
Gitblit v1.9.3