From 0fd269224211075e9657d6cb285b10805cd5d24f Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期五, 03 四月 2026 13:43:29 +0800
Subject: [PATCH] refactor: 更新发货状态页面和相关逻辑

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

diff --git a/src/pages.json b/src/pages.json
index 572e4f1..1699610 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -82,7 +82,7 @@
     {
       "path": "pages/sales/salesAccount/out",
       "style": {
-        "navigationBarTitleText": "鍙戣揣鐘舵��",
+        "navigationBarTitleText": "浜у搧鏄庣粏",
         "navigationStyle": "custom"
       }
     },
@@ -704,6 +704,13 @@
         "navigationStyle": "custom"
       }
     },
+    {
+      "path": "pages/productionManagement/workOrder/index",
+      "style": {
+        "navigationBarTitleText": "鐢熶骇宸ュ崟",
+        "navigationStyle": "custom"
+      }
+    },
     // {
     //   "path": "pages/productionManagement/productionCosting/index",
     //   "style": {
@@ -733,6 +740,13 @@
       }
     },
     {
+      "path": "pages/inventoryManagement/stockManagement/index",
+      "style": {
+        "navigationBarTitleText": "搴撳瓨绠$悊",
+        "navigationStyle": "custom"
+      }
+    },
+    {
       "path": "pages/safeProduction/safeQualifications/index",
       "style": {
         "navigationBarTitleText": "瑙勭▼涓庤祫璐�",

--
Gitblit v1.9.3