From 6131a7c3aa5eb25e427bed3d478daa3b0fb5f3e6 Mon Sep 17 00:00:00 2001 From: yyb <995253665@qq.com> Date: 星期五, 11 七月 2025 13:49:30 +0800 Subject: [PATCH] 解决PDA报工页面提交时,提交按钮没控住问题 --- pages.json | 29 +++++++++++++++++++---------- 1 files changed, 19 insertions(+), 10 deletions(-) diff --git a/pages.json b/pages.json index c722513..9cf2ae7 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", @@ -831,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