From 6ca03cc8ac229c13702ce699bab4db6e93f3f172 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期二, 30 六月 2026 14:19:12 +0800
Subject: [PATCH] 1、供应商管理新增修改删除功能2、库存管理增加添加功能、详情、领用功能
---
src/pages.json | 30 +++++++++++++++++++++++++++++-
1 files changed, 29 insertions(+), 1 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 30a1a63..71f446c 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -936,6 +936,34 @@
}
},
{
+ "path": "pages/inventoryManagement/stockManagement/add",
+ "style": {
+ "navigationBarTitleText": "鏂板搴撳瓨",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/inventoryManagement/stockManagement/detail",
+ "style": {
+ "navigationBarTitleText": "搴撳瓨璇︽儏",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/inventoryManagement/stockManagement/use",
+ "style": {
+ "navigationBarTitleText": "棰嗙敤",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/inventoryManagement/stockManagement/selectProductModel",
+ "style": {
+ "navigationBarTitleText": "閫夋嫨浜у搧",
+ "navigationStyle": "custom"
+ }
+ },
+ {
"path": "pages/safeProduction/safeQualifications/index",
"style": {
"navigationBarTitleText": "瑙勭▼涓庤祫璐�",
@@ -1554,4 +1582,4 @@
"navigationBarTitleText": "RuoYi",
"navigationBarBackgroundColor": "#FFFFFF"
}
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3