diff --git a/src/apps/AppAskForm/Result.vue b/src/apps/AppAskForm/Result.vue index 6428f2e4..6387f6a4 100644 --- a/src/apps/AppAskForm/Result.vue +++ b/src/apps/AppAskForm/Result.vue @@ -4,7 +4,7 @@

创建成功

表单创建成功,您现在可以把表单分享给更多的好友,来填写数据!

确定
- diff --git a/src/apps/AppPatrolReport/Add.vue b/src/apps/AppPatrolReport/Add.vue index 4200068f..2dc4c233 100644 --- a/src/apps/AppPatrolReport/Add.vue +++ b/src/apps/AppPatrolReport/Add.vue @@ -15,7 +15,7 @@ {{ forms.mapInfo.address || '请选择上报位置' }} - + @@ -73,15 +73,15 @@ export default { }, onLoad() { this.typeList() + this.forms.girdId = this.user.girdId + this.forms.girdName = this.user.girdName + this.forms.girdMemberId = this.user.girdMemberId + this.forms.girdMemberName = this.user.name }, onShow() { document.title = '巡查添加' this.forms.name = this.user.name this.forms.phone = this.user.phone - this.forms.girdId = this.user.girdId - this.forms.girdName = this.user.girdName - this.forms.girdMemberId = this.user.girdMemberId - this.forms.girdMemberName = this.user.name uni.$on('chooseLat', res => { this.forms.mapInfo = {...res} }) diff --git a/src/apps/AppPatrolReport/Statistics.vue b/src/apps/AppPatrolReport/Statistics.vue index 0d026e3c..71abbab3 100644 --- a/src/apps/AppPatrolReport/Statistics.vue +++ b/src/apps/AppPatrolReport/Statistics.vue @@ -78,7 +78,7 @@ export default { methods: { getStatistics() { this.todayList = [], this.finishData = [], this.trendDataX = [], this.trendData = [], this.typeData = [], this.showFinish = false - this.$http.post(`/app/apppatrolreportinfo/countByGirdId?girdId=${this.selectGird.id}&eventStatus=${this.statusInfo.eventStatus}`).then((res) => { + this.$http.post(`/app/apppatrolreportinfov2/countByGirdId?girdId=${this.selectGird.id}&eventStatus=${this.statusInfo.eventStatus}`).then((res) => { if (res.code == 0) { Object.keys(res.data.allCountMap).forEach((key) => { diff --git a/src/apps/AppPatrolReport/StatisticsList.vue b/src/apps/AppPatrolReport/StatisticsList.vue index af9ea358..097b98e1 100644 --- a/src/apps/AppPatrolReport/StatisticsList.vue +++ b/src/apps/AppPatrolReport/StatisticsList.vue @@ -84,7 +84,7 @@ export default { }, getList() { let {current, girdId, searchType} = this - this.$http.post(`/app/apppatrolreportinfo/listByStatus`, null, { + this.$http.post(`/app/apppatrolreportinfov2/listByStatus`, null, { params: { size: 10, current, diff --git a/src/apps/AppWorkTask/AppWorkTask.vue b/src/apps/AppWorkTask/AppWorkTask.vue new file mode 100644 index 00000000..5e18faa3 --- /dev/null +++ b/src/apps/AppWorkTask/AppWorkTask.vue @@ -0,0 +1,226 @@ + + + + + diff --git a/src/apps/AppWorkTask/create.vue b/src/apps/AppWorkTask/create.vue new file mode 100644 index 00000000..0eea2341 --- /dev/null +++ b/src/apps/AppWorkTask/create.vue @@ -0,0 +1,317 @@ +