Browse Source

事件管理

feature-bug
是小王呀\24601 1 year ago
parent
commit
f201fea2c1
  1. 6
      src/views/modules/shequzhili/analysis/index.vue
  2. 2
      src/views/modules/shequzhili/event/cpts/process-form-complete.vue
  3. 2
      src/views/modules/shequzhili/eventHandling/index.vue

6
src/views/modules/shequzhili/analysis/index.vue

@ -716,15 +716,15 @@ export default {
methods: {
onEventNum(data){
if (data=="resolve") {
this.$router.push({ name: 'eventHandling',params:{params:data} });
this.$router.push({ name: 'Delivery',params:{params:data} });
}else if(data=="unResolve"){
this.$router.push({ name: 'eventHandling',params:{params:data} });
this.$router.push({ name: 'Delivery',params:{params:data} });
}else if (data=="1") {
this.$router.push({ name: 'timeOut',params:{params:data} });
}else if(data=="2"){
this.$router.push({ name: 'timeOut',params:{params:data} });
}else{
this.$router.push({ name: 'eventHandling' });
this.$router.push({ name: 'Delivery' });
}
},

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

@ -233,7 +233,7 @@
<el-form-item label="回访意见" label-width="118px" :class="{ 'form-item': source === 'visiual' }"
prop="visitComments">
<div :class="{ 'visiual-form': source === 'visiual' }">
<el-input type="textarea" class="cell-width-area" :rows="2" placeholder="请输入"
<el-input type="textarea" class="cell-width-area" :rows="2" placeholder="请输入(不超过2000字)" maxlength="2000"
v-model.trim="formData.visitComments">
</el-input>
</div>

2
src/views/modules/shequzhili/eventHandling/index.vue

@ -331,7 +331,7 @@ export default {
mounted() {
if (this.$route.params.params) {
console.log(this.$route.params.params,"klsdfkldsf");
this.formData.operationType=this.$route.params.params
this.formData.resolveEvent=this.$route.params.params
}
this.realName = this.$store.state.user.realName;
this.phone = this.$store.state.user.phone;

Loading…
Cancel
Save