From d28bb7d7acdc4d27a553e5b6b2458d5e7ec43165 Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期二, 29 四月 2025 14:40:44 +0800 Subject: [PATCH] 完成设备维修工单 --- eims-ui-mobile/src/pages.json | 216 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 214 insertions(+), 2 deletions(-) diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json index 5cfa519..6fb3e3e 100644 --- a/eims-ui-mobile/src/pages.json +++ b/eims-ui-mobile/src/pages.json @@ -67,6 +67,7 @@ "path": "pages/equ/equ-list", "type": "page", "layout": "default", + "needLogin": true, "style": { "navigationBarTitleText": "璁惧鍒楄〃" } @@ -81,6 +82,15 @@ } }, { + "path": "pages/fixture/fixture-list", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "宸ュ叿鍒楄〃" + } + }, + { "path": "pages/inspect/insp-add", "type": "page", "layout": "default", @@ -91,16 +101,33 @@ { "path": "pages/inspect/insp-record", "type": "page", + "layout": "default", + "needLogin": true, "style": { "navigationBarTitleText": "鐐规璁板綍", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#4D80F0" + "app-plus": { + "titleNView": { + "buttons": [ + { + "text": "鎻愪氦", + "fontSize": "14px", + "color": "#FFFFFF" + }, + { + "text": "", + "fontSize": "24px", + "color": "#FFFFFF" + } + ] + } + } } }, { "path": "pages/inspect/insp-st", "type": "page", "layout": "default", + "needLogin": true, "style": { "navigationBarTitleText": "鐐规姹囨��" } @@ -114,17 +141,202 @@ } }, { + "path": "pages/maint/maint-order", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "淇濆吇宸ュ崟", + "app-plus": { + "titleNView": { + "buttons": [ + { + "text": "鎻愪氦", + "fontSize": "14px", + "color": "#FFFFFF" + }, + { + "text": "", + "fontSize": "24px", + "color": "#FFFFFF" + } + ] + } + } + } + }, + { + "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": "宸ュ崟鏄庣粏", + "app-plus": { + "titleNView": { + "buttons": [ + { + "text": "鎻愪氦", + "fontSize": "14px", + "color": "#FFFFFF" + }, + { + "text": "", + "fontSize": "24px", + "color": "#FFFFFF" + } + ] + } + } + } + }, + { "path": "pages/my/index", "type": "page", "layout": "tabbar", + "needLogin": true, "style": { "navigationBarTitleText": "鎴戠殑" + } + }, + { + "path": "pages/repair/feedback", + "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/repair-add", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "娣诲姞鎶ヤ慨", + "app-plus": { + "titleNView": { + "buttons": [ + { + "text": "鎻愪氦", + "fontSize": "14px", + "color": "#FFFFFF" + }, + { + "text": "", + "fontSize": "24px", + "color": "#FFFFFF" + } + ] + } + } + } + }, + { + "path": "pages/repair/req-list", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "璁惧鎶ヤ慨", + "app-plus": { + "titleNView": { + "buttons": [ + { + "text": "鏂板", + "fontSize": "14px", + "color": "#FFFFFF" + }, + { + "text": "", + "fontSize": "24px", + "color": "#FFFFFF" + } + ] + } + } + } + }, + { + "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": "璁惧缁翠慨", + "app-plus": { + "titleNView": { + "buttons": [ + { + "text": "鎺ュ崟", + "fontSize": "14px", + "color": "#FFFFFF" + }, + { + "text": "", + "fontSize": "24px", + "color": "#FFFFFF" + } + ] + } + } } }, { "path": "pages/spare/index", "type": "page", "layout": "tabbar", + "needLogin": true, "style": { "navigationBarTitleText": "spare" } -- Gitblit v1.9.3