From c3e721e655916daab2fb5b702d97e855e9d22fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Tue, 21 Jan 2025 15:20:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E9=AB=98=E7=BA=A7=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../event/cpts/process-form-complete.vue | 20 +++++++++------- .../modules/workSys/sysConfigure/index.vue | 23 +++++++++++++++++-- 2 files changed, 33 insertions(+), 10 deletions(-) diff --git a/src/views/modules/shequzhili/event/cpts/process-form-complete.vue b/src/views/modules/shequzhili/event/cpts/process-form-complete.vue index 899917701..9258d6020 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-complete.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-complete.vue @@ -399,6 +399,7 @@ function iniFmData() { export default { data() { return { + hotlineSpecialTeamReplyFlag:false, binaryOptionList, nonComplianceType, satisfactionType, @@ -498,6 +499,7 @@ showHotline:false, }, props: { + eventId: { type: String, default: "", @@ -565,16 +567,18 @@ showHotline:false, if (this.sysAdvancedList.hotlineSpecialTeamFlag==1) { this.showHotline=true } + if (this.sysAdvancedList.hotlineSpecialTeamReplyFlag==0) { + let keysToDelete=['respondent','respondentPhone','verified','solveState'] + keysToDelete.forEach(key => { + this.$delete(this.dataRule, key); + }); + } console.log(this.dataRule,"dskldsklfj"); if (this.sysAdvancedList.columnsIgnore) { - console.log(this.dataRule,"dskldsklfj"); - this.dataRule={} - this.dataRule = { - content: [ - { required: true, message: "办理情况不能为空", trigger: "blur" }, - ], - } - console.log(this.dataRule,"dskldsklfj"); + let keysToDelete=['returnVisitor','returnTime','loseContact','putThrough','visitComments','cooperate','satisfaction'] + keysToDelete.forEach(key => { + this.$delete(this.dataRule, key); + }); } diff --git a/src/views/modules/workSys/sysConfigure/index.vue b/src/views/modules/workSys/sysConfigure/index.vue index 0aa1d62dd..ec29a893f 100644 --- a/src/views/modules/workSys/sysConfigure/index.vue +++ b/src/views/modules/workSys/sysConfigure/index.vue @@ -164,12 +164,31 @@
- 是否需要开启答复情况、回访情况选项 + 是否需要开启答复情况选项
- 若开启答复情况、回访情况选项,事件办结时需要填写相应的答复、回访信息。 + 若开启答复情况选项,事件办结时需要填写相应的答复信息。 +
+ + + + +
+
+
+
+
+ 是否需要开启回访情况选项 +
+
+
+ 若开启回访情况选项,事件办结时需要填写相应的回访信息。