From 6ca03cc8ac229c13702ce699bab4db6e93f3f172 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期二, 30 六月 2026 14:19:12 +0800
Subject: [PATCH] 1、供应商管理新增修改删除功能2、库存管理增加添加功能、详情、领用功能

---
 src/pages.json |  116 +++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 107 insertions(+), 9 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 5a2c086..71f446c 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -689,6 +689,20 @@
       }
     },
     {
+      "path": "pages/equipmentManagement/repair/acceptance",
+      "style": {
+        "navigationBarTitleText": "璁惧鎶ヤ慨楠屾敹",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/equipmentManagement/repair/detail",
+      "style": {
+        "navigationBarTitleText": "璁惧鎶ヤ慨璇︽儏",
+        "navigationStyle": "custom"
+      }
+    },
+    {
       "path": "pages/equipmentManagement/upkeep/index",
       "style": {
         "navigationBarTitleText": "璁惧淇濆吇",
@@ -761,6 +775,20 @@
       }
     },
     {
+      "path": "pages/inspectionUpload/upload",
+      "style": {
+        "navigationBarTitleText": "涓婁紶宸℃璁板綍",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/inspectionUpload/attachment",
+      "style": {
+        "navigationBarTitleText": "鏌ョ湅闄勪欢",
+        "navigationStyle": "custom"
+      }
+    },
+    {
       "path": "pages/equipmentManagement/faultAnalysis/index",
       "style": {
         "navigationBarTitleText": "鏁呴殰鍒嗘瀽杩芥函",
@@ -789,6 +817,20 @@
       }
     },
     {
+      "path": "pages/productionManagement/processRoute/index",
+      "style": {
+        "navigationBarTitleText": "宸ヨ壓璺嚎",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/productionManagement/processRoute/items",
+      "style": {
+        "navigationBarTitleText": "璺嚎椤圭洰",
+        "navigationStyle": "custom"
+      }
+    },
+    {
       "path": "pages/productionManagement/productionDispatching/index",
       "style": {
         "navigationBarTitleText": "鐢熶骇娲惧伐",
@@ -810,6 +852,13 @@
       }
     },
     {
+      "path": "pages/productionManagement/productionReporting/ledger",
+      "style": {
+        "navigationBarTitleText": "鎶ュ伐鍙拌处",
+        "navigationStyle": "custom"
+      }
+    },
+    {
       "path": "pages/productionManagement/workOrder/index",
       "style": {
         "navigationBarTitleText": "鐢熶骇宸ュ崟",
@@ -826,17 +875,38 @@
     {
       "path": "pages/productionManagement/mainProductionPlan/detail",
       "style": {
-        "navigationBarTitleText": "璁″垝璇︽儏",
+        "navigationBarTitleText": "鐢熶骇璁″垝璇︽儏",
         "navigationStyle": "custom"
       }
     },
-    // {
-    //   "path": "pages/productionManagement/productionCosting/index",
-    //   "style": {
-    //     "navigationBarTitleText": "鐢熶骇鏍哥畻",
-    //     "navigationStyle": "custom"
-    //   }
-    // },
+    {
+      "path": "pages/productionManagement/productionScheduling/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/productionManagement/processStatistics/index",
+      "style": {
+        "navigationBarTitleText": "宸ュ簭鐢熶骇瀹炲喌",
+        "navigationStyle": "custom"
+      }
+    },
     {
       "path": "pages/inventoryManagement/receiptManagement/index",
       "style": {
@@ -862,6 +932,34 @@
       "path": "pages/inventoryManagement/stockManagement/index",
       "style": {
         "navigationBarTitleText": "搴撳瓨绠$悊",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/inventoryManagement/stockManagement/add",
+      "style": {
+        "navigationBarTitleText": "鏂板搴撳瓨",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/inventoryManagement/stockManagement/detail",
+      "style": {
+        "navigationBarTitleText": "搴撳瓨璇︽儏",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/inventoryManagement/stockManagement/use",
+      "style": {
+        "navigationBarTitleText": "棰嗙敤",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/inventoryManagement/stockManagement/selectProductModel",
+      "style": {
+        "navigationBarTitleText": "閫夋嫨浜у搧",
         "navigationStyle": "custom"
       }
     },
@@ -1484,4 +1582,4 @@
     "navigationBarTitleText": "RuoYi",
     "navigationBarBackgroundColor": "#FFFFFF"
   }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3