From c5842658c8bc44bd604090192c0e8857bb22e596 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期三, 06 五月 2026 16:01:23 +0800
Subject: [PATCH] 生产追溯模块开发,及生产订单跳转生产追溯

---
 src/pages.json |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index ee0b3e0..78e18df 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -858,13 +858,20 @@
         "navigationStyle": "custom"
       }
     },
-    // {
-    //   "path": "pages/productionManagement/productionCosting/index",
-    //   "style": {
-    //     "navigationBarTitleText": "鐢熶骇鏍哥畻",
-    //     "navigationStyle": "custom"
-    //   }
-    // },
+    {
+      "path": "pages/productionManagement/productionAccounting/index",
+      "style": {
+        "navigationBarTitleText": "鐢熶骇鏍哥畻",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/productionManagement/productionTraceability/index",
+      "style": {
+        "navigationBarTitleText": "鐢熶骇杩芥函",
+        "navigationStyle": "custom"
+      }
+    },
     {
       "path": "pages/inventoryManagement/receiptManagement/index",
       "style": {

--
Gitblit v1.9.3