-
-
- 所属组织:
- {{ info.gridName }}
-
-
- 接收时间:
- {{ info.happenTime }}
-
-
- 工单号:
- {{ info.workOrderNum }}
-
-
- 事件内容:
- {{ info.eventContent }}
-
-
-
-
图片:
-
![]()
-
-
-
-
- 上报渠道:
- {{ info.sourceTypeName }}
-
-
- 详细地址
- {{ info.address }}
-
-
- 联系人:
- {{ info.name }}
-
-
- 联系电话:
- {{ info.mobile }}
-
-
- 标记:
- {{ info.markTypeName || "--" }}
-
-
-
满意度:
-
{{ info.satisfactionName }}
-
+
+ 打印
+ 下载
-
-
-
- 关闭
-
-
-
- 满意度评价
-
-
-
- 满意
- 非常满意
- 不满意
-
+
+
+
受理员编号
+
{{ info.clerkNumber }}
+
办结时限
+
{{ info.timeLimit }}
+
+
+
工单编号
+
{{ info.workOrderNum }}
+
紧急程度
+
{{ info.exigency }}
+
+
+
来电类别
+
{{ info.callCategory }}
+
信息来源
+
{{ info.messageSource }}
+
+
+
是否回复
+
{{ info.replayed }}
+
是否保密
+
{{ info.secrecy }}
+
+
+
联系人
+
{{ info.name }}
+
联系电话
+
{{ info.mobile }}
+
+
+
联系地址
+
{{ info.address }}
+
+
+
回复备注
+
{{ info.replayRemark }}
+
+
+
问题分类
+
{{ info.categoryAllName }}
+
+
+
问题描述
+
+ {{ info.eventContent }}
+
+
+
+
指派部门
+
{{ info.deptName }}
+
+
+
转办意见
+
{{ info.transferAdvice }}
+
+
+
办理要求
+
{{ info.handlingReq }}
+
+
+
联系当事人时限
+
{{ info.contactTime }}
+
(部门)办结时限
+
{{ info.limitTime }}
+
+
-
- 关闭
- 确定
-
-
-
- 关闭
- 确定
-
-
@@ -120,21 +101,6 @@ function iniData() {
info: {},
eventDetailCopy: {},
showType: "",
- projectId: "",
- demandForm: {
- gridId: "",
- categoryCode: "",
- parentCode: "",
- content: "",
- reportType: "",
- reportUserName: "",
- reportUserMobile: "",
- reportTime: "",
- wantServiceTime: "",
- demandUserId: "",
- demandUserName: "",
- demandUserMobile: "",
- },
satisfyLevel: "",
//满意度评价
showSatisfy: false,
@@ -193,13 +159,14 @@ export default {
this.user = this.$store.state.user;
if (this.eventId) {
this.info = JSON.parse(JSON.stringify(this.eventDetailData));
-
- //如果已经评价过,进行回显
- // if (this.info.status === 'closed_case' && this.info.satisfactionName) {
- // this.changeSatisfyType(this.info.satisfaction)
- // }
}
- // this.getApiData();
+ this.$EventBus.$on('handelInputEventContent', ({ type, value }) => {
+ if (type === 'opinion') {
+ this.info.transferAdvice = value;
+ } else if (type === 'handlingReq') {
+ this.info.handlingReq = value;
+ }
+ })
},
methods: {
@@ -214,52 +181,70 @@ export default {
handleCloseEvent() {
this.$emit("handleClose");
},
-
async getApiData() { },
-
- //满意度评价
- handleSatisfy() {
- this.showSatisfy = true;
- },
-
- clickSatisfy(type) {
- if (this.info.satisfactionName) {
- return false;
- }
- this.satisfyLevel = type;
- },
-
- async handleComfirmSatisfy() {
- if (!this.satisfyLevel) {
- this.$message.info("请选择评价级别");
- }
- const url = "/governance/icEvent/comment";
- let params = {
- icEventId: this.eventId,
- satisfaction: this.satisfyLevel,
- };
- const { data, code, msg } = await requestPost(url, params);
- if (code === 0) {
- this.$message.success("评价成功");
- this.info.satisfactionName =
- this.satisfyLevel == "bad"
- ? "不满意"
- : this.satisfyLevel == "good"
- ? "满意"
- : "非常满意";
- this.showSatisfy = false;
- } else {
- this.$message.error(msg);
- }
- },
},
};
-
+
\ No newline at end of file
diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue
index 115d72770..afbd87d68 100644
--- a/src/views/modules/shequzhili/event/cpts/event-info.vue
+++ b/src/views/modules/shequzhili/event/cpts/event-info.vue
@@ -1,35 +1,10 @@
-
-
-
新增事件
-
-
-
-
-
-
-