From 2f93b5a6157c3752230485e5aa56f79fdabd5fb4 Mon Sep 17 00:00:00 2001
From: 周宾 <2802492122@qq.com>
Date: 星期三, 24 十二月 2025 17:43:47 +0800
Subject: [PATCH] 天津双奇点-开发仓储物流板块

---
 src/pages.json |   46 +++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 45 insertions(+), 1 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 00c7e56..f6fb3eb 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -406,6 +406,13 @@
         "navigationBarTitleText": "鐢熶骇璁㈠崟",
         "navigationStyle": "custom"
       }
+    },
+    {
+      "path": "pages/productionManagement/productionDispatching/index",
+      "style": {
+        "navigationBarTitleText": "鐢熶骇娲惧伐",
+        "navigationStyle": "custom"
+      }
     }
   ],
   "subPackages": [
@@ -603,7 +610,44 @@
           "path": "code/index"
         }
       ]
-    }
+    },
+		{
+			"root": "pages/inventoryManagement",
+			"pages": [
+				{
+					"path": "receiptManagement/index",
+					"style": {
+						"navigationBarTitleText": "鍏ュ簱绠$悊",
+            "navigationStyle": "custom",
+            "enablePullDownRefresh": true,
+            "backgroundColor": "#f8f8f8"
+					}
+				},
+        {
+					"path": "receiptManagement/edit",
+					"style": {
+						"navigationBarTitleText": "鑷畾涔夊叆搴�",
+            "navigationStyle": "custom"
+					}
+				},
+        {
+					"path": "issueManagement/index",
+					"style": {
+						"navigationBarTitleText": "鍑哄簱绠$悊",
+            "navigationStyle": "custom",
+            "enablePullDownRefresh": true,
+            "backgroundColor": "#f8f8f8"
+					}
+				},
+        {
+					"path": "issueManagement/edit",
+					"style": {
+						"navigationBarTitleText": "鑷畾涔夊嚭搴�",
+            "navigationStyle": "custom"
+					}
+				}
+			]
+		}
   ],
   "tabBar": {
     "color": "#000000",

--
Gitblit v1.9.3