diff --git a/pages.json b/pages.json index 4d5e0552..45826b85 100644 --- a/pages.json +++ b/pages.json @@ -2723,6 +2723,13 @@ "navigationBarTitleText" : "" } }, + { + "path" : "pages/projectEnd/InspectionRoute/planDetail", + "style" : + { + "navigationBarTitleText" : "" + } + }, { "path" : "pages/projectEnd/InspectionRoute/inspectionPointDetail", "style" : diff --git a/pages/projectEnd/InspectionRoute/inspectionPlan.vue b/pages/projectEnd/InspectionRoute/inspectionPlan.vue index 9e4f8252..91ec1832 100644 --- a/pages/projectEnd/InspectionRoute/inspectionPlan.vue +++ b/pages/projectEnd/InspectionRoute/inspectionPlan.vue @@ -22,8 +22,10 @@ - + > + + + @@ -45,8 +47,8 @@ 巡检频次: {{item.enterpriseName}} - - 查看5次巡检任务 + + 查看{{item.frequencyType}}次巡检任务 @@ -57,7 +59,7 @@ --> - + @@ -185,6 +187,8 @@ popupShow: false, mobileTopHeight: 0, listNum: 0, + popupShow: false, + startTime: '请选择日期', listData: [], condition: { pageNo: 1, @@ -944,7 +948,7 @@ // url: './details?id=' + id + '&type=' + this.checkedTab // }) uni.navigateTo({ - url: './details?id=' + obj.id + '&type=' + obj.status + url: './planDetail?id=' + obj.id + '&detail=' + JSON.stringify(obj) }) }, handleDetail(item) { @@ -982,6 +986,19 @@ \ No newline at end of file diff --git a/static/plan_detail.png b/static/plan_detail.png new file mode 100644 index 00000000..1cf39ad0 Binary files /dev/null and b/static/plan_detail.png differ diff --git a/static/plan_path.png b/static/plan_path.png new file mode 100644 index 00000000..8e93de7b Binary files /dev/null and b/static/plan_path.png differ