From 15ad25a91bee0d50c25c3ab5b5a3e17c39a7b0cf Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 2 Jun 2023 13:28:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=B8=B8=E7=9B=91=E7=9D=A3=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/router/index.js | 1 - client/src/views/supervisionNew/mytask.vue | 13 +- .../src/views/supervisionNew/statistics.vue | 1394 +++++++++-------- client/src/views/supervisionNew/taskdo.vue | 39 +- 4 files changed, 786 insertions(+), 661 deletions(-) diff --git a/client/src/router/index.js b/client/src/router/index.js index c7ea09f..bab0062 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -270,7 +270,6 @@ export const asyncRoutes = [ name: 'statistics', component: () => import('@/views/supervisionNew/statistics.vue'), meta: { title: '部门报告'}, - hidden: true }, { path: 'mytaskDo', diff --git a/client/src/views/supervisionNew/mytask.vue b/client/src/views/supervisionNew/mytask.vue index 512ca2d..e9b6529 100644 --- a/client/src/views/supervisionNew/mytask.vue +++ b/client/src/views/supervisionNew/mytask.vue @@ -36,7 +36,7 @@ {{ props.row.num_complaint }} - {{ props.row.num_complaint10 }} + {{ props.row.num_complaint_10 }} {{ props.row.num_oinspect }} @@ -861,6 +861,7 @@ saveNum(this.task2do,this.numbers).then((res) => { if (res.code >= 200) { this.$message.success("成功"); + this.getList(); } }); } else { @@ -1040,14 +1041,15 @@ }else if(type=='complaint'){ form.key = "num_complaint" }else if(type=='oinspect'){ - form.key = "num_oinspect " + form.key = "num_oinspect" } noNum(this.task2do,form).then(res=>{ if(res.code>=200){ this.$message.success("提交成功"); + this.getList(); }else{} }) - + }) .catch((err) => { }); @@ -1078,22 +1080,27 @@ rcSaveSuccess(){ this.dialogRc = false; this.getRcList(); + this.getList(); }, ptSaveSuccess(){ this.dialogPt = false; this.getPtList(); + this.getList(); }, comSaveSuccess(){ this.dialogCom = false; this.getComplaintList(); + this.getList(); }, riskSaveSuccess(){ this.dialogRisk = false; this.getRiskList(); + this.getList(); }, oinSaveSuccess(){ this.dialogOin = false; this.getOinspectList(); + this.getList(); }, downloads() { let a = document.createElement('a') diff --git a/client/src/views/supervisionNew/statistics.vue b/client/src/views/supervisionNew/statistics.vue index a681a86..90033ba 100644 --- a/client/src/views/supervisionNew/statistics.vue +++ b/client/src/views/supervisionNew/statistics.vue @@ -1,13 +1,11 @@ - \ No newline at end of file diff --git a/client/src/views/supervisionNew/taskdo.vue b/client/src/views/supervisionNew/taskdo.vue index 9c87dfc..7f54521 100644 --- a/client/src/views/supervisionNew/taskdo.vue +++ b/client/src/views/supervisionNew/taskdo.vue @@ -211,7 +211,32 @@
执行详情
-

应发报告:{{ task2doItem.num_expect }} 已发报告:{{ task2doItem.num_issue }}

+

+ +

重大事故:{{ task2doItem.num_acc }}

+

风险识别:{{ task2doItem.num_risk }}

+ + +

应发报告:{{ task2doItem.num_expect }}

+

已发报告:{{ task2doItem.num_issue }}

+
+ +

不准确报告:{{ task2doItem.num_error }}

+

超期报告:{{ task2doItem.num_overdue }}

+
+ +

能力验证结果:{{ task2doItem.num_pt }}

+

验证结果满意:{{ task2doItem.num_pt_10 }}

+
+ +

客户投诉:{{ task2doItem.num_complaint }}

+

投诉结果满意:{{ task2doItem.num_complaint_10 }}

+
+ +

外部监督检查:{{ task2doItem.num_oinspect }}

+
+

+ @@ -224,7 +249,7 @@ fit stripe highlight-current-row - max-height="300px" + height="250px" > @@ -244,7 +269,7 @@ fit stripe highlight-current-row - max-height="300px" + height="250px" > @@ -264,7 +289,7 @@ fit stripe highlight-current-row - max-height="300px" + height="250px" > @@ -295,7 +320,7 @@ fit stripe highlight-current-row - max-height="300px" + height="250px" > @@ -322,7 +347,7 @@ fit stripe highlight-current-row - max-height="300px" + height="250px" > @@ -350,7 +375,7 @@ fit stripe highlight-current-row - max-height="300px" + height="250px" >