|
@@ -4,7 +4,7 @@
|
|
|
<div class="onePage">
|
|
|
<div class="titSchool">深圳技师学院</div>
|
|
|
<div class="title">校级创客项目结题申请书</div>
|
|
|
- <!-- <div class="basicInformation">
|
|
|
+ <div class="basicInformation">
|
|
|
<span>项目名称</span>
|
|
|
<div class="line">{{ myArrayProp[0].title }}</div>
|
|
|
</div>
|
|
@@ -46,12 +46,12 @@
|
|
|
</div>
|
|
|
<div style="font-size: 22px; font-family: \4eff\5b8b; font-weight: bold">
|
|
|
{{ nowTime }}
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <table border="1" cellspacing="0">
|
|
|
- <tr v-show="false">
|
|
|
+ <table border="1" cellspacing="0" ref="tableBox">
|
|
|
+ <!-- <tr v-if="false">
|
|
|
<td v-for="i in 8" :key="i">i</td>
|
|
|
- </tr>
|
|
|
+ </tr> -->
|
|
|
<tr>
|
|
|
<td colspan="2">项目名称</td>
|
|
|
<td colspan="6">
|
|
@@ -161,9 +161,9 @@
|
|
|
<td>{{ myArrayProp[0].course_teacher.length }}</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td style="font-size: 21px;">项目起始时间</td>
|
|
|
+ <td style="font-size: 21px">项目起始时间</td>
|
|
|
<td colspan="2">{{ myArrayProp[0].begin_at }}</td>
|
|
|
- <td style="font-size: 21px;">项目完成时间</td>
|
|
|
+ <td style="font-size: 21px">项目完成时间</td>
|
|
|
<td colspan="2">{{ myArrayProp[0].plannedEnd_at }}</td>
|
|
|
<td>预算经费</td>
|
|
|
<td>元</td>
|
|
@@ -183,7 +183,7 @@
|
|
|
<tr
|
|
|
v-for="(item, index) in myArrayProp[0].course_student"
|
|
|
:key="index + 'a'"
|
|
|
- v-show="myArrayProp[0].typeid == '5e21b204-c206-11ed-a4cd-509a4c5b67cf'"
|
|
|
+ v-if="myArrayProp[0].typeid == '5e21b204-c206-11ed-a4cd-509a4c5b67cf'"
|
|
|
>
|
|
|
<td><span v-text="item.name"></span></td>
|
|
|
<td colspan="2"><span v-html="item.collage"></span></td>
|
|
@@ -201,7 +201,7 @@
|
|
|
<tr
|
|
|
v-for="(item, index) in myArrayProp[0].course_teacher"
|
|
|
:key="index + 'b'"
|
|
|
- v-show="myArrayProp[0].typeid == '5e21b204-c206-11ed-a4cd-509a4c5b67cf'"
|
|
|
+ v-if="myArrayProp[0].typeid == '5e21b204-c206-11ed-a4cd-509a4c5b67cf'"
|
|
|
>
|
|
|
<td><span v-text="item.name"></span></td>
|
|
|
<td colspan="2"><span v-html="item.collage"></span></td>
|
|
@@ -223,7 +223,7 @@
|
|
|
<tr
|
|
|
v-for="(item, index) in myArrayProp[0].course_student"
|
|
|
:key="index + 'c'"
|
|
|
- v-show="myArrayProp[0].typeid == '5f7a66d5-c206-11ed-a4cd-509a4c5b67cf'"
|
|
|
+ v-if="myArrayProp[0].typeid == '5f7a66d5-c206-11ed-a4cd-509a4c5b67cf'"
|
|
|
>
|
|
|
<td><span v-text="item.name"></span></td>
|
|
|
<td><span v-html="item.class"></span></td>
|
|
@@ -248,7 +248,7 @@
|
|
|
<tr
|
|
|
v-for="(item, index) in myArrayProp[0].course_teacher"
|
|
|
:key="index + 'd'"
|
|
|
- v-show="myArrayProp[0].typeid == '5f7a66d5-c206-11ed-a4cd-509a4c5b67cf'"
|
|
|
+ v-if="myArrayProp[0].typeid == '5f7a66d5-c206-11ed-a4cd-509a4c5b67cf'"
|
|
|
>
|
|
|
<td><span v-text="item.name"></span></td>
|
|
|
<td><span v-html="item.speciality"></span></td>
|
|
@@ -377,7 +377,7 @@
|
|
|
<p>一、成果(名称、数量及形式,开发产品及取得的专利等)</p>
|
|
|
<p>专利证书获得(提供专利申请或成果证书附件):</p>
|
|
|
<beUpload
|
|
|
- v-show="!isDownPdf"
|
|
|
+ v-if="!isDownPdf"
|
|
|
style="position: absolute; right: 10px; top: 5px"
|
|
|
@getFile="getFile"
|
|
|
:navName="'上传文件'"
|
|
@@ -385,7 +385,7 @@
|
|
|
:progress="progress7"
|
|
|
></beUpload>
|
|
|
<el-progress
|
|
|
- v-show="progress7.show"
|
|
|
+ v-if="progress7.show"
|
|
|
:percentage="progress7.value"
|
|
|
:format="ProgressFormatresultAccessory"
|
|
|
style="width: 80%"
|
|
@@ -430,7 +430,7 @@
|
|
|
<td colspan="7" style="height: 200px">
|
|
|
<p>企业应用实证(提供企业证明或合作协议证明等附件):</p>
|
|
|
<beUpload
|
|
|
- v-show="!isDownPdf"
|
|
|
+ v-if="!isDownPdf"
|
|
|
style="position: absolute; right: 10px; top: 5px"
|
|
|
@getFile="getfirmAccessory"
|
|
|
:navName="'上传文件'"
|
|
@@ -438,7 +438,7 @@
|
|
|
:progress="progress1"
|
|
|
></beUpload>
|
|
|
<el-progress
|
|
|
- v-show="progress1.show"
|
|
|
+ v-if="progress1.show"
|
|
|
:percentage="progress1.value"
|
|
|
:format="ProgressFormatfirmAccessory"
|
|
|
style="width: 80%"
|
|
@@ -484,7 +484,7 @@
|
|
|
<td colspan="7" style="height: 200px">
|
|
|
<p>双创竞赛成绩(提供参加师生名单、比赛取得的成绩等附件):</p>
|
|
|
<beUpload
|
|
|
- v-show="!isDownPdf"
|
|
|
+ v-if="!isDownPdf"
|
|
|
style="position: absolute; right: 10px; top: 5px"
|
|
|
@getFile="getcompetitionAccessory"
|
|
|
:navName="'上传文件'"
|
|
@@ -492,7 +492,7 @@
|
|
|
:progress="progress2"
|
|
|
></beUpload>
|
|
|
<el-progress
|
|
|
- v-show="progress2.show"
|
|
|
+ v-if="progress2.show"
|
|
|
:percentage="progress2.value"
|
|
|
:format="ProgressFormatcompetitionAccessory"
|
|
|
style="width: 80%"
|
|
@@ -532,7 +532,7 @@
|
|
|
<td colspan="7" style="height: 200px">
|
|
|
<p>参展或交流活动(提供参加师生名单、活动方案及照片等附件):</p>
|
|
|
<beUpload
|
|
|
- v-show="!isDownPdf"
|
|
|
+ v-if="!isDownPdf"
|
|
|
style="position: absolute; right: 10px; top: 5px"
|
|
|
@getFile="getexchangeAccessory"
|
|
|
:navName="'上传文件'"
|
|
@@ -540,7 +540,7 @@
|
|
|
:progress="progress3"
|
|
|
></beUpload>
|
|
|
<el-progress
|
|
|
- v-show="progress3.show"
|
|
|
+ v-if="progress3.show"
|
|
|
:percentage="progress3.value"
|
|
|
:format="ProgressFormatexchangeAccessory"
|
|
|
style="width: 80%"
|
|
@@ -580,7 +580,7 @@
|
|
|
<td colspan="7" style="height: 200px">
|
|
|
<p>创业公司转化(提供公司注册资料、营业执照等附件):</p>
|
|
|
<beUpload
|
|
|
- v-show="!isDownPdf"
|
|
|
+ v-if="!isDownPdf"
|
|
|
style="position: absolute; right: 10px; top: 5px"
|
|
|
@getFile="getconversionAccessory"
|
|
|
:navName="'上传文件'"
|
|
@@ -588,7 +588,7 @@
|
|
|
:progress="progress4"
|
|
|
></beUpload>
|
|
|
<el-progress
|
|
|
- v-show="progress4.show"
|
|
|
+ v-if="progress4.show"
|
|
|
:percentage="progress4.value"
|
|
|
:format="ProgressFormatconversionAccessory"
|
|
|
style="width: 80%"
|
|
@@ -628,7 +628,7 @@
|
|
|
<td colspan="7" style="height: 200px">
|
|
|
<p>二、创客人才培养(提供成果、数量、学生名单等附件)</p>
|
|
|
<beUpload
|
|
|
- v-show="!isDownPdf"
|
|
|
+ v-if="!isDownPdf"
|
|
|
style="position: absolute; right: 10px; top: 5px"
|
|
|
@getFile="gettalentsAccessory"
|
|
|
:navName="'上传文件'"
|
|
@@ -636,7 +636,7 @@
|
|
|
:progress="progress5"
|
|
|
></beUpload>
|
|
|
<el-progress
|
|
|
- v-show="progress5.show"
|
|
|
+ v-if="progress5.show"
|
|
|
:percentage="progress5.value"
|
|
|
:format="ProgressFormattalentsAccessory"
|
|
|
style="width: 80%"
|
|
@@ -722,7 +722,7 @@
|
|
|
<td colspan="7" style="height: 200px">
|
|
|
<p>附:课题研究报告、用户评价意见或专家鉴定意见、其它附件等等</p>
|
|
|
<beUpload
|
|
|
- v-show="!isDownPdf"
|
|
|
+ v-if="!isDownPdf"
|
|
|
style="position: absolute; right: 10px; top: 5px"
|
|
|
@getFile="gettaskAccessory"
|
|
|
:navName="'上传文件'"
|
|
@@ -730,7 +730,7 @@
|
|
|
:progress="progress6"
|
|
|
></beUpload>
|
|
|
<el-progress
|
|
|
- v-show="progress6.show"
|
|
|
+ v-if="progress6.show"
|
|
|
:percentage="progress6.value"
|
|
|
:format="ProgressFormattaskAccessory"
|
|
|
style="width: 80%"
|
|
@@ -910,7 +910,7 @@
|
|
|
<td colspan="3">论文版面费、专利及其他知识产权事务等费用。</td>
|
|
|
</tr>
|
|
|
|
|
|
- <tr style="height: 350px;">
|
|
|
+ <tr style="height: 350px">
|
|
|
<td>
|
|
|
所 <br />在 <br />学 <br />院/ <br />部 <br />门 <br />意 <br />见
|
|
|
</td>
|
|
@@ -936,7 +936,7 @@
|
|
|
</td>
|
|
|
</tr> -->
|
|
|
|
|
|
- <tr style="height: 350px;">
|
|
|
+ <tr style="height: 350px">
|
|
|
<td>双 <br />创 <br />学 <br />院 <br />意 <br />见</td>
|
|
|
<td colspan="7">
|
|
|
<div style="width: 200px; float: right; margin: 10px 300px">
|
|
@@ -948,7 +948,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
- <tr style="height: 350px;">
|
|
|
+ <tr style="height: 350px">
|
|
|
<td>学 <br />校 <br />审 <br />批 <br />意 <br />见</td>
|
|
|
<td colspan="7">
|
|
|
<div style="width: 200px; float: right; margin: 10px 300px">
|
|
@@ -960,6 +960,9 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
+ <!-- <table v-show="isDownPdf" border="1" cellspacing="0" ref="tableBox2">
|
|
|
+
|
|
|
+ </table> -->
|
|
|
<div class="ending">
|
|
|
<p>备注:1、本表一式三份,专家验收后交双创学院</p>
|
|
|
<p style="text-indent: 3em">
|
|
@@ -1451,9 +1454,12 @@ export default {
|
|
|
<style lang="less" scoped>
|
|
|
.onePage {
|
|
|
width: 100%;
|
|
|
- // position: absolute;
|
|
|
+ height: 1900px;
|
|
|
text-align: center;
|
|
|
- // top: -750px;
|
|
|
+ margin: 20px auto;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
.titSchool {
|
|
|
font-weight: 600;
|
|
|
font-size: 28px;
|
|
@@ -1493,7 +1499,7 @@ table {
|
|
|
position: relative;
|
|
|
color: black;
|
|
|
width: 1200px;
|
|
|
- margin: -65px auto 0;
|
|
|
+ margin: 0 auto;
|
|
|
margin-bottom: 20px;
|
|
|
font-size: 24px;
|
|
|
font-family: \5b8b\4f53;
|