From 185e8e364a18370adb689a57c829a6efeaf9fe8a Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 23 十月 2025 09:31:03 +0800
Subject: [PATCH] 增加扫码设备的扫码配置文件代码
---
pages.json | 38 ++++++++++++++++++++++++++++----------
1 files changed, 28 insertions(+), 10 deletions(-)
diff --git a/pages.json b/pages.json
index d3f3902..593e4f6 100644
--- a/pages.json
+++ b/pages.json
@@ -792,16 +792,25 @@
"navigationBarBackgroundColor": "#3281FF"
}
},
- // // 鍙栨秷鎶ュ伐
- // {
- // "path": "pages/product/cancelReport/index",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "",
- // // "navigationBarBackgroundColor": "#3281FF"
- // "enablePullDownRefresh": false
- // }
- // },
+ // 鎶曟枡鍒楄〃
+ {
+ "path": "pages/product/report/seachPersonnelNo",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#3281FF"
+ }
+ },
+ // 鍙栨秷鎶ュ伐
+ {
+ "path": "pages/product/cancelReport/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "",
+ // "navigationBarBackgroundColor": "#3281FF"
+ "enablePullDownRefresh": false
+ }
+ },
// 鎺ユ敹(閾滄潌)
{
"path": "pages/product/receive/index",
@@ -831,6 +840,15 @@
"navigationBarBackgroundColor": "#3281FF"
}
},
+ // 宸ュ崟鍒楄〃
+ {
+ "path": "pages/product/WorkshopOrderIssued/WorkOrderList",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#3281FF"
+ }
+ },
// 杞﹂棿鍙栨秷涓嬪彂
{
"path": "pages/product/WorkshopOrderCancellationIssued/index",
--
Gitblit v1.9.3