diff --git a/src/apps/AppPatrolReport/Add.vue b/src/apps/AppPatrolReport/Add.vue new file mode 100644 index 00000000..5bd7f9f3 --- /dev/null +++ b/src/apps/AppPatrolReport/Add.vue @@ -0,0 +1,242 @@ + + + + + + {{ forms.groupName || '请选择事件类型' }} + + + + + + + + + {{ forms.mapInfo.address || '请选择上报位置' }} + + + + + + + + + + + + + + + + + + + + + + + + + + + 提交 + + + + + + + diff --git a/src/apps/AppPatrolReport/AppPatrolReport.vue b/src/apps/AppPatrolReport/AppPatrolReport.vue new file mode 100644 index 00000000..cf9d882f --- /dev/null +++ b/src/apps/AppPatrolReport/AppPatrolReport.vue @@ -0,0 +1,149 @@ + + + + + + + {{ item.text }} + + + + + 没有网格员权限无法查看巡查上报信息哦~ + + + + + + + diff --git a/src/apps/AppPatrolReport/Content.vue b/src/apps/AppPatrolReport/Content.vue new file mode 100644 index 00000000..8f6f177e --- /dev/null +++ b/src/apps/AppPatrolReport/Content.vue @@ -0,0 +1,247 @@ + + + + + + + + + + {{ forms.groupName || '请选择事件分类' }} + + + + + + + + + + + + + + + + + + + 转交事件 + + + + 拒绝受理 + + + + 我已办结 + + + + + + + diff --git a/src/apps/AppPatrolReport/Detail.vue b/src/apps/AppPatrolReport/Detail.vue new file mode 100644 index 00000000..5fc2c6e7 --- /dev/null +++ b/src/apps/AppPatrolReport/Detail.vue @@ -0,0 +1,531 @@ + + + + {{ data.name.substring(data.name.length, data.name.length - 2) }} + + + {{ data.name }}的上报 + + {{ data.createTime }} + + + + + {{ data.content }} + + {{ detailStatus.label }} + + + 事件来源 + {{ $dict.getLabel('residentEventSource', data.eventSource) }} + + + 事件类型 + {{ data.groupName }} + + + + 所属网格 + {{ data.girdName }} + + + + 联系方式 + + {{ data.phone }} + + + + + + 上报地址 + + {{ data.address }} + + + + + + + + + 照片 + + + + + + + + + + + 办理进度 + ({{ detailStatus.label }}) + + + + + + + + + + + + + + + {{ item.doTime }} + + + + + {{ item.doExplain }} + + + + + + + + + + + + + 转交事件 + + + + + 拒绝受理 + + + 我来受理 + + + + + 转交事件 + + + + 拒绝受理 + + + 前往办理 + + + + + + + + + + + + diff --git a/src/apps/AppPatrolReport/List.vue b/src/apps/AppPatrolReport/List.vue new file mode 100644 index 00000000..2b8b930e --- /dev/null +++ b/src/apps/AppPatrolReport/List.vue @@ -0,0 +1,317 @@ + + + + + + + + + + + + + + + + + + + + + + {{ item.content }} + + + 事件类型 + {{ item.groupName }} + + + 事件来源 + {{ $dict.getLabel('residentEventSource', item.eventSource) }} + + + + 所属网格 + {{ item.girdName }} + + + + + + + {{ $dict.getLabel('clapEventStatus', item.eventStatus) }} + + + + + + + + + + + + + + diff --git a/src/apps/AppPatrolReport/Map.vue b/src/apps/AppPatrolReport/Map.vue new file mode 100644 index 00000000..e22678ac --- /dev/null +++ b/src/apps/AppPatrolReport/Map.vue @@ -0,0 +1,321 @@ + + + + + + + + + + + + + {{ item.title }} + {{ item.address }} + + + + + + + + + + + + + + diff --git a/src/apps/AppPatrolReport/SelectUser.vue b/src/apps/AppPatrolReport/SelectUser.vue new file mode 100644 index 00000000..cc09a1fd --- /dev/null +++ b/src/apps/AppPatrolReport/SelectUser.vue @@ -0,0 +1,323 @@ + + + + + /{{item.girdName}} + + + + + + + + + + {{ item.girdName }} + + + + + + + + + + + + + + + + + + + {{ e.name }} + {{ e.phone }} + + + + + + + + + + 确定选择 + + + + + + + + diff --git a/src/apps/AppPatrolReport/Statistics.vue b/src/apps/AppPatrolReport/Statistics.vue new file mode 100644 index 00000000..0d026e3c --- /dev/null +++ b/src/apps/AppPatrolReport/Statistics.vue @@ -0,0 +1,424 @@ + + + + + + + + + + + + 概况总览 + + + {{ item.value }} + {{ item.label }} + + + + + 事件办结率 + + {{ finshNum || 0 }}% + + + + + 巡查上报趋势图 + + + + + + 巡查事件分类 + + + + + + + + + + + + + + diff --git a/src/apps/AppPatrolReport/StatisticsList.vue b/src/apps/AppPatrolReport/StatisticsList.vue new file mode 100644 index 00000000..af9ea358 --- /dev/null +++ b/src/apps/AppPatrolReport/StatisticsList.vue @@ -0,0 +1,246 @@ + + + + + + + {{ item.content }} + + + 事件类型 + {{ item.groupName }} + + + 事件来源 + {{ $dict.getLabel('residentEventSource', item.eventSource) }} + + + + 所属网格 + {{ item.girdName }} + + + + + + + {{ $dict.getLabel('clapEventStatus', item.eventStatus) }} + + + + + + + + + + + + + diff --git a/src/apps/AppPatrolReport/components/1.png b/src/apps/AppPatrolReport/components/1.png new file mode 100644 index 00000000..663b9263 Binary files /dev/null and b/src/apps/AppPatrolReport/components/1.png differ diff --git a/src/apps/AppPatrolReport/components/22.png b/src/apps/AppPatrolReport/components/22.png new file mode 100644 index 00000000..7f6bc129 Binary files /dev/null and b/src/apps/AppPatrolReport/components/22.png differ diff --git a/src/apps/AppPatrolReport/components/img/add-icon.png b/src/apps/AppPatrolReport/components/img/add-icon.png new file mode 100644 index 00000000..f751a7fa Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/add-icon.png differ diff --git a/src/apps/AppPatrolReport/components/img/bg-1.png b/src/apps/AppPatrolReport/components/img/bg-1.png new file mode 100644 index 00000000..696022e9 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/bg-1.png differ diff --git a/src/apps/AppPatrolReport/components/img/bg-2.png b/src/apps/AppPatrolReport/components/img/bg-2.png new file mode 100644 index 00000000..98fa31b8 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/bg-2.png differ diff --git a/src/apps/AppPatrolReport/components/img/bg-3.png b/src/apps/AppPatrolReport/components/img/bg-3.png new file mode 100644 index 00000000..dc469567 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/bg-3.png differ diff --git a/src/apps/AppPatrolReport/components/img/down-icon.png b/src/apps/AppPatrolReport/components/img/down-icon.png new file mode 100644 index 00000000..6ffcc7a2 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/down-icon.png differ diff --git a/src/apps/AppPatrolReport/components/img/gird--select-icon.png b/src/apps/AppPatrolReport/components/img/gird--select-icon.png new file mode 100644 index 00000000..205144d2 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/gird--select-icon.png differ diff --git a/src/apps/AppPatrolReport/components/img/gird-icon.png b/src/apps/AppPatrolReport/components/img/gird-icon.png new file mode 100644 index 00000000..f7f3e61f Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/gird-icon.png differ diff --git a/src/apps/AppPatrolReport/components/img/handle-icon-active.png b/src/apps/AppPatrolReport/components/img/handle-icon-active.png new file mode 100644 index 00000000..1cb07503 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/handle-icon-active.png differ diff --git a/src/apps/AppPatrolReport/components/img/handle-icon.png b/src/apps/AppPatrolReport/components/img/handle-icon.png new file mode 100644 index 00000000..ab2d20c2 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/handle-icon.png differ diff --git a/src/apps/AppPatrolReport/components/img/jujue.png b/src/apps/AppPatrolReport/components/img/jujue.png new file mode 100644 index 00000000..ea7387ad Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/jujue.png differ diff --git a/src/apps/AppPatrolReport/components/img/line-img.png b/src/apps/AppPatrolReport/components/img/line-img.png new file mode 100644 index 00000000..4d423855 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/line-img.png differ diff --git a/src/apps/AppPatrolReport/components/img/local-icon.png b/src/apps/AppPatrolReport/components/img/local-icon.png new file mode 100644 index 00000000..3e23aff6 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/local-icon.png differ diff --git a/src/apps/AppPatrolReport/components/img/no-admin.png b/src/apps/AppPatrolReport/components/img/no-admin.png new file mode 100644 index 00000000..3830c170 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/no-admin.png differ diff --git a/src/apps/AppPatrolReport/components/img/remove-icon.png b/src/apps/AppPatrolReport/components/img/remove-icon.png new file mode 100644 index 00000000..971b39ef Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/remove-icon.png differ diff --git a/src/apps/AppPatrolReport/components/img/right-icon.png b/src/apps/AppPatrolReport/components/img/right-icon.png new file mode 100644 index 00000000..e1c626b7 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/right-icon.png differ diff --git a/src/apps/AppPatrolReport/components/img/search-icon.png b/src/apps/AppPatrolReport/components/img/search-icon.png new file mode 100644 index 00000000..e3cb75af Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/search-icon.png differ diff --git a/src/apps/AppPatrolReport/components/img/search.png b/src/apps/AppPatrolReport/components/img/search.png new file mode 100644 index 00000000..601a7b3c Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/search.png differ diff --git a/src/apps/AppPatrolReport/components/img/set-icon-active.png b/src/apps/AppPatrolReport/components/img/set-icon-active.png new file mode 100644 index 00000000..c025cb79 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/set-icon-active.png differ diff --git a/src/apps/AppPatrolReport/components/img/set-icon.png b/src/apps/AppPatrolReport/components/img/set-icon.png new file mode 100644 index 00000000..58651b64 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/set-icon.png differ diff --git a/src/apps/AppPatrolReport/components/img/setting-icon.png b/src/apps/AppPatrolReport/components/img/setting-icon.png new file mode 100644 index 00000000..29e4b29f Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/setting-icon.png differ diff --git a/src/apps/AppPatrolReport/components/img/statistics-icon-active.png b/src/apps/AppPatrolReport/components/img/statistics-icon-active.png new file mode 100644 index 00000000..81dbd3f7 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/statistics-icon-active.png differ diff --git a/src/apps/AppPatrolReport/components/img/statistics-icon.png b/src/apps/AppPatrolReport/components/img/statistics-icon.png new file mode 100644 index 00000000..63b98d33 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/statistics-icon.png differ diff --git a/src/apps/AppPatrolReport/components/img/tx@2x.png b/src/apps/AppPatrolReport/components/img/tx@2x.png new file mode 100644 index 00000000..d9620e08 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/tx@2x.png differ diff --git a/src/apps/AppPatrolReport/components/img/user-img.png b/src/apps/AppPatrolReport/components/img/user-img.png new file mode 100644 index 00000000..ae49d85f Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/user-img.png differ diff --git a/src/apps/AppPatrolReport/components/img/xz.png b/src/apps/AppPatrolReport/components/img/xz.png new file mode 100644 index 00000000..98f78cda Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/xz.png differ diff --git a/src/apps/AppPatrolReport/components/img/xzh.png b/src/apps/AppPatrolReport/components/img/xzh.png new file mode 100644 index 00000000..967fa399 Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/xzh.png differ diff --git a/src/apps/AppPatrolReport/components/img/zhuanjiao.png b/src/apps/AppPatrolReport/components/img/zhuanjiao.png new file mode 100644 index 00000000..f6c932fa Binary files /dev/null and b/src/apps/AppPatrolReport/components/img/zhuanjiao.png differ diff --git a/src/apps/AppPatrolReport/components/yan.jpg b/src/apps/AppPatrolReport/components/yan.jpg new file mode 100644 index 00000000..bf6a5a2c Binary files /dev/null and b/src/apps/AppPatrolReport/components/yan.jpg differ
{{ item.text }}
没有网格员权限无法查看巡查上报信息哦~
{{ item.address }}
{{ item.label }}