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="请输入联系电话">
+
取 消
-
+
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/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue
index f6aba10cf..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) }}
@@ -108,11 +112,11 @@
-
回复人:
+
操作人:
{{ item.departmentName }}
-
办理情况:
+
办理说明:
{{ item.publicReply }}
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: {
diff --git a/src/views/modules/shequzhili/eventHandling/index.vue b/src/views/modules/shequzhili/eventHandling/index.vue
index ee373d180..9cef2ce64 100644
--- a/src/views/modules/shequzhili/eventHandling/index.vue
+++ b/src/views/modules/shequzhili/eventHandling/index.vue
@@ -113,7 +113,7 @@
-->
-
+