From 5a8ea35531eb3e004395a65584919db5f5fed9f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com>
Date: Wed, 3 Nov 2021 15:55:25 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?=
=?UTF-8?q?=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/startEvaluation.vue | 154 +---------------------------------
1 file changed, 3 insertions(+), 151 deletions(-)
diff --git a/src/views/startEvaluation.vue b/src/views/startEvaluation.vue
index b2b2a0e..93e9d04 100644
--- a/src/views/startEvaluation.vue
+++ b/src/views/startEvaluation.vue
@@ -240,38 +240,6 @@
>
-
-
三、人力资源
@@ -328,19 +296,6 @@
受让、受赠和并购
自主研发
-
-
-
= oneYear && difference < twoYear) {
- // console.log('满一年不到2年');
- // }
} else {
this.planOption.forEach(item => {
item.isShow = true;
@@ -701,65 +631,6 @@ export default {
this.twoMenuList = data;
});
},
- //点击修改
- showUpdate(index, row) {
- this.array[index] = Object.assign({}, row);
- this.showEdit[index] = true;
- this.$set(this.showEdit, index, true); //这里要用$set方法,否则页面状态不更新
- },
- // //取消修改
- // cancelUpdate(index) {
- // this.$confirm('取消修改?', '提示', {
- // confirmButtonText: '确定',
- // cancelButtonText: '取消',
- // type: 'warning'
- // })
- // .then(() => {
- // this.$set(this.tableData, index, this.array[index]);
- // this.$set(this.showEdit, index, false);
- // this.$set(this.showName, index, '');
- // this.$set(this.showAge, index, '');
- // })
- // .catch(() => {});
- // },
- //提交修改
- submit(index, row) {
- // this.$message({
- // message: '操作成功',
- // type: 'success',
- // duration: 1000
- // });
- // console.log(row);
- // for (let key in row) {
- // if (row[key] === '') {
- // return this.msgError('请输入每一项');
- // }
- // }
- // this.$set(this.showEdit, index, false);
- //发送请求,隐藏输入框
- // this.axios({
- // url: 'XXXXXXX',
- // method: 'GET',
- // params: {
- // id: row.id,
- // name: this.showName[index],
- // age: this.showAge[index]
- // }
- // }).then(({ data }) => {
- // if (data && data.code === 0) {
- // this.$message({
- // message: '操作成功',
- // type: 'success',
- // duration: 1500,
- // onClose: () => {
- // this.$set(this.showEdit, index, false);
- // }
- // });
- // } else {
- // this.$message.error(data.msg);
- // }
- // });
- },
// 提交
submitFormA(formName) {
if (!this.formA.hasIntellectualProperty) {
@@ -777,28 +648,6 @@ export default {
} else {
item.isA = false;
}
- // sale_income 销售收入
- // r_d_expenses 研发费用
- // net_assets 净资产
- if (item.sale_income <= 5000) {
- if ((item.r_d_expenses / item.sale_income) * 100 >= 5) {
- item.isB = true;
- } else {
- item.isB = false;
- }
- } else if (item.sale_income <= 200000000) {
- if ((item.r_d_expenses / item.sale_income) * 100 >= 4) {
- item.isC = true;
- } else {
- item.isC = false;
- }
- } else if (item.sale_income > 200000000) {
- if ((item.r_d_expenses / item.sale_income) * 100 >= 3) {
- item.isD = true;
- } else {
- item.isD = false;
- }
- }
});
if (!this.tableData[this.tableData.length - 1].isA) {
this.formA.badSeason.push(
@@ -900,6 +749,9 @@ export default {
this.formA.score += 4;
}
});
+ // sale_income 销售收入
+ // r_d_expenses 研发费用
+ // net_assets 净资产
// 4.1 净资产增长率
let assetsRate = 0;
// 4.2 销售收入增长率