From fc10ba09ac226832b8dd59a11b57fc3545503d82 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 05 三月 2026 11:40:19 +0800
Subject: [PATCH] 新增客户详情页面,回访提醒跳转客户详情页面

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

diff --git a/src/pages.json b/src/pages.json
index 74f5cf6..e5a99cd 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -893,6 +893,97 @@
       }
     },
     {
+      "path": "pages/qualityManagement/materialInspection/index",
+      "style": {
+        "navigationBarTitleText": "鍘熸潗鏂欐楠�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/materialInspection/add",
+      "style": {
+        "navigationBarTitleText": "鍘熸潗鏂欐楠屾坊鍔�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/materialInspection/detail",
+      "style": {
+        "navigationBarTitleText": "鍘熸潗鏂欐楠岃鎯�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/materialInspection/fileList",
+      "style": {
+        "navigationBarTitleText": "鍘熸潗鏂欐楠岄檮浠�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/processInspection/index",
+      "style": {
+        "navigationBarTitleText": "杩囩▼妫�楠�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/processInspection/add",
+      "style": {
+        "navigationBarTitleText": "杩囩▼妫�楠屾坊鍔�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/processInspection/detail",
+      "style": {
+        "navigationBarTitleText": "杩囩▼妫�楠岃鎯�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/processInspection/fileList",
+      "style": {
+        "navigationBarTitleText": "杩囩▼妫�楠岄檮浠�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/finalInspection/index",
+      "style": {
+        "navigationBarTitleText": "鍑哄巶妫�楠�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/finalInspection/add",
+      "style": {
+        "navigationBarTitleText": "鍑哄巶妫�楠屾坊鍔�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/finalInspection/detail",
+      "style": {
+        "navigationBarTitleText": "鍑哄巶妫�楠岃鎯�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/qualityManagement/finalInspection/fileList",
+      "style": {
+        "navigationBarTitleText": "鍑哄巶妫�楠岄檮浠�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/cooperativeOffice/customerManage/detail",
+      "style": {
+        "navigationBarTitleText": "瀹㈡埛璇︽儏",
+        "navigationStyle": "custom"
+      }
+    },
+    {
       "path": "pages/message",
       "style": {
         "navigationBarTitleText": "娑堟伅涓績"

--
Gitblit v1.9.3