From d800d5ff91d6371f76164c129e523cec2965018e 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: Thu, 1 Aug 2024 10:19:21 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=B4=BE=E4=BB=B6=E6=9C=AA10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/Delivery/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/shequzhili/Delivery/index.vue b/src/views/modules/shequzhili/Delivery/index.vue index f0d4912ca..817d9ecbd 100644 --- a/src/views/modules/shequzhili/Delivery/index.vue +++ b/src/views/modules/shequzhili/Delivery/index.vue @@ -152,7 +152,7 @@ 处理 - 派件 + 派件 审核 From 8daf0e0bacb400d8d52ea18b4c3ed61f4d301ca8 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: Thu, 1 Aug 2024 10:40:32 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8C=87=E6=B4=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/Delivery/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/shequzhili/Delivery/index.vue b/src/views/modules/shequzhili/Delivery/index.vue index 817d9ecbd..b885e7cda 100644 --- a/src/views/modules/shequzhili/Delivery/index.vue +++ b/src/views/modules/shequzhili/Delivery/index.vue @@ -152,7 +152,7 @@ 处理 - 派件 + 派件 审核 From c04bec24e7e88ba30a986a020d437a4c68411350 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: Thu, 1 Aug 2024 14:56:32 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E5=A4=AE=E8=A7=86=E6=9B=B4=E6=94=B9+?= =?UTF-8?q?=E6=8C=87=E6=B4=BE=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/shequzhili/Delivery/index.vue | 11 +++++----- .../modules/shequzhili/analysis/index.vue | 22 +++++++++---------- .../shequzhili/eventHandling/index.vue | 13 ++++++----- 3 files changed, 24 insertions(+), 22 deletions(-) diff --git a/src/views/modules/shequzhili/Delivery/index.vue b/src/views/modules/shequzhili/Delivery/index.vue index b885e7cda..183070687 100644 --- a/src/views/modules/shequzhili/Delivery/index.vue +++ b/src/views/modules/shequzhili/Delivery/index.vue @@ -128,11 +128,12 @@ --> - + + From 7063d1360bbca19706ad364f94ad78fd6a0f158b 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: Thu, 1 Aug 2024 16:31:46 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=88=90=E9=A5=BF?= =?UTF-8?q?=E4=BA=86=E4=B9=88=E7=9A=84=E4=B8=8B=E7=BA=A7=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=9A=84=E5=BD=A2=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/shequzhili/analysis/index.vue | 28 ++++++++++++++++--- .../event/cpts/process-form-complete.vue | 1 + 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/src/views/modules/shequzhili/analysis/index.vue b/src/views/modules/shequzhili/analysis/index.vue index d54121686..fd5a6eee0 100644 --- a/src/views/modules/shequzhili/analysis/index.vue +++ b/src/views/modules/shequzhili/analysis/index.vue @@ -104,7 +104,7 @@

事件类型统计

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

部门科室工单量统计

@@ -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..c7ee1d410 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-complete.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-complete.vue @@ -339,6 +339,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') From c73541e8e142767fe73eae13d5a89a4e7142bc21 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: Thu, 1 Aug 2024 17:33:58 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E6=BB=A1=E6=84=8F=E5=BA=A6=E5=9B=9E?= =?UTF-8?q?=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../event/cpts/process-form-complete.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 c7ee1d410..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" },