From cc3001ab9e0ab8ce673b812a22ebea1edd332f2a Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期六, 14 三月 2026 15:38:33 +0800
Subject: [PATCH] fix: 完成仓储物流的功能开发
---
src/pages.json | 85 +++++++++++++++++++++++++++++++++++++++++-
1 files changed, 83 insertions(+), 2 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 09239ca..ac70378 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -541,6 +541,15 @@
}
},
{
+ "path": "pages/equipmentManagement/upkeepTask/index",
+ "style": {
+ "navigationBarTitleText": "璁惧淇濆吇浠诲姟",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true,
+ "backgroundColor": "#f8f8f8"
+ }
+ },
+ {
"path": "pages/equipmentManagement/upkeep/detail",
"style": {
"navigationBarTitleText": "淇濆吇璇︽儏",
@@ -613,6 +622,15 @@
}
},
{
+ "path": "pages/inspectionManagement/index",
+ "style": {
+ "navigationBarTitleText": "宸℃浠诲姟",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true,
+ "backgroundColor": "#f8f8f8"
+ }
+ },
+ {
"path": "pages/equipmentManagement/faultAnalysis/index",
"style": {
"navigationBarTitleText": "鏁呴殰鍒嗘瀽杩芥函",
@@ -657,7 +675,7 @@
{
"path": "pages/inventoryManagement/receiptManagement/index",
"style": {
- "navigationBarTitleText": "鑷畾涔夊叆搴�",
+ "navigationBarTitleText": "鍏ュ簱绠$悊",
"navigationStyle": "custom"
}
},
@@ -669,9 +687,72 @@
}
},
{
+ "path": "pages/inventoryManagement/receiptManagement/view",
+ "style": {
+ "navigationBarTitleText": "鍏ュ簱璇︽儏",
+ "navigationStyle": "custom"
+ }
+ },
+ {
"path": "pages/inventoryManagement/issueManagement/index",
"style": {
"navigationBarTitleText": "鑷畾涔夊嚭搴�",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/inventoryManagement/dispatchLog/index",
+ "style": {
+ "navigationBarTitleText": "鍑哄簱鍙拌处",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/inventoryManagement/dispatchLog/view",
+ "style": {
+ "navigationBarTitleText": "鍑哄簱璇︽儏",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/inventoryManagement/stockManagement/index",
+ "style": {
+ "navigationBarTitleText": "搴撳瓨绠$悊",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/inventoryManagement/stockManagement/add",
+ "style": {
+ "navigationBarTitleText": "鏂板搴撳瓨",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/inventoryManagement/stockManagement/subtract",
+ "style": {
+ "navigationBarTitleText": "搴撳瓨鍑哄簱",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/inventoryManagement/stockManagement/view",
+ "style": {
+ "navigationBarTitleText": "搴撳瓨璇︽儏",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/inventoryManagement/stockReport/index",
+ "style": {
+ "navigationBarTitleText": "搴撳瓨鎶ヨ〃",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/inventoryManagement/stockReport/view",
+ "style": {
+ "navigationBarTitleText": "搴撳瓨鎶ヨ〃璇︽儏",
"navigationStyle": "custom"
}
},
@@ -1148,4 +1229,4 @@
"navigationBarTitleText": "RuoYi",
"navigationBarBackgroundColor": "#FFFFFF"
}
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3