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] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E6=9C=8D=E5=8A=A1=E4=BF=AE?= =?UTF-8?q?=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 }