From 0043a1a24cbed3ddd40c56c7931da9c5d14e4bc2 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期二, 19 八月 2025 17:09:40 +0800
Subject: [PATCH] PDA报工页面增加投料功能,扫描二维码取消获取产出记录列表,放开取消报工页面,编写取消报工逻辑,联调取消报工接口

---
 pages.json |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/pages.json b/pages.json
index 9cf2ae7..f12e773 100644
--- a/pages.json
+++ b/pages.json
@@ -792,16 +792,16 @@
         "navigationBarBackgroundColor": "#3281FF"
       }
     },
-    // // 鍙栨秷鎶ュ伐
-    // {
-    //   "path": "pages/product/cancelReport/index",
-    //   "style": {
-    //     "navigationStyle": "custom",
-    //     "navigationBarTitleText": "",
-    //     // "navigationBarBackgroundColor": "#3281FF"
-    //     "enablePullDownRefresh": false
-    //   }
-    // },
+    // 鍙栨秷鎶ュ伐
+    {
+      "path": "pages/product/cancelReport/index",
+      "style": {
+        "navigationStyle": "custom",
+        "navigationBarTitleText": "",
+        // "navigationBarBackgroundColor": "#3281FF"
+        "enablePullDownRefresh": false
+      }
+    },
     // 鎺ユ敹(閾滄潌)
     {
       "path": "pages/product/receive/index",

--
Gitblit v1.9.3