|
@@ -5,63 +5,65 @@
|
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="140px">
|
|
|
<el-col :span="24" class="form">
|
|
|
<el-col :span="24">
|
|
|
- <el-form-item prop="company">
|
|
|
+ <el-form-item prop="name">
|
|
|
<el-col :span="21" slot="label">
|
|
|
- 建议单位
|
|
|
+ 项目名称
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
- <el-input v-model="form.company" placeholder="请输入建议单位"></el-input>
|
|
|
+ <el-input v-model="form.name" placeholder="请输入项目名称"></el-input>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item prop="contacts">
|
|
|
+ <el-form-item prop="pro_user">
|
|
|
<el-col :span="21" slot="label">
|
|
|
- 联系人
|
|
|
+ 项目负责人
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
- <el-input v-model="form.contacts" placeholder="请输入联系人"></el-input>
|
|
|
+ <el-input v-model="form.pro_user" placeholder="请输入项目负责人"></el-input>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item prop="phone">
|
|
|
+ <el-form-item prop="pro_phone">
|
|
|
<el-col :span="21" slot="label">
|
|
|
联系电话
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
- <el-input v-model="form.phone" placeholder="请输入联系电话"></el-input>
|
|
|
+ <el-input v-model="form.pro_phone" placeholder="请输入联系电话"></el-input>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="24">
|
|
|
- <el-form-item prop="apply_code">
|
|
|
+ <el-col :span="12" class="langSelect">
|
|
|
+ <el-form-item prop="field">
|
|
|
<el-col :span="21" slot="label">
|
|
|
- 申请代码
|
|
|
+ 领域分类
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
- <el-input v-model="form.apply_code" placeholder="请输入申请代码"></el-input>
|
|
|
+ <el-select v-model="form.field" filterable>
|
|
|
+ <el-option v-for="(item, index) in fieldList" :key="index" :value="item.name" :label="item.name"></el-option>
|
|
|
+ </el-select>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="24">
|
|
|
- <el-form-item prop="name">
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-form-item prop="scale">
|
|
|
<el-col :span="21" slot="label">
|
|
|
- 项目名称
|
|
|
+ 市场预估
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
- <el-input v-model="form.name" placeholder="请输入项目名称"></el-input>
|
|
|
+ <el-input v-model="form.scale" placeholder="关键技术所支撑的产品市场规模(亿元/年)"></el-input>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12" class="langSelect">
|
|
|
- <el-form-item prop="field">
|
|
|
+ <el-form-item prop="techol_stage">
|
|
|
<el-col :span="21" slot="label">
|
|
|
- 所属领域
|
|
|
+ 技术阶段
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
- <el-select v-model="form.field" filterable>
|
|
|
- <el-option v-for="(item, index) in fieldList" :key="index" :value="item.name" :label="item.name"></el-option>
|
|
|
+ <el-select v-model="form.techol_stage" filterable>
|
|
|
+ <el-option v-for="(item, index) in techolstageList" :key="index" :value="item.name" :label="item.name"></el-option>
|
|
|
</el-select>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
@@ -69,7 +71,7 @@
|
|
|
<el-col :span="12" class="langSelect">
|
|
|
<el-form-item prop="techol_level">
|
|
|
<el-col :span="21" slot="label">
|
|
|
- 项目技术水平
|
|
|
+ 技术水平
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<el-select v-model="form.techol_level" filterable>
|
|
@@ -78,32 +80,70 @@
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="12" class="langSelect">
|
|
|
- <el-form-item prop="proposal">
|
|
|
+ <el-col :span="24">
|
|
|
+ <el-form-item prop="proposal_company">
|
|
|
<el-col :span="21" slot="label">
|
|
|
- 建议类别
|
|
|
+ 建议单位名称
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
- <el-select v-model="form.proposal" filterable>
|
|
|
- <el-option v-for="(item, index) in proposalList" :key="index" :value="item.name" :label="item.name"></el-option>
|
|
|
- </el-select>
|
|
|
+ <el-input v-model="form.proposal_company" placeholder="请输入建议单位名称"></el-input>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item prop="scale">
|
|
|
- <el-col :span="21" slot="label" style="font-size:13px">
|
|
|
- 市场规模(亿元/年)
|
|
|
+ <el-form-item prop="proposal_user">
|
|
|
+ <el-col :span="21" slot="label">
|
|
|
+ 联系人
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24">
|
|
|
+ <el-input v-model="form.proposal_user" placeholder="请输入联系人"></el-input>
|
|
|
+ </el-col>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-form-item prop="proposal_phone">
|
|
|
+ <el-col :span="21" slot="label">
|
|
|
+ 联系电话
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
- <el-input v-model="form.scale" placeholder="请输入关键技术所支撑的产品市场规模"></el-input>
|
|
|
+ <el-input v-model="form.proposal_phone" placeholder="请输入联系电话"></el-input>
|
|
|
+ </el-col>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24">
|
|
|
+ <el-form-item prop="coopera_company">
|
|
|
+ <el-col :span="21" slot="label">
|
|
|
+ 合作单位名称
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24">
|
|
|
+ <el-input v-model="form.coopera_company" placeholder="请输入合作单位名称"></el-input>
|
|
|
+ </el-col>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-form-item prop="coopera_user">
|
|
|
+ <el-col :span="21" slot="label">
|
|
|
+ 联系人
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24">
|
|
|
+ <el-input v-model="form.coopera_user" placeholder="请输入联系人"></el-input>
|
|
|
+ </el-col>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-form-item prop="coopera_phone">
|
|
|
+ <el-col :span="21" slot="label">
|
|
|
+ 联系电话
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24">
|
|
|
+ <el-input v-model="form.coopera_phone" placeholder="请输入联系电话"></el-input>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="langInfo">
|
|
|
<el-form-item prop="project_back">
|
|
|
<el-col :span="21" slot="label">
|
|
|
- 立项背景
|
|
|
+ 项目背景
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<el-input
|
|
@@ -112,7 +152,7 @@
|
|
|
maxlength="500"
|
|
|
show-word-limit
|
|
|
:autosize="{ minRows: 5, maxRows: 5 }"
|
|
|
- placeholder="请输入立项背景"
|
|
|
+ placeholder="(含国内外同类研究现状)"
|
|
|
></el-input>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
@@ -120,7 +160,7 @@
|
|
|
<el-col :span="24" class="langInfo">
|
|
|
<el-form-item prop="sign">
|
|
|
<el-col :span="21" slot="label">
|
|
|
- 研究意义
|
|
|
+ 立项意义
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<el-input
|
|
@@ -129,7 +169,7 @@
|
|
|
maxlength="500"
|
|
|
show-word-limit
|
|
|
:autosize="{ minRows: 5, maxRows: 5 }"
|
|
|
- placeholder="请输入研究意义"
|
|
|
+ placeholder="(含解决“卡脖子”技术问题及在行业中所处的地位和作用)"
|
|
|
></el-input>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
@@ -137,7 +177,7 @@
|
|
|
<el-col :span="24" class="langInfo">
|
|
|
<el-form-item prop="work_basics">
|
|
|
<el-col :span="21" slot="label">
|
|
|
- 现有工作基础
|
|
|
+ 前期基础
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<el-input
|
|
@@ -146,7 +186,7 @@
|
|
|
maxlength="500"
|
|
|
show-word-limit
|
|
|
:autosize="{ minRows: 5, maxRows: 5 }"
|
|
|
- placeholder="请输入现有工作基础"
|
|
|
+ placeholder="(含知识产权状况)"
|
|
|
></el-input>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
@@ -154,7 +194,7 @@
|
|
|
<el-col :span="24" class="langInfo">
|
|
|
<el-form-item prop="content">
|
|
|
<el-col :span="21" slot="label">
|
|
|
- 研发内容
|
|
|
+ 研究内容
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<el-input
|
|
@@ -163,24 +203,7 @@
|
|
|
maxlength="500"
|
|
|
show-word-limit
|
|
|
:autosize="{ minRows: 5, maxRows: 5 }"
|
|
|
- placeholder="请输入研发内容"
|
|
|
- ></el-input>
|
|
|
- </el-col>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="langInfo">
|
|
|
- <el-form-item prop="crux_techol">
|
|
|
- <el-col :span="21" slot="label">
|
|
|
- 拟解决关键技术
|
|
|
- </el-col>
|
|
|
- <el-col :span="24">
|
|
|
- <el-input
|
|
|
- v-model="form.crux_techol"
|
|
|
- type="textarea"
|
|
|
- maxlength="500"
|
|
|
- show-word-limit
|
|
|
- :autosize="{ minRows: 5, maxRows: 5 }"
|
|
|
- placeholder="请输入拟解决关键技术"
|
|
|
+ placeholder="(含项目创新点)"
|
|
|
></el-input>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
@@ -197,7 +220,7 @@
|
|
|
maxlength="500"
|
|
|
show-word-limit
|
|
|
:autosize="{ minRows: 5, maxRows: 5 }"
|
|
|
- placeholder="请输入技术路线"
|
|
|
+ placeholder="(含拟解决关键技术)"
|
|
|
></el-input>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
@@ -205,7 +228,7 @@
|
|
|
<el-col :span="24" class="langInfo">
|
|
|
<el-form-item prop="quota">
|
|
|
<el-col :span="21" slot="label">
|
|
|
- 主要考核指标
|
|
|
+ 核心指标
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<el-input
|
|
@@ -214,7 +237,7 @@
|
|
|
maxlength="500"
|
|
|
show-word-limit
|
|
|
:autosize="{ minRows: 5, maxRows: 5 }"
|
|
|
- placeholder="请输入主要考核指标"
|
|
|
+ placeholder="(要求可量化、可考核、可检测)"
|
|
|
></el-input>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
@@ -222,7 +245,7 @@
|
|
|
<el-col :span="24" class="langInfo">
|
|
|
<el-form-item prop="influence">
|
|
|
<el-col :span="21" slot="label">
|
|
|
- 对省行业/产业影响
|
|
|
+ 经济效益
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<el-input
|
|
@@ -231,7 +254,7 @@
|
|
|
maxlength="500"
|
|
|
show-word-limit
|
|
|
:autosize="{ minRows: 5, maxRows: 5 }"
|
|
|
- placeholder="请输入对省行业/产业影响"
|
|
|
+ placeholder="(含市场分析和产业化预期)"
|
|
|
></el-input>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
@@ -261,10 +284,9 @@ export default {
|
|
|
rules: {},
|
|
|
// 所属领域
|
|
|
fieldList: [],
|
|
|
+ techolstageList: [{ name: '理论研究' }, { name: '小试' }, { name: '中试' }, { name: '规模化试制' }, { name: '其他' }],
|
|
|
// 项目技术水平
|
|
|
techollevelList: [{ name: '国际领先' }, { name: '国际先进' }, { name: '国内领先' }, { name: '国内先进' }],
|
|
|
- // 建议类别
|
|
|
- proposalList: [],
|
|
|
};
|
|
|
},
|
|
|
async created() {
|
|
@@ -278,11 +300,6 @@ export default {
|
|
|
if (this.$checkRes(res)) {
|
|
|
this.$set(this, `fieldList`, res.data);
|
|
|
}
|
|
|
- // 建议类别;
|
|
|
- res = await this.query({ category: '07' });
|
|
|
- if (this.$checkRes(res)) {
|
|
|
- this.$set(this, `proposalList`, res.data);
|
|
|
- }
|
|
|
},
|
|
|
// 取消添加
|
|
|
resetBtn() {
|
|
@@ -320,7 +337,7 @@ export default {
|
|
|
width: 268px;
|
|
|
}
|
|
|
/deep/.langInfo .el-form-item__label {
|
|
|
- padding: 38px 0;
|
|
|
+ padding: 35px 0;
|
|
|
}
|
|
|
/deep/.langSelect .el-select {
|
|
|
width: 100%;
|