Browse Source

高级事件

feature-bug
是小王呀\24601 8 months ago
parent
commit
4117a4e9e4
  1. 6
      src/views/modules/shequzhili/event/cpts/process-form-complete.vue
  2. 25
      src/views/modules/workSys/sysConfigure/index.vue

6
src/views/modules/shequzhili/event/cpts/process-form-complete.vue

@ -59,7 +59,7 @@
<div class="flex">
<div class="item">
<el-form-item label="答复人" label-width="118px" :class="{ 'form-item': source === 'visiual' }"
prop="respondent">
prop="respondent" :request="request">
<div :class="{ 'visiual-form': source === 'visiual' }">
<el-input type="input" class="item_width_4" :rows="2" placeholder="请输入"
v-model.trim="formData.respondent">
@ -563,6 +563,10 @@ showHotline:false,
if (this.sysAdvancedList.hotlineSpecialTeamFlag==1) {
this.showHotline=true
}
if (!this.sysAdvancedList.columnsIgnore) {
delete this.dataRuledt
}
} else {
this.$message.error(msg);
}

25
src/views/modules/workSys/sysConfigure/index.vue

@ -27,7 +27,7 @@
v-model="sysAdvancedList.contactLimit"
style="width: 150px; margin-left: 5px" :min="1"
label="描述文字"></el-input-number>
<div style="margin-left: 5px;">小时</div>
<div style="margin-left: 5px;">小时</div>
</div>
</div>
<el-switch v-model="sysAdvancedList.contactFlag" active-color="#13ce66"
@ -164,12 +164,12 @@
<div style="display: flex; flex-direction: row; align-items: center;">
<div style="width: 10px; height: 10px; background-color: #4e89ec"></div>
<div style="font-weight:800;font-size: 14px; margin-left: 10px;">
是否需要开启热线专班(专员)回访
是否需要开启答复情况回访情况选项
</div>
</div>
<div :disabled="!sysAdvancedList.hotlineSpecialTeamFlag"
style=" margin: 20px;font-size: 14px; display: flex; align-items: center;">
若开启热线专班(专员)回访对已办结的事件进行审核归档时需要填写相应的回访信息
若开启答复情况回访情况选项事件办结时需要填写相应的答复回访信息
</div>
</div>
<el-switch v-model="sysAdvancedList.hotlineSpecialTeamFlag"
@ -177,6 +177,25 @@
inactive-color="#eaecf0" @change="handleChange()">
</el-switch>
</div>
<div
style=" margin-top: 20px;display: flex;border-bottom: 1px dotted rgba(0, 0, 0, 0.3); flex-direction: row; align-items: center; justify-content: space-between;">
<div>
<div style="display: flex; flex-direction: row; align-items: center;">
<div style="width: 10px; height: 10px; background-color: #4e89ec"></div>
<div style="font-weight:800;font-size: 14px; margin-left: 10px;">
是否需要开启热线专班(专员)回访
</div>
</div>
<div :disabled="!sysAdvancedList.hotlineSpecialTeamFlag"
style=" margin: 20px;font-size: 14px; display: flex; align-items: center;">
若开启热线专班(专员)回访对已办结的事件进行审核归档时需要填写相应的回访信息
</div>
</div>
<el-switch v-model="sysAdvancedList.columnsIgnore"
active-color="#13ce66" :active-value=0 :inactive-value=1
inactive-color="#eaecf0" @change="handleChange()">
</el-switch>
</div>
<div
style=" margin-top: 20px;display: flex; flex-direction: row; align-items: center; justify-content: space-between;">
<div>

Loading…
Cancel
Save