From 4f95ff72ca619f63d438ac81535da8e16d05d5a2 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Tue, 21 Feb 2023 12:41:08 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=85=B1=E6=80=A7=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communityService/commonDemand/addForm.vue | 1171 +++++++++++++++++ .../commonDemand/detailForm.vue | 378 ++++++ .../commonDemand/editForm.vue | 748 +++++++++++ .../communityService/commonDemand/index.vue | 724 ++++++++++ 4 files changed, 3021 insertions(+) create mode 100644 src/views/modules/communityService/commonDemand/addForm.vue create mode 100644 src/views/modules/communityService/commonDemand/detailForm.vue create mode 100644 src/views/modules/communityService/commonDemand/editForm.vue create mode 100644 src/views/modules/communityService/commonDemand/index.vue diff --git a/src/views/modules/communityService/commonDemand/addForm.vue b/src/views/modules/communityService/commonDemand/addForm.vue new file mode 100644 index 000000000..56ca56c04 --- /dev/null +++ b/src/views/modules/communityService/commonDemand/addForm.vue @@ -0,0 +1,1171 @@ + + + + + + \ No newline at end of file diff --git a/src/views/modules/communityService/commonDemand/detailForm.vue b/src/views/modules/communityService/commonDemand/detailForm.vue new file mode 100644 index 000000000..a5e428579 --- /dev/null +++ b/src/views/modules/communityService/commonDemand/detailForm.vue @@ -0,0 +1,378 @@ + + + + + + \ No newline at end of file diff --git a/src/views/modules/communityService/commonDemand/editForm.vue b/src/views/modules/communityService/commonDemand/editForm.vue new file mode 100644 index 000000000..f9344f9a1 --- /dev/null +++ b/src/views/modules/communityService/commonDemand/editForm.vue @@ -0,0 +1,748 @@ + + + + + + + \ No newline at end of file diff --git a/src/views/modules/communityService/commonDemand/index.vue b/src/views/modules/communityService/commonDemand/index.vue new file mode 100644 index 000000000..32157ad5f --- /dev/null +++ b/src/views/modules/communityService/commonDemand/index.vue @@ -0,0 +1,724 @@ + + + + + + \ No newline at end of file From 282e6a038689c02d01a138748691700d060233a0 Mon Sep 17 00:00:00 2001 From: lichao <326994889@qq.com> Date: Tue, 21 Feb 2023 15:00:42 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communityService/commonDemand/index.vue | 221 +++++++++--------- 1 file changed, 110 insertions(+), 111 deletions(-) diff --git a/src/views/modules/communityService/commonDemand/index.vue b/src/views/modules/communityService/commonDemand/index.vue index 32157ad5f..8a745bdf4 100644 --- a/src/views/modules/communityService/commonDemand/index.vue +++ b/src/views/modules/communityService/commonDemand/index.vue @@ -7,7 +7,7 @@ ref="ref_searchform" :label-width="'80px'">
- + - + - + - + - + @@ -96,7 +96,7 @@ :value="item.value"> - +
- +
- +
发起服务 - +
- + - + - + - + - + {{scope.row.serviceTimeStart}}-{{scope.row.serviceTimeEnd}} - + {{scope.row.serviceStatus==='in_service'?'进行中':'已完成'}} - + - + 取消 - + - +
- +
- + - + - + - + - \ No newline at end of file From 600956d0cbd90e4ea8afe40825bd74a06e7d6ccd Mon Sep 17 00:00:00 2001 From: lichao <326994889@qq.com> Date: Tue, 21 Feb 2023 15:23:10 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communityService/commonDemand/addForm.vue | 213 ++++++++-------- .../commonDemand/detailForm.vue | 95 ++++--- .../commonDemand/editForm.vue | 241 +++++++++--------- .../communityService/commonDemand/index.vue | 6 +- 4 files changed, 276 insertions(+), 279 deletions(-) diff --git a/src/views/modules/communityService/commonDemand/addForm.vue b/src/views/modules/communityService/commonDemand/addForm.vue index 56ca56c04..b1e902093 100644 --- a/src/views/modules/communityService/commonDemand/addForm.vue +++ b/src/views/modules/communityService/commonDemand/addForm.vue @@ -48,7 +48,7 @@ > - + - + - + - + 预览 - + - + - +
- + - + - + - +
- + - +
取 消 确 定
- + - + - + - \ No newline at end of file diff --git a/src/views/modules/communityService/commonDemand/detailForm.vue b/src/views/modules/communityService/commonDemand/detailForm.vue index a5e428579..dfc14d2c9 100644 --- a/src/views/modules/communityService/commonDemand/detailForm.vue +++ b/src/views/modules/communityService/commonDemand/detailForm.vue @@ -7,17 +7,17 @@ 服务名称: {{ formData.serviceName || "--" }} - +
服务组织: {{ serviceOrgName || "--" }}
- +
服务范围: {{ formData.gridIdListName || "--" }}
- +
政策依据: {{ formData.policyTitle || "--" }} @@ -48,10 +48,10 @@ 备注: {{ formData.remark || "--" }}
- +

反馈内容

- +
服务目标: {{ feedbackFormData.serviceGoal || "--" }} @@ -64,7 +64,7 @@ 服务人数: {{ feedbackFormData.servicePeopleNumber || 0 }}
- +
服务状态: {{ feedbackFormData.serviceStatusShow || "--" }} @@ -73,19 +73,19 @@ 满意度: {{ feedbackFormData.satisfactionShow || "--" }}
- +
地理位置: {{ feedbackFormData.address || "--" }}
- +
地图位置:
- +
附件:
- +
关 闭
- + - + - + - \ No newline at end of file diff --git a/src/views/modules/communityService/commonDemand/editForm.vue b/src/views/modules/communityService/commonDemand/editForm.vue index f9344f9a1..1f262bac8 100644 --- a/src/views/modules/communityService/commonDemand/editForm.vue +++ b/src/views/modules/communityService/commonDemand/editForm.vue @@ -1,13 +1,13 @@ - + - - + + - \ No newline at end of file diff --git a/src/views/modules/communityService/commonDemand/index.vue b/src/views/modules/communityService/commonDemand/index.vue index 8a745bdf4..6791eae47 100644 --- a/src/views/modules/communityService/commonDemand/index.vue +++ b/src/views/modules/communityService/commonDemand/index.vue @@ -478,7 +478,7 @@ queryPurpose: query, }; await this.$http - .post("/heart/userdemand/servicelist", params) + .post("/governance/userdemand/servicelist", params) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); @@ -501,7 +501,7 @@ async loadRuleList () { - const url = "/heart/policy/rulelist/" + this.policyId + const url = "/governance/policy/rulelist/" + this.policyId let params = {} @@ -601,7 +601,7 @@ async cancelFuwu () { - const url = '/heart/icServiceRecordV2/cancel'; + const url = '/governance/icServiceRecordV2/cancel'; let params = { serviceRecordId: this.serviceRecordId }