diff --git a/pages/projectEnd/InspectionRoute/inspecteddetail.vue b/pages/projectEnd/InspectionRoute/inspecteddetail.vue index 2c427f36..9d78657b 100644 --- a/pages/projectEnd/InspectionRoute/inspecteddetail.vue +++ b/pages/projectEnd/InspectionRoute/inspecteddetail.vue @@ -64,14 +64,15 @@ 巡检点名称:{{item.checkingPointName}} - 巡检点位置:东北角大院 + 巡检点位置:{{item.position}} 巡检人员:{{item.checkingPointUserName}} 巡检通知人员:{{item.noticeUserNames}} 状态:{{item.status == 1 ? '正常' : '异常'}} 巡检时间:{{item.createDate}} - 异常详情:{{item.alarmDetails}} - - 异常图片: + 巡检详情:{{item.alarmDetails}} + + + 巡检图片: - + 扫码巡检 @@ -121,13 +122,14 @@ this.statusBarHeight = uni.getStorageSync('systemInfo').statusBarHeight this.projectSn = JSON.parse(uni.getStorageSync('projectDetail')).projectSn; console.log(options); + }, + onShow(){ this.getcheckingList(); - }, //上拉触底时间 onReachBottom() { - this.pageNo = this.pageNo + 1; - this.getcheckingInfo(); + // this.pageNo = this.pageNo + 1; + // this.getcheckingInfo(); }, methods: { getcheckingList() { @@ -175,7 +177,7 @@ }, success: res => { console.log(res); - that.checkingInfoList = this.checkingInfoList.concat(res.result.records); + that.checkingInfoList = res.result.records; } }) }, diff --git a/pages/projectEnd/scan/saoSao.vue b/pages/projectEnd/scan/saoSao.vue index fcb2e605..65481f44 100644 --- a/pages/projectEnd/scan/saoSao.vue +++ b/pages/projectEnd/scan/saoSao.vue @@ -35,18 +35,19 @@ - + + - *异常详情 + *巡检详情 - + - 上传照片 + 巡检图片