From fa403c58d2bea76a7131ea9dbb1d60247ea9ca77 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 30 四月 2026 09:43:25 +0800
Subject: [PATCH] 生产计划和生产订单模块开发(仅查看)

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

diff --git a/src/pages.json b/src/pages.json
index bf2aa38..5a2c086 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -775,6 +775,20 @@
       }
     },
     {
+      "path": "pages/productionManagement/productionOrder/source",
+      "style": {
+        "navigationBarTitleText": "鏉ユ簮鏁版嵁",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/productionManagement/productionOrder/pickingDetail",
+      "style": {
+        "navigationBarTitleText": "棰嗘枡璇︽儏",
+        "navigationStyle": "custom"
+      }
+    },
+    {
       "path": "pages/productionManagement/productionDispatching/index",
       "style": {
         "navigationBarTitleText": "鐢熶骇娲惧伐",
@@ -802,6 +816,20 @@
         "navigationStyle": "custom"
       }
     },
+    {
+      "path": "pages/productionManagement/mainProductionPlan/index",
+      "style": {
+        "navigationBarTitleText": "涓荤敓浜ц鍒�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/productionManagement/mainProductionPlan/detail",
+      "style": {
+        "navigationBarTitleText": "璁″垝璇︽儏",
+        "navigationStyle": "custom"
+      }
+    },
     // {
     //   "path": "pages/productionManagement/productionCosting/index",
     //   "style": {

--
Gitblit v1.9.3