From 6a0aeaa2a20ef9ca45dae185d1d9f0ab606249dd Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 09 十二月 2025 15:05:18 +0800
Subject: [PATCH] fix: 绞线领用:盘具厂家和芯线厂家区分一下(PC+PDA)

---
 src/pages.json |   84 +++++++++++++++++++++++++++++++-----------
 1 files changed, 62 insertions(+), 22 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 3f0035e..1759892 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -6,7 +6,6 @@
       "^cu-(.*)": "@/components/cu-$1/index.vue"
     }
   },
-
   "pages": [
     {
       "path": "pages/index/index",
@@ -98,7 +97,6 @@
         "navigationBarTitleText": "涓汉璧勬枡"
       }
     },
-
     {
       "path": "pages/work/user/index",
       "style": {
@@ -153,7 +151,7 @@
         "navigationBarTitleText": "鎷変笣璇︽儏"
       }
     },
-     {
+    {
       "path": "pages/production/detail/twistDetail",
       "style": {
         "navigationBarTitleText": "缁炵嚎璇︽儏"
@@ -163,6 +161,18 @@
       "path": "pages/production/wire/report/wire",
       "style": {
         "navigationBarTitleText": "鎷変笣鎶ュ伐"
+      }
+    },
+    {
+      "path": "pages/production/wire/report/reportManage",
+      "style": {
+        "navigationBarTitleText": "鎶ュ伐绠$悊"
+      }
+    },
+    {
+      "path": "pages/production/wire/attachment/index",
+      "style": {
+        "navigationBarTitleText": "鎷変笣闄勪欢"
       }
     },
     {
@@ -186,13 +196,7 @@
     {
       "path": "pages/production/wire/selfInspect/index",
       "style": {
-        "navigationBarTitleText": "鎷変笣鑷"
-      }
-    },
-    {
-      "path": "pages/production/wire/selfInspect/edit",
-      "style": {
-        "navigationBarTitleText": "缂栬緫鎷変笣鑷"
+        "navigationBarTitleText": "鑷绠$悊"
       }
     },
     {
@@ -214,9 +218,21 @@
       }
     },
     {
+      "path": "pages/production/twist/attachment/index",
+      "style": {
+        "navigationBarTitleText": "缁炵嚎闄勪欢"
+      }
+    },
+    {
       "path": "pages/production/twist/report/edit",
       "style": {
         "navigationBarTitleText": "缁炵嚎鎶ュ伐涓婃姤"
+      }
+    },
+    {
+      "path": "pages/production/twist/report/draw",
+      "style": {
+        "navigationBarTitleText": "鍗曚笣棰嗙敤"
       }
     },
     {
@@ -244,12 +260,6 @@
       }
     },
     {
-      "path": "pages/production/twist/selfInspect/edit",
-      "style": {
-        "navigationBarTitleText": "缁炵嚎鑷缂栬緫"
-      }
-    },
-    {
       "path": "pages/production/twist/backman/index",
       "style": {
         "navigationBarTitleText": "缁炵嚎鏉傚伐"
@@ -259,6 +269,36 @@
       "path": "pages/production/twist/backman/edit",
       "style": {
         "navigationBarTitleText": "缁炵嚎鏉傚伐缂栬緫"
+      }
+    },
+    {
+      "path": "pages/timely/index",
+      "style": {
+        "navigationBarTitleText": "鏃舵晥鎶ュ伐"
+      }
+    },
+    {
+      "path": "pages/outbound/index",
+      "style": {
+        "navigationBarTitleText": "鍑哄簱"
+      }
+    },
+    {
+      "path": "pages/routingInspection/index",
+      "style": {
+        "navigationBarTitleText": "宸℃"
+      }
+    },
+    {
+      "path": "pages/routingInspection/detail/indexJX",
+      "style": {
+        "navigationBarTitleText": "缁炵嚎宸℃璇︽儏"
+      }
+    },
+    {
+      "path": "pages/routingInspection/detail/indexLS",
+      "style": {
+        "navigationBarTitleText": "鎷変笣宸℃璇︽儏"
       }
     }
   ],
@@ -279,12 +319,12 @@
         "iconPath": "static/tabbar/home.png",
         "selectedIconPath": "static/tabbar/home-active.png"
       },
-      {
-        "pagePath": "pages/work/index",
-        "text": "宸ヤ綔鍙�",
-        "iconPath": "static/tabbar/work.png",
-        "selectedIconPath": "static/tabbar/work-active.png"
-      },
+      // {
+      //   "pagePath": "pages/work/index",
+      //   "text": "宸ヤ綔鍙�",
+      //   "iconPath": "static/tabbar/work.png",
+      //   "selectedIconPath": "static/tabbar/work-active.png"
+      // },
       {
         "pagePath": "pages/mine/index",
         "text": "鎴戠殑",

--
Gitblit v1.9.3