From d1f08bfc65d459b893fb6d5134927e0c078d32e5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 24 一月 2025 13:50:59 +0800
Subject: [PATCH] Merge branch '2.0.1' of http://139.186.142.91:10010/r/productDev/funingyunwei into 2.0.1

---
 admin/src/views/stock/components/config.js |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/admin/src/views/stock/components/config.js b/admin/src/views/stock/components/config.js
index 7b0333f..f03110b 100644
--- a/admin/src/views/stock/components/config.js
+++ b/admin/src/views/stock/components/config.js
@@ -1,15 +1,15 @@
 export const StoreTypeOps = [
   { name: '閲囪喘鍏ュ簱', id: 0, type: 0 },
   { name: '棰嗙敤閫�鍥�', id: 1, type: 0 },
-  { name: '璋冩暣鍏ュ簱', id: 2, type: 0 },
-  { name: '鍏朵粬鍏ュ簱', id: 3, type: 0 },
-  { name: '鐩樼泩鍏ュ簱', id: 4, type: 0 },
+  { name: '搴撳瓨璋冩暣', id: 2, type: 0 },
+  { name: '鍏跺畠鍏ュ簱', id: 3, type: 0 },
+  // { name: '鐩樼泩鍏ュ簱', id: 4, type: 0 },
   { name: '棰嗙敤鍑哄簱', id: 5, type: 1 },
-  { name: '浠撳簱鍑哄簱', id: 6, type: 1 },
+  { name: '浠撳簱鍑哄崟', id: 6, type: 1 },
   { name: '璋冩暣鍑哄簱', id: 7, type: 1 },
   { name: '閲囪喘鍑哄簱', id: 8, type: 1 },
-  { name: '鍏朵粬鍑哄簱', id: 9, type: 1 },
-  { name: '鐩樺嚭鍑哄簱', id: 10, type: 1 },
+  { name: '鍏跺畠鍑哄簱', id: 9, type: 1 },
+  // { name: '鐩樺嚭鍑哄簱', id: 10, type: 1 },
 ]
 export const rules = {
   warehouseId: [{ required: true, message: '璇烽�夋嫨', trigger: 'blur' }],

--
Gitblit v1.9.3