diff --git a/common/betone_components/betone-list.vue b/common/betone_components/betone-list.vue index e7a6f47..d4e17e3 100644 --- a/common/betone_components/betone-list.vue +++ b/common/betone_components/betone-list.vue @@ -103,14 +103,14 @@ - + - + diff --git a/common/betone_components/betone-new-input.vue b/common/betone_components/betone-new-input.vue index 1e4bf70..670ce0d 100644 --- a/common/betone_components/betone-new-input.vue +++ b/common/betone_components/betone-new-input.vue @@ -132,7 +132,7 @@ export default { smsTxtr: "重新发送", isCountdown: true, tips: "", - seconds: 10, + seconds: 60, }; }, watch: { diff --git a/common/betone_components/betone-pop.vue b/common/betone_components/betone-pop.vue index c288150..0647b26 100644 --- a/common/betone_components/betone-pop.vue +++ b/common/betone_components/betone-pop.vue @@ -10,13 +10,13 @@ > {{ title }} - + diff --git a/common/betone_components/betone-tabbar.vue b/common/betone_components/betone-tabbar.vue index 0499c03..c81a316 100644 --- a/common/betone_components/betone-tabbar.vue +++ b/common/betone_components/betone-tabbar.vue @@ -5,9 +5,9 @@ inactive-color="#999999" :border-top="borderTop" :list="list" - :height="154" + :height="124" :mid-button-size="170" - :icon-size="60" + :icon-size="50" @change="tabbatChange" v-model="current" > diff --git a/pages.json b/pages.json index 389da3a..2509aff 100644 --- a/pages.json +++ b/pages.json @@ -10,113 +10,6 @@ "navigationBarTextStyle": "white" } }, - { - "path": "pages/my/my", - "style": { - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, - { - "path": "pages/my/records", - "style": { - "navigationBarTitleText": "记录", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#F8F8F8" - } - }, - { - "path": "pages/my/feedback", - "style": { - "navigationBarTitleText": "意见反馈", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#F8F8F8" - } - }, - { - "path": "pages/submission/index", - "style": { - "navigationBarTitleText": "维修报送", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#F8F8F8" - } - }, - { - "path": "pages/submission/submissionDetails", - "style": { - "navigationBarTitleText": "维修报送", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#F8F8F8" - } - }, - { - "path": "pages/submission/records", - "style": { - "navigationBarTitleText": "报送记录", - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#efefef", - "enablePullDownRefresh": true - } - }, - { - "path": "pages/submission/recordsdetails", - "style": { - "navigationBarTitleText": "维修详情", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#F8F8F8", - "app-plus": { - "titleNView": {} - } - } - }, - { - "path": "pages/submission/evaluate", - "style": { - "navigationBarTitleText": "评价", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#F8F8F8", - "app-plus": { - "titleNView": {} - } - } - }, - { - "path": "pages/submission/sendOrders", - "style": { - "navigationBarTitleText": "工单", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#F8F8F8", - "app-plus": { - "titleNView": {} - } - } - }, - { - "path": "pages/order/tasking", - "style": { - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, - { - "path": "pages/order/location", - "style": { - "navigationBarTitleText": "查看位置", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#F8F8F8", - "app-plus": { - "titleNView": {} - } - } - }, { "path": "pages/login/login", "style": { @@ -144,33 +37,100 @@ "navigationStyle": "custom", "navigationBarTextStyle": "white" } - }, + } + ], + "subPackages": [ { - "path": "pages/inspection/quest", - "style": { - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } + "root": "pages/forgot", + "pages": [ + { + "path": "forgotPassword", + "style": { + "navigationBarTitleText": "忘记密码", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#F8F8F8", + "app-plus": { + "titleNView": {} + } + } + } + ] }, { - "path": "pages/inspection/plan", - "style": { - "navigationBarTitleText": "巡检计划", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#F8F8F8", - "app-plus": { - "titleNView": {} + "root": "pages/inspection", + "pages": [ + { + "path": "quest", + "style": { + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "questDetails", + "style": { + "navigationBarTitleText": "巡检任务单", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#F8F8F8", + "app-plus": { + "titleNView": {} + } + } + }, + { + "path": "plan", + "style": { + "navigationBarTitleText": "巡检计划", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#F8F8F8", + "app-plus": { + "titleNView": {} + } + } + }, + { + "path": "planDetails", + "style": { + "navigationBarTitleText": "巡检计划详情", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#F8F8F8", + "app-plus": { + "titleNView": {} + } + } + }, + { + "path": "questOrder", + "style": { + "navigationBarTitleText": "巡检任务单", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#F8F8F8", + "app-plus": { + "titleNView": {} + } + } } - } + ] }, { - "root": "pages", + "root": "pages/order", "pages": [ { - "path": "pages/inspection/questOrder", + "path": "tasking", "style": { - "navigationBarTitleText": "巡检任务单", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "location", + "style": { + "navigationBarTitleText": "查看位置", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#F8F8F8", @@ -180,16 +140,71 @@ } } ] - } - ], - "subPackages": [ + }, { - "root": "pages", + "root": "pages/my", "pages": [ { - "path": "inspection/planDetails", + "path": "my", "style": { - "navigationBarTitleText": "巡检计划详情", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "records", + "style": { + "navigationBarTitleText": "记录", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#F8F8F8" + } + }, + { + "path": "feedback", + "style": { + "navigationBarTitleText": "意见反馈", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#F8F8F8" + } + } + ] + }, + { + "root": "pages/submission", + "pages": [ + { + "path": "index", + "style": { + "navigationBarTitleText": "维修报送", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#F8F8F8" + } + }, + { + "path": "submissionDetails", + "style": { + "navigationBarTitleText": "维修报送", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#F8F8F8" + } + }, + { + "path": "records", + "style": { + "navigationBarTitleText": "报送记录", + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#efefef", + "enablePullDownRefresh": true + } + }, + { + "path": "recordsdetails", + "style": { + "navigationBarTitleText": "维修详情", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#F8F8F8", @@ -199,9 +214,9 @@ } }, { - "path": "inspection/questDetails", + "path": "evaluate", "style": { - "navigationBarTitleText": "巡检任务单", + "navigationBarTitleText": "评价", "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#F8F8F8", @@ -211,10 +226,15 @@ } }, { - "path": "login/forgotPassword", + "path": "sendOrders", "style": { - "navigationStyle": "custom", - "navigationBarTextStyle": "white" + "navigationBarTitleText": "工单", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#F8F8F8", + "app-plus": { + "titleNView": {} + } } } ] diff --git a/pages/forgot/forgotPassword.vue b/pages/forgot/forgotPassword.vue new file mode 100644 index 0000000..bd46030 --- /dev/null +++ b/pages/forgot/forgotPassword.vue @@ -0,0 +1,147 @@ + + + \ No newline at end of file diff --git a/pages/inspection/quest.vue b/pages/inspection/quest.vue index f27fd8f..1f0286a 100644 --- a/pages/inspection/quest.vue +++ b/pages/inspection/quest.vue @@ -305,6 +305,7 @@ export default { }, //跳转工单 openWorkOrder(item, type) { + let param = { id: item.id, type: 'view', diff --git a/pages/inspection/questOrder.vue b/pages/inspection/questOrder.vue index 4649ac3..a5ad87f 100644 --- a/pages/inspection/questOrder.vue +++ b/pages/inspection/questOrder.vue @@ -15,10 +15,12 @@ 巡检配置 - + + - + + - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/pages/login/login.vue b/pages/login/login.vue index 109171c..dfc6b6e 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -3,18 +3,20 @@ 科研医疗建筑运维平台