From 24e7868d80a850bbbda953a73e2598675dc228f6 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 27 十一月 2025 13:49:02 +0800
Subject: [PATCH] PDA增加投料菜单

---
 pages.json |   37 ++++++++++++++++++++++++++++++++-----
 1 files changed, 32 insertions(+), 5 deletions(-)

diff --git a/pages.json b/pages.json
index c722513..836be8c 100644
--- a/pages.json
+++ b/pages.json
@@ -514,7 +514,7 @@
       }
     },
     // 棰嗘枡
-        {
+    {
       "path": "pages/storeManagement/MaterialRequisition/index",
       "style": {
         "navigationStyle": "custom",
@@ -524,7 +524,7 @@
       }
     },
     // 鍙栨秷棰嗘枡
-        {
+    {
       "path": "pages/storeManagement/CancelMaterialRequisition/index",
       "style": {
         "navigationStyle": "custom",
@@ -534,7 +534,7 @@
       }
     },
     // 瀵间綋澶囪揣鐩樼偣
-        {
+    {
       "path": "pages/wareHouse/InventoryCheckConductiveMterials/index",
       "style": {
         "navigationStyle": "custom",
@@ -792,6 +792,15 @@
         "navigationBarBackgroundColor": "#3281FF"
       }
     },
+    // 鎶曟枡鍒楄〃
+    {
+      "path": "pages/product/report/seachPersonnelNo",
+      "style": {
+        "navigationStyle": "custom",
+        "navigationBarTextStyle": "white",
+        "navigationBarBackgroundColor": "#3281FF"
+      }
+    },
     // 鍙栨秷鎶ュ伐
     {
       "path": "pages/product/cancelReport/index",
@@ -822,9 +831,18 @@
         "enablePullDownRefresh": false
       }
     },
-        // 杞﹂棿璁㈠崟鐗╂枡
+    // 杞﹂棿璁㈠崟鐗╂枡
     {
       "path": "pages/product/WorkshopOrderIssued/comp",
+      "style": {
+        "navigationStyle": "custom",
+        "navigationBarTextStyle": "white",
+        "navigationBarBackgroundColor": "#3281FF"
+      }
+    },
+    // 宸ュ崟鍒楄〃
+    {
+      "path": "pages/product/WorkshopOrderIssued/WorkOrderList",
       "style": {
         "navigationStyle": "custom",
         "navigationBarTextStyle": "white",
@@ -858,6 +876,15 @@
         "navigationBarTitleText": "宸ュ崟鍒楄〃",
         "navigationBarTextStyle": "black",
         "navigationBarBackgroundColor": "#DAE6FB"
+      }
+    },
+    // 鎶曟枡
+    {
+      "path": "pages/product/feeding/index",
+      "style": {
+        "navigationStyle": "custom",
+        "navigationBarTitleText": "",
+        "enablePullDownRefresh": false
       }
     },
     {
@@ -950,4 +977,4 @@
       }
     ]
   }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3