diff --git a/src/views/modules/shequzhili/Delivery/index.vue b/src/views/modules/shequzhili/Delivery/index.vue index 6e906b982..79854759f 100644 --- a/src/views/modules/shequzhili/Delivery/index.vue +++ b/src/views/modules/shequzhili/Delivery/index.vue @@ -128,11 +128,12 @@ --> - + 处理 - 派件 + 派件 审核 diff --git a/src/views/modules/shequzhili/analysis/index.vue b/src/views/modules/shequzhili/analysis/index.vue index bbc810ef0..fd5a6eee0 100644 --- a/src/views/modules/shequzhili/analysis/index.vue +++ b/src/views/modules/shequzhili/analysis/index.vue @@ -104,9 +104,10 @@

事件类型统计

- + + > + + > + + > + + > + + > - - + --> + + + + + + + +

部门科室工单量统计

@@ -871,7 +890,8 @@ export default { } const { data, code, msg } = await requestPost(url, param); if (code === 0) { - this.tableList=this.flattenTree(data); + this.tableList=data + // this.tableList=this.flattenTree(data); console.log(this.tableList); console.log(this.tableList,"lksdjfklj s"); } else { 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 6e0e4a776..c6b51bb7c 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-complete.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-complete.vue @@ -270,6 +270,20 @@ export default { contactFailureList: [{ label: '已接通', value: 1 }, { label: '未接通', value: 0 }], coordinateList: [{ label: '配合', value: 0 }, { label: '未配合', value: 1 }], examineList: [{ label: '合格', value: 0 }, { label: '不合格', value: 1 }], + satisfactionType : [ + { + label: '满意', + value: 'perfect' + }, + { + label: '基本满意', + value: 'good' + }, + { + label: '不满意', + value: 'bad' + } +], dataRule: { content: [ { required: true, message: "办理情况不能为空", trigger: "blur" }, @@ -339,6 +353,7 @@ export default { console.log(newVal,'bianle'); if(this.pageType === 'check'){ this.formData = newVal; + console.log(this.formData); if(this.formData.internalFile){ this.imgList = this.formData.internalFile.filter(item=>item.type==='image') this.audioList = this.formData.internalFile.filter(item=>item.type==='voice') diff --git a/src/views/modules/shequzhili/eventHandling/index.vue b/src/views/modules/shequzhili/eventHandling/index.vue index 20ea5ec73..9cef2ce64 100644 --- a/src/views/modules/shequzhili/eventHandling/index.vue +++ b/src/views/modules/shequzhili/eventHandling/index.vue @@ -116,13 +116,14 @@ - - +