From 46d143d1d6fe8f286399f4d027c9a86adf7cd7fc Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期三, 09 七月 2025 08:50:01 +0800 Subject: [PATCH] feat(inspection,maintenance): - 实现保养工单批量确认功能 - 在点检记录确认时增加时间限制,距离上次更新时间两小时内不允许确认 --- eims-ui-mobile/src/pages.json | 206 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 199 insertions(+), 7 deletions(-) diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json index d346a4b..422d7ec 100644 --- a/eims-ui-mobile/src/pages.json +++ b/eims-ui-mobile/src/pages.json @@ -2,8 +2,8 @@ "globalStyle": { "navigationStyle": "default", "navigationBarTitleText": "鍏板疂璁惧绠$悊", - "navigationBarBackgroundColor": "#f8f8f8", - "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#4D80F0", + "navigationBarTextStyle": "white", "backgroundColor": "#FFFFFF" }, "easycom": { @@ -16,7 +16,7 @@ "tabBar": { "custom": true, "color": "#999999", - "selectedColor": "#007aff", + "selectedColor": "#4D80F0", "borderStyle": "black", "height": "50px", "fontSize": "10px", @@ -60,16 +60,66 @@ "type": "home", "layout": "tabbar", "style": { - "navigationStyle": "custom", "navigationBarTitleText": "棣栭〉" + } + }, + { + "path": "pages/equ/equ-list", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "璁惧鍒楄〃", + "navigationStyle": "custom" } }, { "path": "pages/equ/index", "type": "page", "layout": "tabbar", + "needLogin": true, "style": { - "navigationBarTitleText": "鍏充簬" + "navigationBarTitleText": "璁惧" + } + }, + { + "path": "pages/equ-status/list", + "type": "page" + }, + { + "path": "pages/fixture/fixture-list", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "宸ュ叿鍒楄〃" + } + }, + { + "path": "pages/inspect/insp-add", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "璁惧鐐规" + } + }, + { + "path": "pages/inspect/insp-record", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "鐐规璁板綍", + "navigationStyle": "custom" + } + }, + { + "path": "pages/inspect/insp-st", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "鐐规姹囨��" } }, { @@ -77,24 +127,166 @@ "type": "page", "layout": "default", "style": { - "navigationStyle": "custom", "navigationBarTitleText": "鐧诲綍" + } + }, + { + "path": "pages/maint/maint-order", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "淇濆吇宸ュ崟", + "navigationStyle": "custom" + } + }, + { + "path": "pages/maint/maint-st", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "淇濆吇姹囨��" + } + }, + { + "path": "pages/maint/order-detail", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "宸ュ崟鏄庣粏", + "navigationStyle": "custom" } }, { "path": "pages/my/index", "type": "page", "layout": "tabbar", + "needLogin": true, "style": { "navigationBarTitleText": "鎴戠殑" } }, { + "path": "pages/my/password", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "淇敼瀵嗙爜" + } + }, + { + "path": "pages/repair/repair-add", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "娣诲姞鎶ヤ慨", + "navigationStyle": "custom" + } + }, + { + "path": "pages/repair/repair-fb", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "缁翠慨璇勪环", + "app-plus": { + "titleNView": { + "buttons": [ + { + "text": "鎻愪氦", + "fontSize": "14px", + "color": "#FFFFFF" + }, + { + "text": "", + "fontSize": "14px", + "color": "#FFFFFF" + } + ] + } + } + } + }, + { + "path": "pages/repair/req-detail", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "鎶ヤ慨璇︽儏", + "navigationStyle": "custom" + } + }, + { + "path": "pages/repair/req-list", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "鎶ヤ慨鍒楄〃", + "navigationStyle": "custom" + } + }, + { + "path": "pages/repair/res-detail", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "缁翠慨鏄庣粏", + "app-plus": { + "titleNView": { + "buttons": [ + { + "text": "鎻愪氦", + "fontSize": "14px", + "color": "#FFFFFF" + }, + { + "text": "淇濆瓨", + "fontSize": "14px", + "color": "#FFFFFF" + } + ] + } + } + } + }, + { + "path": "pages/repair/res-list", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "璁惧缁翠慨", + "navigationStyle": "custom" + } + }, + { + "path": "pages/scan/index", + "type": "page" + }, + { "path": "pages/spare/index", "type": "page", "layout": "tabbar", + "needLogin": true, "style": { - "navigationBarTitleText": "spare" + "navigationBarTitleText": "澶囦欢" + } + }, + { + "path": "pages/spare/spare-list", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "澶囦欢鍒楄〃" } } ], -- Gitblit v1.9.3