From 343fdc26ef60fdd5a33e122e99482ff202011b72 Mon Sep 17 00:00:00 2001
From: renguanyu111 <80379958+renguanyu111@users.noreply.github.com>
Date: Wed, 9 Mar 2022 13:00:38 +0800
Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/duty/duty.js | 16 +
src/layout/components/Navbar.vue | 2 +-
src/router/index.js | 6 +
.../departmentalAssessment.vue | 17 +-
src/views/basicInfo/assessmentDimension.vue | 7 +
src/views/basicInfo/assessmentIndicators.vue | 10 +-
src/views/basicInfo/project.vue | 18 +-
src/views/basicInfo/target.vue | 804 ++++++++++++++++++
src/views/frontPage/index.vue | 1 -
src/views/login/index.vue | 2 +-
10 files changed, 860 insertions(+), 23 deletions(-)
create mode 100644 src/views/basicInfo/target.vue
diff --git a/src/api/duty/duty.js b/src/api/duty/duty.js
index dd2d03b..4b068dd 100644
--- a/src/api/duty/duty.js
+++ b/src/api/duty/duty.js
@@ -144,4 +144,20 @@ export const adddepartmentdutyinfo = (data) => {
data: data
})
}
+//查看定量考核目标设定
+export const lookquantitativeconfig = (data) => {
+ return request({
+ url: '/admin/lookquantitativeconfig',
+ method: 'post',
+ data: data
+ })
+}
+//结算周期
+export const setevaluationobjectives = (data) => {
+ return request({
+ url: '/duty/setevaluationobjectives',
+ method: 'post',
+ data: data
+ })
+}
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index c3a5c0e..a5081eb 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -9,7 +9,7 @@
- {{userInfo.grouptitle}}{{userInfo.branchFactory}}{{userInfo.name}}
+ {{userInfo.groupName}}{{userInfo.roleName}}
diff --git a/src/router/index.js b/src/router/index.js
index 77fd59e..0a912c9 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -213,6 +213,12 @@ export const constantRoutes = [
component: () => import('@/views/basicInfo/project'),
meta: { title: '考核指标', icon: 'tree' }
},
+ {
+ path: 'Target',
+ name: 'Target',
+ component: () => import('@/views/basicInfo/target'),
+ meta: { title: '指标目标', icon: 'tree' }
+ },
// {
// path: 'jobEntry',
// name: 'jobEntry',
diff --git a/src/views/assessmentProgram/departmentalAssessment.vue b/src/views/assessmentProgram/departmentalAssessment.vue
index d7e5b02..7a5f5b8 100644
--- a/src/views/assessmentProgram/departmentalAssessment.vue
+++ b/src/views/assessmentProgram/departmentalAssessment.vue
@@ -31,7 +31,7 @@
- 组合
+ 生成部门考核方案
@@ -45,7 +45,7 @@
-
+
班
@@ -122,7 +122,7 @@
-
+
@@ -327,7 +327,7 @@
@@ -507,7 +507,7 @@ export default {
methodShow:false,
// 条件查询变量
searchInfo: {
- group: "3",
+ // group: "3",
},
// 条件查询变量
abc:{
@@ -580,6 +580,9 @@ export default {
that.weiduFraction+=element.zhiFraction
});
},
+ zhuheguan(){
+ this.demDialogFormVisible=false
+ },
// 组合提交
async zhuheTi(){
if (this.weiduFraction<=100) {
@@ -593,7 +596,7 @@ export default {
type: 'success',
message: '操作成功!'
})
-
+ this.demDialogFormVisible=false
this.form={
group:'',
parentid:'',
diff --git a/src/views/basicInfo/assessmentDimension.vue b/src/views/basicInfo/assessmentDimension.vue
index 1a533b4..577ce6a 100644
--- a/src/views/basicInfo/assessmentDimension.vue
+++ b/src/views/basicInfo/assessmentDimension.vue
@@ -29,6 +29,7 @@
+
+
+
+