From 33ad9bff8eb0e6be50efbaab76ae71c76b6e218b Mon Sep 17 00:00:00 2001 From: yyb <995253665@qq.com> Date: 星期四, 21 八月 2025 14:17:33 +0800 Subject: [PATCH] PDA报工页面投料产量和汇报产量放到主页面,调整逻辑,接口联调,取消报工页面逻辑梳理,接口联调 --- pages.json | 29 +++++++++++++++++++---------- 1 files changed, 19 insertions(+), 10 deletions(-) diff --git a/pages.json b/pages.json index 9cf2ae7..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", -- Gitblit v1.9.3