From 49cad15f6289910d5301ef6d86a7799f3c1c9085 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 2 Aug 2024 10:00:56 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=BD=AC=E5=8A=9E=E6=84=8F=E8=A7=81?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/event/cpts/event-detail.vue | 4 ++-- .../modules/shequzhili/event/cpts/process-form-assign.vue | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/modules/shequzhili/event/cpts/event-detail.vue b/src/views/modules/shequzhili/event/cpts/event-detail.vue index 18d49076f..30c0d1fe0 100644 --- a/src/views/modules/shequzhili/event/cpts/event-detail.vue +++ b/src/views/modules/shequzhili/event/cpts/event-detail.vue @@ -66,7 +66,7 @@
转办意见
-
{{ info.content }}
+
{{ info.transferAdvice }}
办理要求
@@ -162,7 +162,7 @@ export default { } this.$EventBus.$on('handelInputEventContent', ({ type, value }) => { if (type === 'opinion') { - this.info.content = value; + this.info.transferAdvice = value; } else if (type === 'handlingReq') { this.info.handlingReq = value; } diff --git a/src/views/modules/shequzhili/event/cpts/process-form-assign.vue b/src/views/modules/shequzhili/event/cpts/process-form-assign.vue index 5b4ab11fc..8888ed209 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-assign.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-assign.vue @@ -38,11 +38,11 @@
-
@@ -75,7 +75,7 @@ export default { formData: { operationType: "5", //处理方式[0:已回复 5、指派 6、完成并回复] handlingReq:'',//办理要求 - content:'',//转办意见 + transferAdvice:'',//转办意见 createdTime: '', contactTime:'', timeLimit:'',//办结时限 @@ -157,7 +157,7 @@ export default { if (this.eventId) { this.eventDetailCopy = JSON.parse(JSON.stringify(this.eventDetailData)); this.formData.handlingReq = this.eventDetailCopy.handlingReq; - this.formData.content = this.eventDetailCopy.content; + this.formData.transferAdvice = this.eventDetailCopy.transferAdvice; } }, methods: { From dbc181417dc95e0be29520dd7e634a657cf182d6 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 2 Aug 2024 13:35:10 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=8A=9E=E7=BB=93=E6=97=B6=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/organization/organization.vue | 1 + src/views/modules/shequzhili/Delivery/index.vue | 2 +- src/views/modules/shequzhili/event/cpts/event-info.vue | 4 ++-- src/views/modules/shequzhili/eventHandling/index.vue | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/modules/base/organization/organization.vue b/src/views/modules/base/organization/organization.vue index c53791e5f..4ece03b8c 100644 --- a/src/views/modules/base/organization/organization.vue +++ b/src/views/modules/base/organization/organization.vue @@ -992,6 +992,7 @@ placeholder="请输入联系电话"> +
取 消 - + --> - + Date: Fri, 2 Aug 2024 13:57:06 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=8A=9E=E7=90=86=E8=BF=9B=E5=BA=A6?= =?UTF-8?q?=E5=93=8D=E5=BA=94=E6=97=B6=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/event/cpts/event-info.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue index d2bf90b91..e1841a534 100644 --- a/src/views/modules/shequzhili/event/cpts/event-info.vue +++ b/src/views/modules/shequzhili/event/cpts/event-info.vue @@ -67,6 +67,10 @@
转办意见:
{{ item.publicReply }}
+
+
响应时限:
+
{{ item.contactTime }}
+
办结时限:
{{ formTimeLimit(item.timeLimit) }}