From 2082dea4977d47618c8d7ad4dd9bb847f5cf1b17 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 28 四月 2026 09:47:14 +0800
Subject: [PATCH] 升级apppro 1.迁移档案管理功能

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

diff --git a/src/pages.json b/src/pages.json
index 572e4f1..cbd1ada 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -73,9 +73,51 @@
       }
     },
     {
+      "path": "pages/basicData/customerFile/index",
+      "style": {
+        "navigationBarTitleText": "瀹㈡埛妗f",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/basicData/customerFile/edit",
+      "style": {
+        "navigationBarTitleText": "瀹㈡埛淇℃伅",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/basicData/customerFile/detail",
+      "style": {
+        "navigationBarTitleText": "瀹㈡埛璇︽儏",
+        "navigationStyle": "custom"
+      }
+    },
+    {
       "path": "pages/sales/salesAccount/index",
       "style": {
         "navigationBarTitleText": "閿�鍞彴璐�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/sales/salesQuotation/index",
+      "style": {
+        "navigationBarTitleText": "閿�鍞姤浠�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/sales/salesQuotation/edit",
+      "style": {
+        "navigationBarTitleText": "閿�鍞姤浠�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/sales/salesQuotation/detail",
+      "style": {
+        "navigationBarTitleText": "鎶ヤ环璇︽儏",
         "navigationStyle": "custom"
       }
     },
@@ -704,6 +746,13 @@
         "navigationStyle": "custom"
       }
     },
+    {
+      "path": "pages/productionManagement/workOrder/index",
+      "style": {
+        "navigationBarTitleText": "鐢熶骇宸ュ崟",
+        "navigationStyle": "custom"
+      }
+    },
     // {
     //   "path": "pages/productionManagement/productionCosting/index",
     //   "style": {
@@ -729,6 +778,13 @@
       "path": "pages/inventoryManagement/issueManagement/index",
       "style": {
         "navigationBarTitleText": "鑷畾涔夊嚭搴�",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/inventoryManagement/stockManagement/index",
+      "style": {
+        "navigationBarTitleText": "搴撳瓨绠$悊",
         "navigationStyle": "custom"
       }
     },
@@ -1087,6 +1143,34 @@
       "style": {
         "navigationBarTitleText": "娑堟伅涓績"
       }
+    },
+    {
+      "path": "pages/fileManagement/borrow/index",
+      "style": {
+        "navigationBarTitleText": "鍊熼槄绠$悊",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/fileManagement/borrow/edit",
+      "style": {
+        "navigationBarTitleText": "鍊熼槄鐧昏",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/fileManagement/return/index",
+      "style": {
+        "navigationBarTitleText": "褰掕繕绠$悊",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/fileManagement/return/edit",
+      "style": {
+        "navigationBarTitleText": "褰掕繕鐧昏",
+        "navigationStyle": "custom"
+      }
     }
   ],
   "subPackages": [

--
Gitblit v1.9.3