|
@@ -22,39 +22,39 @@
|
|
|
</tr>
|
|
|
<tr id="radio">
|
|
|
<td rowspan="2" colspan="2" ref="radio">项目分组</td><td>
|
|
|
- <el-radio v-model="wordData.radio" label="创意组">创意组</el-radio>
|
|
|
+ <el-radio v-model="wordData.radio" label="1">创意组</el-radio>
|
|
|
</td>
|
|
|
<td colspan="4">立项项目为新立项项目,项目成果应具有较好的创意和较为成型的产品原型或能提供较好的商业模式,产生较好的社会效益。</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>
|
|
|
- <el-radio v-model="wordData.radio" label="初创组">初创组</el-radio>
|
|
|
+ <el-radio v-model="wordData.radio" label="2">初创组</el-radio>
|
|
|
</td>
|
|
|
<td colspan="4">立项项目为学校已结题学生创客项目或已入驻学校创业孵化基地的学生初创企业项目(毕业两年内),项目成果应为原结题项目基础上的技术升级、企业注册、规模扩张。</td>
|
|
|
</tr>
|
|
|
<tr id="checkList">
|
|
|
<td colspan="2" ref="checkList">优先支持项目(可多选)</td> <td colspan="5">
|
|
|
<el-checkbox-group v-model="wordData.checkList">
|
|
|
- <el-checkbox label="大赛选拔项目"></el-checkbox>
|
|
|
- <el-checkbox label="落地注册项目"></el-checkbox>
|
|
|
- <el-checkbox label="社会征集项目"></el-checkbox>
|
|
|
- <el-checkbox label="产业命题项目"></el-checkbox>
|
|
|
+ <el-checkbox label="1">大赛选拔项目</el-checkbox>
|
|
|
+ <el-checkbox label="2">大赛选拔项目</el-checkbox>
|
|
|
+ <el-checkbox label="3">社会征集项目</el-checkbox>
|
|
|
+ <el-checkbox label="4">产业命题项目</el-checkbox>
|
|
|
</el-checkbox-group>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr id="schoolRadio">
|
|
|
<td colspan="2" ref="schoolRadio">美丽校园改造项目(特色项目)</td> <td colspan="5">
|
|
|
- <el-radio v-model="wordData.schoolRadio" label="校园安全项目">校园安全项目</el-radio>
|
|
|
- <el-radio v-model="wordData.schoolRadio" label="环境治理项目">环境治理项目</el-radio>
|
|
|
- <el-radio v-model="wordData.schoolRadio" label="校园服务项目">校园服务项目</el-radio>
|
|
|
- <el-radio v-model="wordData.schoolRadio" label="文创装置项目">文创装置项目</el-radio>
|
|
|
+ <el-radio v-model="wordData.schoolRadio" label="1">校园安全项目</el-radio>
|
|
|
+ <el-radio v-model="wordData.schoolRadio" label="2">环境治理项目</el-radio>
|
|
|
+ <el-radio v-model="wordData.schoolRadio" label="3">校园服务项目</el-radio>
|
|
|
+ <el-radio v-model="wordData.schoolRadio" label="4">文创装置项目</el-radio>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr id="applyParsonRadio">
|
|
|
<td colspan="2" ref="applyParsonRadio" >项 目 申 请 人</td><td colspan="2">
|
|
|
- <el-radio v-model="wordData.applyParsonRadio" label="在校学生">在校学生</el-radio>
|
|
|
+ <el-radio v-model="wordData.applyParsonRadio" label="1">在校学生</el-radio>
|
|
|
</td><td colspan="3">
|
|
|
- <el-radio v-model="wordData.applyParsonRadio" label="入驻学校孵化基地的初创企业法人">入驻学校孵化基地的初创企业法人</el-radio>
|
|
|
+ <el-radio v-model="wordData.applyParsonRadio" label="2">入驻学校孵化基地的初创企业法人</el-radio>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr id="applyParsonName">
|
|
@@ -90,7 +90,9 @@
|
|
|
type="date"
|
|
|
placeholder="请选择项目计划完成时间"
|
|
|
prefix-icon="none"
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss">
|
|
|
+ value-format="yyyy-MM-dd">
|
|
|
+ <!-- value-format="yyyy-MM-dd HH:mm:ss"> -->
|
|
|
+
|
|
|
</el-date-picker></td>
|
|
|
<td ref="endTime">计划完成时间</td>
|
|
|
<td colspan="2">
|
|
@@ -99,7 +101,9 @@
|
|
|
type="date"
|
|
|
placeholder="请选择项目计划完成时间"
|
|
|
prefix-icon="none"
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss">
|
|
|
+ value-format="yyyy-MM-dd">
|
|
|
+ <!-- value-format="yyyy-MM-dd HH:mm:ss"> -->
|
|
|
+
|
|
|
</el-date-picker>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -221,7 +225,7 @@
|
|
|
<p>项目研发背景</p>
|
|
|
<el-input
|
|
|
type="textarea"
|
|
|
- :rows="6"
|
|
|
+ :autosize="{ minRows: 6, maxRows: 20}"
|
|
|
style="width: 100%;"
|
|
|
resize="none"
|
|
|
v-model="wordData.introduce.back">
|
|
@@ -233,7 +237,7 @@
|
|
|
<p>项目创新点</p>
|
|
|
<el-input
|
|
|
type="textarea"
|
|
|
- :rows="6"
|
|
|
+ :autosize="{ minRows: 6, maxRows: 20}"
|
|
|
style="width: 100%;"
|
|
|
resize="none"
|
|
|
v-model="wordData.introduce.innovate">
|
|
@@ -245,7 +249,7 @@
|
|
|
<p>技术研发路线</p>
|
|
|
<el-input
|
|
|
type="textarea"
|
|
|
- :rows="6"
|
|
|
+ :autosize="{ minRows: 6, maxRows: 20}"
|
|
|
style="width: 100%;"
|
|
|
resize="none"
|
|
|
v-model="wordData.introduce.path">
|
|
@@ -257,7 +261,7 @@
|
|
|
<p>项目应用场景 </p>
|
|
|
<el-input
|
|
|
type="textarea"
|
|
|
- :rows="6"
|
|
|
+ :autosize="{ minRows: 6, maxRows: 20}"
|
|
|
style="width: 100%;"
|
|
|
resize="none"
|
|
|
v-model="wordData.introduce.scene">
|
|
@@ -270,7 +274,7 @@
|
|
|
<p>项目商业模式/社会价值</p>
|
|
|
<el-input
|
|
|
type="textarea"
|
|
|
- :rows="6"
|
|
|
+ :autosize="{ minRows: 6, maxRows: 20}"
|
|
|
style="width: 100%;"
|
|
|
resize="none"
|
|
|
v-model="wordData.introduce.worth">
|
|
@@ -283,7 +287,7 @@
|
|
|
<p>团队构成及优势</p>
|
|
|
<el-input
|
|
|
type="textarea"
|
|
|
- :rows="6"
|
|
|
+ :autosize="{ minRows: 6, maxRows: 20}"
|
|
|
style="width: 100%;"
|
|
|
resize="none"
|
|
|
v-model="wordData.introduce.team">
|
|
@@ -296,7 +300,7 @@
|
|
|
<p>研发成本来源及构成</p>
|
|
|
<el-input
|
|
|
type="textarea"
|
|
|
- :rows="6"
|
|
|
+ :autosize="{ minRows: 6, maxRows: 20}"
|
|
|
style="width: 100%;"
|
|
|
resize="none"
|
|
|
v-model="wordData.introduce.cost">
|
|
@@ -309,7 +313,7 @@
|
|
|
<p>项目预期成果、数量及形式(产品原型/发明专利/双创竞赛/成果转化/社会效益)</p>
|
|
|
<el-input
|
|
|
type="textarea"
|
|
|
- :rows="6"
|
|
|
+ :autosize="{ minRows: 6, maxRows: 20}"
|
|
|
style="width: 100%;"
|
|
|
resize="none"
|
|
|
v-model="wordData.introduce.expectResults">
|
|
@@ -321,7 +325,7 @@
|
|
|
<p>学生创客人才培养预期成果、数量(教师填写)</p>
|
|
|
<el-input
|
|
|
type="textarea"
|
|
|
- :rows="6"
|
|
|
+ :autosize="{ minRows: 6, maxRows: 20}"
|
|
|
style="width: 100%;"
|
|
|
resize="none"
|
|
|
v-model="wordData.introduce.expectResultsTeacher">
|
|
@@ -333,10 +337,10 @@
|
|
|
<p>项目预期孵化、转化创业项目情况</p>
|
|
|
<el-input
|
|
|
type="textarea"
|
|
|
- :rows="6"
|
|
|
+ :autosize="{ minRows: 6, maxRows: 20}"
|
|
|
style="width: 100%;"
|
|
|
resize="none"
|
|
|
- v-model="wordData.introduce.expectResultsTeacher">
|
|
|
+ v-model="wordData.introduce.expectConversion">
|
|
|
</el-input>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -345,16 +349,16 @@
|
|
|
<td style="text-align: left;" colspan="6" class="textLeft">
|
|
|
<el-input
|
|
|
type="textarea"
|
|
|
- :rows="8"
|
|
|
+ :autosize="{ minRows: 6, maxRows: 20}"
|
|
|
style="width: 100%;"
|
|
|
resize="none"
|
|
|
- v-model="wordData.plan">
|
|
|
+ v-model="wordData.introduce.plan">
|
|
|
</el-input>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr id="fund">
|
|
|
<td rowspan="12" ref="fund">预算经费</td><td>总经费</td><td colspan="5">
|
|
|
- {{ reversedMessage==0?'':reversedMessage}}万
|
|
|
+ {{ reversedMessage==0?'':reversedMessage}}元
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
@@ -486,6 +490,7 @@
|
|
|
type="textarea"
|
|
|
:rows="7"
|
|
|
resize="none"
|
|
|
+ disabled
|
|
|
style="width: 100%;"
|
|
|
v-model="input">
|
|
|
</el-input>
|
|
@@ -499,6 +504,7 @@
|
|
|
type="textarea"
|
|
|
:rows="7"
|
|
|
resize="none"
|
|
|
+ disabled
|
|
|
style="width: 100%;"
|
|
|
v-model="input">
|
|
|
</el-input>
|
|
@@ -513,6 +519,7 @@
|
|
|
:rows="7"
|
|
|
style="background-color: #fff;width: 100%;"
|
|
|
resize="none"
|
|
|
+ disabled
|
|
|
v-model="input">
|
|
|
</el-input>
|
|
|
<div style="text-align: right;font-size: 18px;width: 80%;margin-bottom: 20px;">负责人签章:</div>
|
|
@@ -526,8 +533,8 @@
|
|
|
<span>2.优先支持项目需提供与研发项目相关的实证材料并查看原件。</span>
|
|
|
<span>3.初创组已结题项目申请需提供结题验收证明、初创企业申请需提供入驻学校孵化基地协议书及公司营业执照。</span>
|
|
|
<div style="width: 300px;margin: 20px auto;display: flex;justify-content: space-between;">
|
|
|
- <el-button style="width: 120px;margin: 20px auto;" @click="submitWord" type="primary">提交项目</el-button>
|
|
|
- <el-button style="width: 120px;margin: 20px auto;" type="primary">下载表单</el-button>
|
|
|
+ <el-button style="width: 120px;margin: 20px auto;" @click="submitWord" type="primary">下载表单</el-button>
|
|
|
+ <!-- <el-button style="width: 120px;margin: 20px auto;" type="primary">下载表单</el-button> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -535,7 +542,7 @@
|
|
|
|
|
|
<script>
|
|
|
import {getNowDate} from '@/components/tool/Date.js'
|
|
|
-
|
|
|
+import { getWord } from './tool/getWord';
|
|
|
export default {
|
|
|
// props:['data'],
|
|
|
data() {
|
|
@@ -771,6 +778,8 @@ import {getNowDate} from '@/components/tool/Date.js'
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
+ this.wordData['total']=this.wordData.fund.facility*1 + this.wordData.fund.materials*1+this.wordData.fund.process*1+ this.wordData.fund.assist*1+this.wordData.fund.authenticate*1+ this.wordData.fund.match*1+this.wordData.fund.activity*1+this.wordData.fund.affair*1
|
|
|
+ getWord(this.wordData)
|
|
|
// let param={
|
|
|
// projectName
|
|
|
// }
|
|
@@ -782,7 +791,7 @@ import {getNowDate} from '@/components/tool/Date.js'
|
|
|
},
|
|
|
computed:{ //经费总合
|
|
|
reversedMessage: function () {
|
|
|
- return (this.wordData.fund.facility*1 + this.wordData.fund.materials*1+this.wordData.fund.process*1+ this.wordData.fund.assist*1+this.wordData.fund.authenticate*1+ this.wordData.fund.match*1+this.wordData.fund.activity*1+this.wordData.fund.affair*1)/10000
|
|
|
+ return (this.wordData.fund.facility*1 + this.wordData.fund.materials*1+this.wordData.fund.process*1+ this.wordData.fund.assist*1+this.wordData.fund.authenticate*1+ this.wordData.fund.match*1+this.wordData.fund.activity*1+this.wordData.fund.affair*1)
|
|
|
}
|
|
|
},
|
|
|
mounted(){
|