From e3af309a495ce5498596232f1b4d5d7c7820e5bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com>
Date: Tue, 14 Sep 2021 15:03:04 +0800
Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E8=83=BD=E8=AF=84=E4=BC=B0=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E5=88=86=E6=AD=A5=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/startEvaluation.vue | 52 ++++++++++++++++++++++++++---------
1 file changed, 39 insertions(+), 13 deletions(-)
diff --git a/src/views/startEvaluation.vue b/src/views/startEvaluation.vue
index 1a93b4f..7cd59b2 100644
--- a/src/views/startEvaluation.vue
+++ b/src/views/startEvaluation.vue
@@ -4,8 +4,14 @@
+
+
+
+
+
+
- A高企认定门槛
+
一、企业基本情况
@@ -31,7 +37,7 @@
-->
-
+
-
+
+ 返 回
+ 下一步
@@ -141,13 +151,15 @@
{{ index + 1 }}、{{ item }}
- 返 回
+ 返 回
- B创新指标评分
+
一、知识产权
建立了科技人员的培养进修、职工技能培训、优秀人才引进,以及人才绩效评价奖励制度。
+
+
+ 其它。
+
四、企业成长性
- 重新评估
+ 重新评估
@@ -280,6 +298,7 @@ import {
export default {
data() {
return {
+ index: 0,
oneMenuList: [], // 所属领域一级菜单
twoMenuList: [], // 所属领域二级菜单
propertyOption: [
@@ -323,7 +342,7 @@ export default {
regTime: '',
territoryId: '',
hasIntellectualProperty: 0,
- lastYearTotalRevenue: 30,
+ lastYearTotalRevenue: 0,
lastYearBusinessRevenue: 0,
lastYearResearchExpend: 0,
totalEmployee: 0,
@@ -375,6 +394,7 @@ export default {
this.badSeason = data.badSeason;
this.status = -2;
}
+ this.index++;
});
} else {
console.log('error submit!!');
@@ -382,6 +402,11 @@ export default {
}
});
},
+ backNext(status, index) {
+ this.status = status;
+ if (typeof index == 'number') return (this.index = index);
+ index ? this.index++ : this.index--;
+ },
submitFormB(formName) {
if (!this.formB.management.length)
return this.msgError('请至少选择一项组织管理水平');
@@ -393,6 +418,7 @@ export default {
} else {
this.status = -3;
}
+ this.index++;
});
}
},
@@ -421,7 +447,7 @@ export default {
border-radius: 15px;
min-height: 350px;
.el-form {
- width: 60%;
+ width: 100%;
.margin-right-xs {
margin-right: 15px;
}
@@ -439,7 +465,7 @@ export default {
}
.margin-center {
margin-top: 50px;
- text-align: right;
+ text-align: center;
}
.el-checkbox-group {
.el-checkbox {