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 {