From d92c13edc57d0bd21cd6f7c145a2d490b7b737a9 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期五, 11 七月 2025 13:47:42 +0800
Subject: [PATCH] 修改PDA报工页面单选框禁用时显示不明显问题

---
 pages.json |   65 +++++++++++++++++++++++++++++++-
 1 files changed, 63 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index 96753c5..9cf2ae7 100644
--- a/pages.json
+++ b/pages.json
@@ -183,6 +183,7 @@
         "navigationBarTitleText": "浠诲姟澶勭悊"
       }
     },
+    // 绉诲簱
     {
       "path": "pages/wareHouse/moveWareHouse/index",
       "style": {
@@ -502,6 +503,47 @@
         "navigationStyle": "custom"
       }
     },
+    // 搴撳瓨浠剁洏鐐�
+    {
+      "path": "pages/wareHouse/InventoryCountStockItems/index",
+      "style": {
+        "navigationStyle": "custom",
+        "navigationBarTitleText": "",
+        // "navigationBarBackgroundColor": "#CEE3FE",
+        "enablePullDownRefresh": false
+      }
+    },
+    // 棰嗘枡
+        {
+      "path": "pages/storeManagement/MaterialRequisition/index",
+      "style": {
+        "navigationStyle": "custom",
+        "navigationBarTitleText": "",
+        // "navigationBarBackgroundColor": "#CEE3FE",
+        "enablePullDownRefresh": false
+      }
+    },
+    // 鍙栨秷棰嗘枡
+        {
+      "path": "pages/storeManagement/CancelMaterialRequisition/index",
+      "style": {
+        "navigationStyle": "custom",
+        "navigationBarTitleText": "",
+        // "navigationBarBackgroundColor": "#CEE3FE",
+        "enablePullDownRefresh": false
+      }
+    },
+    // 瀵间綋澶囪揣鐩樼偣
+        {
+      "path": "pages/wareHouse/InventoryCheckConductiveMterials/index",
+      "style": {
+        "navigationStyle": "custom",
+        "navigationBarTitleText": "",
+        // "navigationBarBackgroundColor": "#CEE3FE",
+        "enablePullDownRefresh": false
+      }
+    },
+    // 鐩樼偣鎶ュ憡鐩樼偣
     {
       "path": "pages/wareHouse/inventory/index",
       "style": {
@@ -750,9 +792,19 @@
         "navigationBarBackgroundColor": "#3281FF"
       }
     },
-    // 鍙栨秷鎶ュ伐
+    // // 鍙栨秷鎶ュ伐
+    // {
+    //   "path": "pages/product/cancelReport/index",
+    //   "style": {
+    //     "navigationStyle": "custom",
+    //     "navigationBarTitleText": "",
+    //     // "navigationBarBackgroundColor": "#3281FF"
+    //     "enablePullDownRefresh": false
+    //   }
+    // },
+    // 鎺ユ敹(閾滄潌)
     {
-      "path": "pages/product/cancelReport/index",
+      "path": "pages/product/receive/index",
       "style": {
         "navigationStyle": "custom",
         "navigationBarTitleText": "",
@@ -779,6 +831,15 @@
         "navigationBarBackgroundColor": "#3281FF"
       }
     },
+    // 宸ュ崟鍒楄〃
+        {
+      "path": "pages/product/WorkshopOrderIssued/WorkOrderList",
+      "style": {
+        "navigationStyle": "custom",
+        "navigationBarTextStyle": "white",
+        "navigationBarBackgroundColor": "#3281FF"
+      }
+    },
     // 杞﹂棿鍙栨秷涓嬪彂
     {
       "path": "pages/product/WorkshopOrderCancellationIssued/index",

--
Gitblit v1.9.3