From cd5e3a368e9817a1676a6fccb4301aea21fe2463 Mon Sep 17 00:00:00 2001 From: xiongchengqiang Date: Tue, 15 Dec 2020 14:45:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../performance/components/table.vue | 7 ++- .../kpi/assessment/performance/index.vue | 1 + src/views/kpi/tablePrint/index.vue | 53 ++++++++++--------- 3 files changed, 35 insertions(+), 26 deletions(-) diff --git a/src/views/kpi/assessment/performance/components/table.vue b/src/views/kpi/assessment/performance/components/table.vue index e1d77d5..a7e0443 100644 --- a/src/views/kpi/assessment/performance/components/table.vue +++ b/src/views/kpi/assessment/performance/components/table.vue @@ -281,8 +281,11 @@ export default { } } }, - mounted () { - this.handleGrt375() + async mounted () { + await this.handleGrt375() + if (this.$route.query.detailId) { + this.handleLookProcess(this.$route.query.detailId) + } }, methods: { // 获取指标任务详情 diff --git a/src/views/kpi/assessment/performance/index.vue b/src/views/kpi/assessment/performance/index.vue index 3c9501b..c1a0c68 100644 --- a/src/views/kpi/assessment/performance/index.vue +++ b/src/views/kpi/assessment/performance/index.vue @@ -222,6 +222,7 @@ export default { if (this.isNoRouter) { await this.handleStartsReq() } + await this.handleList() }, methods: { diff --git a/src/views/kpi/tablePrint/index.vue b/src/views/kpi/tablePrint/index.vue index 6ebccc3..4971051 100644 --- a/src/views/kpi/tablePrint/index.vue +++ b/src/views/kpi/tablePrint/index.vue @@ -10,8 +10,8 @@ 考核月份
- 2020年9月 + style="width:130px"> + {{obj.assessCycle}}
@@ -27,7 +27,7 @@
- 熊成强 + {{obj.currentApprovalStaffName}}
@@ -35,7 +35,7 @@
- 设计部 + {{obj.departmentOne}}
@@ -43,7 +43,7 @@
- / + {{obj.departmentTwo}}
@@ -51,7 +51,7 @@
- / + {{obj.departmentThree}}
@@ -74,7 +74,7 @@
考核维度
-
+
目标/指标
@@ -96,26 +96,26 @@ 评分说明
-
+
- 业绩 + {{i.name}}
-
-
几月交易额
-
几月交易额
-
几月交易额
-
几月交易额
-
几月交易额
+
+
{{j.target}}
+
{{j.keyResult}}
几月交易额
+
{{j.checkResult}}
+
{{j.superScore || '/'}}
+
{{j.acquireScore || '/'}}
几月交易额
-
业务考核结果
-
70%
+
业务考核结果
+
{{Math.round((j.checkWeight * 100) * 1000) / 1000 }}%
/
/
2.512
@@ -123,14 +123,19 @@
-
zui
-
zui
-
zui
+
最终绩效考核评分
+
3.234
+
/
-
直属上级确认绩效考核内容与结果 +
最终绩效考核结果等级
+
3.5+
+
/
+
+
+
直属上级确认绩效考核内容与结果 签字:
-
直属上级确认绩效考核内容与结果 +
直属上级确认绩效考核内容与结果 签字:
@@ -180,7 +185,7 @@ export default { border-left: 1px solid #666666; &-title { .center(); - width: 1460px; + width: 1480px; height: 50px; border-top: 1px solid #666666; border-right: 1px solid #666666; @@ -239,7 +244,7 @@ export default { border-bottom: 1px solid #666666; } .bg{ - background: rgb(245, 187, 120); + // background: rgb(245, 187, 120); } }