studentProjectWord.vue 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356
  1. <template>
  2. <div id="studentProjectWord">
  3. <table ref="pdf" border="1" cellspacing="0" class="table">
  4. <tr style="border: none">
  5. <td colspan="7" style="border: none">
  6. <div id="title">
  7. <div class="school">深圳技师学院</div>
  8. <div class="wordTitle">
  9. 2024年校级学生创新创业训练计划项目申报书
  10. </div>
  11. <div class="date">申请日期:{{ wordData.applicationDate }}</div>
  12. </div>
  13. </td>
  14. </tr>
  15. <tr id="projectName">
  16. <td colspan="2" ref="projectName" class="bold">
  17. <span style="color: red">*</span>项目名称
  18. </td>
  19. <td colspan="5">
  20. <el-input
  21. type="textarea"
  22. autosize
  23. style="width: 100%"
  24. resize="none"
  25. placeholder="请输入项目名称"
  26. v-model="wordData.projectName"
  27. >
  28. </el-input>
  29. </td>
  30. </tr>
  31. <tr id="radio">
  32. <td rowspan="3" colspan="2" ref="radio" class="bold">
  33. <span style="color: red">*</span>大创项目
  34. </td>
  35. <td>
  36. <el-radio
  37. v-model="wordData.radio"
  38. label="4a4e2cfe-e1a1-11ee-81d4-00ff5c7a43f5"
  39. >创新训练项目</el-radio
  40. >
  41. </td>
  42. <td colspan="4">
  43. 学生个人或团队,在导师指导下,自主完成创新性研究项目设计、研究条件准备和项目实施、研究报告撰写、成果(学术)交流等工作。
  44. </td>
  45. </tr>
  46. <tr>
  47. <td>
  48. <el-radio
  49. v-model="wordData.radio"
  50. label="56f0ad8d-e1a1-11ee-81d4-00ff5c7a43f5"
  51. >创业训练项目</el-radio
  52. >
  53. </td>
  54. <td colspan="4">
  55. 学生团队在导师指导下,团队中每个学生在项目实施过程中扮演一个或多个具体角色,完成商业计划书编制、可行性研究、企业模拟运行、撰写创业报告等工作。
  56. </td>
  57. </tr>
  58. <tr>
  59. <td>
  60. <el-radio
  61. v-model="wordData.radio"
  62. label="ed917c55-f51d-11ed-a3f6-509a4c5b67cf"
  63. >创业实践项目</el-radio
  64. >
  65. </td>
  66. <td colspan="4">
  67. 学生团队在学校导师和企业导师共同指导下,采用创新训练项目或创新性实验等成果,提出具有市场前景的创新性产品或服务,以此为基础开展创业实践活动。
  68. </td>
  69. </tr>
  70. <tr id="schoolRadio">
  71. <td colspan="2" ref="schoolRadio" class="bold">
  72. <!-- <span style="color: red">*</span>美丽校园改造项目(特色项目) -->
  73. 特色项目美丽校园改造计划
  74. </td>
  75. <td colspan="5" style="labS">
  76. <el-checkbox-group v-model="wordData.schoolRadio">
  77. <el-checkbox label="1">校园安全项目</el-checkbox>
  78. <el-checkbox label="2">环境治理项目</el-checkbox>
  79. <el-checkbox label="3">校园服务项目</el-checkbox>
  80. <el-checkbox label="4">文创装置项目</el-checkbox>
  81. </el-checkbox-group>
  82. </td>
  83. </tr>
  84. <tr id="checkList">
  85. <td colspan="2" ref="checkList" class="bold">
  86. <!-- <span style="color: red">*</span>优先支持项目(可多选) -->
  87. 优先支持项目(可多选)
  88. </td>
  89. <td colspan="5" style="labS">
  90. <el-checkbox-group
  91. v-model="wordData.checkList"
  92. style="display:flex;flex-direction:column; align-items:flex-start;padding:20px;"
  93. >
  94. <el-checkbox label="1">团队合作项目、跨学科合作项目。</el-checkbox>
  95. <el-checkbox label="2"
  96. >科技创新、低空经济、银发经济、乡村振兴、助残助学、非遗文创等新技术、新产业、新业态、新模式方面的项目。</el-checkbox
  97. >
  98. <el-checkbox label="3"
  99. >企业真实生产经营项目或外包服务项目。</el-checkbox
  100. >
  101. <el-checkbox label="4">社会征集项目、产业命题项目。</el-checkbox>
  102. <el-checkbox label="5"
  103. >近两年内参与校级以上创新创业大赛并获奖的项目。</el-checkbox
  104. >
  105. <el-checkbox label="6"
  106. >美丽校园改造计划中的校园智能产品及文创产品的研发项目。</el-checkbox
  107. >
  108. <el-checkbox label="7"
  109. >企申报人为港澳籍、学校扶贫班及在校贫困生申报的项目</el-checkbox
  110. >
  111. <!-- <el-checkbox label="1">大赛选拔项目</el-checkbox>
  112. <el-checkbox label="2">落地注册项目</el-checkbox>
  113. <el-checkbox label="3">社会征集项目</el-checkbox>
  114. <el-checkbox label="4">产业命题项目</el-checkbox> -->
  115. </el-checkbox-group>
  116. </td>
  117. </tr>
  118. <!-- <tr id="applyParsonRadio">
  119. <td colspan="2" ref="applyParsonRadio" class="bold">
  120. <span style="color: red">*</span>项 目 申 请 人
  121. </td>
  122. <td colspan="5">
  123. <el-checkbox-group v-model="wordData.applyParsonRadio">
  124. <el-checkbox label="1">在校学生</el-checkbox>
  125. <el-checkbox label="2">入驻学校孵化基地的初创企业法人</el-checkbox>
  126. </el-checkbox-group>
  127. </td>
  128. </tr> -->
  129. <tr id="applyParsonName">
  130. <td colspan="2" ref="applyParsonName" class="bold">
  131. <span style="color: red">*</span>申 请 人 姓 名
  132. </td>
  133. <td colspan="1">
  134. <el-input
  135. type="textarea"
  136. autosize
  137. style="width: 100%"
  138. resize="none"
  139. placeholder="请输入姓名"
  140. v-model="wordData.applyParsonName"
  141. >
  142. </el-input>
  143. </td>
  144. <td ref="college" class="bold">
  145. <span style="color: red">*</span>所在学院/班级
  146. </td>
  147. <td>
  148. <el-select
  149. v-model="wordData.college"
  150. style="width: 100%"
  151. placeholder="请选择所在学院"
  152. >
  153. <el-option
  154. v-for="item in DepartmentData"
  155. :key="item.id"
  156. :label="item.name"
  157. :value="item.id"
  158. >
  159. </el-option>
  160. </el-select>
  161. </td>
  162. <td ref="tel" class="bold">
  163. <span style="color: red">*</span>联系电话
  164. </td>
  165. <td>
  166. <el-input
  167. type="number"
  168. v-model="wordData.tel"
  169. @blur="getText(wordData.tel)"
  170. placeholder="请输入联系方式"
  171. ></el-input>
  172. </td>
  173. </tr>
  174. <tr id="beginTime">
  175. <td colspan="2" ref="beginTime" class="bold">
  176. <span style="color: red">*</span>项 目 起 始 时 间
  177. </td>
  178. <td colspan="2">
  179. <el-date-picker
  180. v-model="wordData.beginTime"
  181. type="date"
  182. placeholder="请选择项目计划完成时间"
  183. prefix-icon="none"
  184. value-format="yyyy-MM-dd HH:mm:ss"
  185. >
  186. <!-- value-format="yyyy-MM-dd HH:mm:ss"> -->
  187. </el-date-picker>
  188. </td>
  189. <td ref="endTime" class="bold">
  190. <span style="color: red">*</span>计划完成时间
  191. </td>
  192. <td colspan="2">
  193. <el-date-picker
  194. v-model="wordData.endTime"
  195. @change="checkTime"
  196. type="date"
  197. placeholder="请选择项目计划完成时间"
  198. prefix-icon="none"
  199. value-format="yyyy-MM-dd HH:mm:ss"
  200. >
  201. <!-- value-format="yyyy-MM-dd HH:mm:ss"> -->
  202. </el-date-picker>
  203. </td>
  204. </tr>
  205. <tr>
  206. <td colspan="2" class="bold">项 目 组 人 数</td>
  207. <td>
  208. {{
  209. wordData.studentS.filter((i) => i.name != "").length +
  210. wordData.teacherS.filter((i) => i.name != "").length
  211. }}
  212. </td>
  213. <td class="bold">参与学生人数</td>
  214. <td>
  215. {{ wordData.studentS.filter((i) => i.name != "").length }}
  216. </td>
  217. <td class="bold">参与教师人数</td>
  218. <td>
  219. {{ wordData.teacherS.filter((i) => i.name != "").length }}
  220. </td>
  221. </tr>
  222. <tr id="studentS">
  223. <td
  224. :rowspan="wordData.studentS.length + 1"
  225. ref="studentS"
  226. style="padding: 20px 30px"
  227. >
  228. <!-- <span class="bold">项目</span><br /><span class="bold"
  229. >学生成员</span
  230. ><br /> -->
  231. <span class="bold">项目学生成员</span><br />
  232. (至少2个学院以上学生构成,其中:
  233. 1.创新项目、创业训练项目人数为5+3组成,其中不超过5名学生为项目主要成员,由初起二、三、四年级(高起一、二年级)学生组成,3名学生作为后备成员由一、二年级学生组成。
  234. 2.创业实践项目人数为6+3组成,其中不超过6名学生为初起三、四、五年级(高起二、三年级)学生,3名学生作为后备成员由一、二年级学生组成。
  235. <!-- (至少2个学院以上学生构成,团队5人以上) -->
  236. </td>
  237. <td><span style="color: red">*</span>姓名</td>
  238. <td colspan="2">所在学院/部门/专业</td>
  239. <td colspan="3">项目组角色分工</td>
  240. </tr>
  241. <tr
  242. style="position: relative"
  243. v-for="(item, index) in wordData.studentS"
  244. :key="index + 'a'"
  245. >
  246. <td>
  247. <el-input
  248. type="textarea"
  249. autosize
  250. style="width: 100%"
  251. resize="none"
  252. placeholder="请输入姓名"
  253. v-model="item.name"
  254. >
  255. </el-input>
  256. </td>
  257. <td colspan="2">
  258. <el-input
  259. type="textarea"
  260. autosize
  261. style="width: 100%"
  262. resize="none"
  263. placeholder="请输入所在学院/部门/专业"
  264. v-model="item.collage"
  265. >
  266. </el-input>
  267. </td>
  268. <td colspan="3">
  269. <el-input
  270. type="textarea"
  271. autosize
  272. style="width: 100%"
  273. resize="none"
  274. placeholder="请输入项目组角色分工"
  275. v-model="item.work"
  276. >
  277. </el-input>
  278. </td>
  279. <div class="operate">
  280. <el-button
  281. @click="addStudent"
  282. v-if="wordData.studentS.length == index + 1"
  283. type="primary"
  284. size="mini"
  285. >添加</el-button
  286. >
  287. <el-button
  288. v-if="wordData.studentS.length > 1"
  289. @click="DelStudent(index)"
  290. type="primary"
  291. size="mini"
  292. >删除</el-button
  293. >
  294. </div>
  295. </tr>
  296. <tr id="teacherS">
  297. <td
  298. :rowspan="wordData.teacherS.length + 1"
  299. ref="teacherS"
  300. style="padding: 20px 30px"
  301. >
  302. <!-- <span class="bold">项目组</span><br /><span class="bold">指导教师</span><br/> -->
  303. <span class="bold">项目组指导教师</span><br />
  304. (2个学院以上, 2-4名指导教师,指导教师须有中级以上职称或研究生以上学历,创业实践项目除配备2名以上校内指导教师外,还须配备1名企业指导教师。)
  305. <!-- (2个学院以上,团队2-3人) -->
  306. </td>
  307. <td><span style="color: red">*</span>姓名</td>
  308. <td colspan="2">所在学院/部门/专业</td>
  309. <td colspan="3">项目组角色分工</td>
  310. </tr>
  311. <tr
  312. style="position: relative !important"
  313. v-for="(item, index) in wordData.teacherS"
  314. :key="index + 'b'"
  315. >
  316. <td>
  317. <el-input
  318. type="textarea"
  319. autosize
  320. style="width: 100%"
  321. resize="none"
  322. placeholder="请输入姓名"
  323. v-model="item.name"
  324. >
  325. </el-input>
  326. </td>
  327. <td colspan="2">
  328. <el-input
  329. type="textarea"
  330. autosize
  331. style="width: 100%"
  332. resize="none"
  333. placeholder="请输入所在学院/部门/专业"
  334. v-model="item.collage"
  335. >
  336. </el-input>
  337. </td>
  338. <td colspan="3">
  339. <el-input
  340. type="textarea"
  341. autosize
  342. style="width: 100%"
  343. resize="none"
  344. placeholder="请输入项目组角色分工"
  345. v-model="item.work"
  346. >
  347. </el-input>
  348. </td>
  349. <div class="operate">
  350. <el-button
  351. @click="addTeacher"
  352. v-if="wordData.teacherS.length == index + 1"
  353. type="primary"
  354. size="mini"
  355. >添加</el-button
  356. >
  357. <el-button
  358. v-if="wordData.teacherS.length > 1"
  359. @click="DelTeacher(index)"
  360. type="primary"
  361. size="mini"
  362. >删除</el-button
  363. >
  364. </div>
  365. <!-- <div style="position: absolute;">
  366. <div>+</div>
  367. <div>_</div>
  368. </div> -->
  369. </tr>
  370. <tr id="brief">
  371. <td rowspan="5" ref="brief" class="bold">研发内容</td>
  372. <td
  373. style="text-align: left; position: relative"
  374. colspan="6"
  375. class="textLeft"
  376. >
  377. <p>项目简介(200-300字)</p>
  378. <el-input
  379. type="textarea"
  380. :rows="6"
  381. resize="none"
  382. placeholder="请输入项目简介"
  383. style="width: 100%"
  384. show-word-limit
  385. v-model="wordData.brief"
  386. >
  387. </el-input>
  388. <!-- <div style="color: #ccc;position: absolute;right: 60px;bottom: 10px;">{{ wordData.brief.length }}/300</div> -->
  389. </td>
  390. </tr>
  391. <tr>
  392. <td style="text-align: left" colspan="6" class="textLeft">
  393. <p>项目研发背景</p>
  394. <editor-bar
  395. style="margin: 0; padding: 0"
  396. :class="download?'downloadClass':''"
  397. v-model="wordData.introduce.back"
  398. ></editor-bar>
  399. <!-- <el-input
  400. type="textarea"
  401. :autosize="{ minRows: 6, maxRows: 20 }"
  402. style="width: 100%"
  403. resize="none"
  404. v-model="wordData.introduce.back"
  405. >
  406. </el-input> -->
  407. </td>
  408. </tr>
  409. <tr>
  410. <td style="text-align: left" colspan="6" class="textLeft">
  411. <p>项目创新点</p>
  412. <editor-bar
  413. style="margin: 0; padding: 0"
  414. :class="download?'downloadClass':''"
  415. v-model="wordData.introduce.innovate"
  416. ></editor-bar>
  417. </td>
  418. </tr>
  419. <tr>
  420. <td style="text-align: left" colspan="6" class="textLeft">
  421. <p>技术研发路线</p>
  422. <editor-bar
  423. style="margin: 0; padding: 0"
  424. :class="download?'downloadClass':''"
  425. v-model="wordData.introduce.path"
  426. ></editor-bar>
  427. </td>
  428. </tr>
  429. <tr>
  430. <td style="text-align: left" colspan="6" class="textLeft">
  431. <p>项目应用场景</p>
  432. <editor-bar
  433. style="margin: 0; padding: 0"
  434. :class="download?'downloadClass':''"
  435. v-model="wordData.introduce.scene"
  436. ></editor-bar>
  437. </td>
  438. </tr>
  439. <tr>
  440. <td class="bold">商业模式及社会价值</td>
  441. <td style="text-align: left" colspan="6" class="textLeft">
  442. <p>项目商业模式/社会价值</p>
  443. <editor-bar
  444. style="margin: 0; padding: 0"
  445. :class="download?'downloadClass':''"
  446. v-model="wordData.introduce.worth"
  447. ></editor-bar>
  448. </td>
  449. </tr>
  450. <tr>
  451. <td class="bold">团队优势</td>
  452. <td style="text-align: left" colspan="6" class="textLeft">
  453. <p>团队构成及优势</p>
  454. <editor-bar
  455. style="margin: 0; padding: 0"
  456. :class="download?'downloadClass':''"
  457. v-model="wordData.introduce.team"
  458. ></editor-bar>
  459. </td>
  460. </tr>
  461. <tr>
  462. <td class="bold">研发成本</td>
  463. <td style="text-align: left" colspan="6" class="textLeft">
  464. <p>研发成本来源及构成</p>
  465. <editor-bar
  466. style="margin: 0; padding: 0"
  467. :class="download?'downloadClass':''"
  468. v-model="wordData.introduce.cost"
  469. ></editor-bar>
  470. </td>
  471. </tr>
  472. <tr>
  473. <td rowspan="3" class="bold">预期成果</td>
  474. <td style="text-align: left" colspan="6" class="textLeft">
  475. <p>
  476. 项目预期成果、数量及形式(产品原型/发明专利/双创竞赛/成果转化/社会效益)
  477. </p>
  478. <editor-bar
  479. style="margin: 0; padding: 0"
  480. :class="download?'downloadClass':''"
  481. v-model="wordData.introduce.expectResults"
  482. ></editor-bar>
  483. </td>
  484. </tr>
  485. <tr class="textLeft">
  486. <td style="text-align: left" colspan="6">
  487. <p>学生创客人才培养预期成果、数量(教师填写)</p>
  488. <editor-bar
  489. style="margin: 0; padding: 0"
  490. :class="download?'downloadClass':''"
  491. v-model="wordData.introduce.expectResultsTeacher"
  492. ></editor-bar>
  493. </td>
  494. </tr>
  495. <tr class="textLeft">
  496. <td style="text-align: left" colspan="6">
  497. <p>项目预期孵化、转化创业项目情况</p>
  498. <editor-bar
  499. style="margin: 0; padding: 0"
  500. :class="download?'downloadClass':''"
  501. v-model="wordData.introduce.expectConversion"
  502. ></editor-bar>
  503. </td>
  504. </tr>
  505. <tr>
  506. <td class="bold">实施计划</td>
  507. <td style="text-align: left" colspan="6" class="textLeft">
  508. <editor-bar
  509. style="margin: 0; padding: 0"
  510. :class="download?'downloadClass':''"
  511. v-model="wordData.introduce.plan"
  512. ></editor-bar>
  513. </td>
  514. </tr>
  515. <tr>
  516. <td class="bold">附件上传</td>
  517. <td
  518. colspan="6"
  519. class="textLeft"
  520. style="height: 200px; position: relative"
  521. >
  522. <!-- <el-button type="primary" style="position: absolute; right: 130px; top: 5px" v-if="![1,2].includes($store.state.userInfo.type) && wordData.courseId" @click="$emit('saveFile')">保存</el-button> -->
  523. <beUpload
  524. style="position: absolute; right: 10px; top: 5px"
  525. @getFile="getFile2"
  526. :navName="'上传文件'"
  527. :accept="accept"
  528. :progress="progress2"
  529. ></beUpload>
  530. <el-progress
  531. v-if="progress2.show"
  532. :percentage="progress2.value"
  533. :format="ProgressFormat"
  534. style="width: 80%"
  535. ></el-progress>
  536. <div
  537. v-if="wordData.attachment"
  538. :class="wordData.attachment.length > 0 ? 'bigBlock' : 'noFileBox'"
  539. >
  540. <div
  541. class="fileBlock"
  542. v-for="(item, index) in wordData.attachment"
  543. :key="index + 'l'"
  544. >
  545. <div class="fileBox">
  546. <div
  547. class="fileBoxLeft"
  548. @click="$emit('fileOption2', item, index, '0')"
  549. >
  550. <!-- @click="checkFile(item.url)" -->
  551. <div class="chapter_upload_l_i3"></div>
  552. <div class="titName">{{ item.fileName }}</div>
  553. </div>
  554. <div
  555. class="fileBoxRight"
  556. >
  557. <div class="chapter_upload_ud" style="z-index: 99">
  558. <div
  559. class="chapter_upload_up"
  560. @click="$emit('fileOption2', item, index, '1')"
  561. ></div>
  562. <div
  563. class="chapter_upload_down"
  564. @click="$emit('fileOption2', item, index, '2')"
  565. ></div>
  566. </div>
  567. <div
  568. class="chapter_upload_ic_edit"
  569. @click="$emit('fileOption2', item, index, '3')"
  570. ></div>
  571. <div
  572. class="chapter_upload_ic_r"
  573. @click="$emit('fileOption2', item, index, '4')"
  574. ></div>
  575. </div>
  576. </div>
  577. </div>
  578. </div>
  579. <!-- <div
  580. style="
  581. text-align: right;
  582. font-size: 18px;
  583. width: 80%;
  584. margin-bottom: 20px;
  585. "
  586. >
  587. 负责人签章:
  588. </div>
  589. <div style="text-align: right; font-size: 18px; width: 90%">
  590. 年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日
  591. </div> -->
  592. </td>
  593. </tr>
  594. <tr id="fund">
  595. <td rowspan="12" ref="fund" class="bold">
  596. <span style="color: red">*</span>预算经费
  597. </td>
  598. <td>总经费</td>
  599. <td colspan="5">{{ reversedMessage == 0 ? "" : reversedMessage }}元</td>
  600. </tr>
  601. <tr>
  602. <td>支出类别</td>
  603. <td colspan="2">支出项目</td>
  604. <td>金额(元)</td>
  605. <td colspan="4">备 注</td>
  606. </tr>
  607. <tr>
  608. <td rowspan="5" style="border-right: none">直接费用</td>
  609. </tr>
  610. <tr>
  611. <td colspan="2">
  612. <el-tooltip class="item" effect="dark" content="仅用于购买单价低于1000的小型仪器设备" placement="top">
  613. <span>小型仪器设备费</span>
  614. </el-tooltip>
  615. </td>
  616. <td>
  617. <el-tooltip class="item" effect="dark" content="仅用于购买单价低于1000的小型仪器设备" placement="top">
  618. <el-input
  619. type="number"
  620. autosize
  621. style="width: 100%"
  622. resize="none"
  623. placeholder="小型仪器设备费"
  624. v-model="wordData.fund.device"
  625. >
  626. </el-input>
  627. </el-tooltip>
  628. </td>
  629. <td colspan="2">
  630. 项目开展所需的小型专用仪器设备、工具、配件购置或租赁费用。
  631. </td>
  632. </tr>
  633. <tr>
  634. <td colspan="2">材料费</td>
  635. <td>
  636. <el-input
  637. type="number"
  638. autosize
  639. style="width: 100%"
  640. resize="none"
  641. placeholder="材料费"
  642. v-model="wordData.fund.Material"
  643. >
  644. </el-input>
  645. </td>
  646. <td colspan="2">
  647. 项目开展需消耗的各种原材料、辅助材料等低值易耗品的采购费用。
  648. </td>
  649. </tr>
  650. <tr>
  651. <td colspan="2">测试化验加工费</td>
  652. <td>
  653. <el-input
  654. type="number"
  655. autosize
  656. style="width: 100%"
  657. resize="none"
  658. placeholder="测试化验加工费"
  659. v-model="wordData.fund.processing"
  660. >
  661. </el-input>
  662. </td>
  663. <td colspan="2">
  664. 项目开展过程中支付给外单位的检验、测试、化验、计算、分析及加工费等费用。
  665. </td>
  666. </tr>
  667. <tr>
  668. <td colspan="2">
  669. <el-tooltip class="item" effect="dark" content="项目协作费,不可超过总经费的40%" placement="top">
  670. <span>项目协作费</span>
  671. </el-tooltip></td>
  672. <td>
  673. <el-tooltip class="item" effect="dark" content="项目协作费,不可超过总经费的40%" placement="top">
  674. <el-input
  675. type="number"
  676. autosize
  677. style="width: 100%"
  678. resize="none"
  679. placeholder="项目协作费"
  680. v-model="wordData.fund.Collaboration"
  681. >
  682. </el-input>
  683. </el-tooltip>
  684. </td>
  685. <td colspan="2">按合同规定支付给协作单位的费用</td>
  686. </tr>
  687. <tr>
  688. <td rowspan="5" style="border-right: none">间接费用</td>
  689. </tr>
  690. <tr>
  691. <td colspan="2">项目成果鉴定费</td>
  692. <td>
  693. <el-input
  694. type="number"
  695. autosize
  696. style="width: 100%"
  697. resize="none"
  698. placeholder="项目成果鉴定费"
  699. v-model="wordData.fund.APPRAISAL"
  700. >
  701. </el-input>
  702. </td>
  703. <td colspan="2">学术会务费、评审费、鉴定费、成果集制作费等费用。</td>
  704. </tr>
  705. <tr>
  706. <td colspan="2">参展参赛费</td>
  707. <td>
  708. <el-input
  709. type="number"
  710. autosize
  711. style="width: 100%"
  712. resize="none"
  713. placeholder="参展参赛费"
  714. v-model="wordData.fund.entery"
  715. >
  716. </el-input>
  717. </td>
  718. <td colspan="2">
  719. 参加创客展会、竞赛等所需的报名费、展位费、布展费、宣传推广费及差旅费等费用。
  720. </td>
  721. </tr>
  722. <tr>
  723. <td colspan="2">创客交流活动费</td>
  724. <td>
  725. <el-input
  726. type="number"
  727. autosize
  728. style="width: 100%"
  729. resize="none"
  730. placeholder="创客交流活动费"
  731. v-model="wordData.fund.activities"
  732. >
  733. </el-input>
  734. </td>
  735. <td colspan="2">
  736. 创客交流活动中支付给校外专家的指导费、咨询费、授课费等费用。
  737. </td>
  738. </tr>
  739. <tr>
  740. <td colspan="2">
  741. <el-tooltip class="item" effect="dark" content="统一双创学院支出,此费用修改为0,原来在这个部分的费用可分摊到其他项目" placement="top">
  742. <span>知识产权事务费</span>
  743. </el-tooltip></td>
  744. <td>
  745. <el-tooltip class="item" effect="dark" content="统一双创学院支出,此费用修改为0,原来在这个部分的费用可分摊到其他项目" placement="top">
  746. <el-input
  747. type="number"
  748. autosize
  749. style="width: 100%"
  750. resize="none"
  751. placeholder="知识产权事务费"
  752. v-model="wordData.fund.Transaction"
  753. >
  754. </el-input>
  755. </el-tooltip>
  756. </td>
  757. <td colspan="2">论文版面费、专利及其他知识产权事务等费用。</td>
  758. </tr>
  759. <tr>
  760. <td class="bold">所在学院/部门初审意见</td>
  761. <td colspan="6" class="textLeft" style="height: 200px">
  762. <div
  763. class="reviewComments"
  764. v-if="signData && signData.filter((i) => i.type == 4).length > 0"
  765. >
  766. {{ signData.filter((i) => i.type == 4)[0].text }}
  767. </div>
  768. <div
  769. style="
  770. text-align: right;
  771. font-size: 18px;
  772. width: 80%;
  773. margin-bottom: 20px;
  774. "
  775. >
  776. 负责人签章:{{
  777. signData && signData.filter((i) => i.type == 4).length
  778. ? signData.filter((i) => i.type == 4)[0].username
  779. : ""
  780. }}
  781. </div>
  782. <div style="text-align: right; font-size: 18px; width: 90%">
  783. <div v-if="signData && signData.filter((i) => i.type == 4).length">
  784. {{ signData.filter((i) => i.type == 4)[0].time }}
  785. </div>
  786. <div v-else>年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日</div>
  787. </div>
  788. </td>
  789. </tr>
  790. <tr>
  791. <td class="bold">创新创业学院审核意见</td>
  792. <td colspan="6" class="textLeft" style="height: 200px">
  793. <div
  794. class="reviewComments"
  795. v-if="signData && signData.filter((i) => i.type == 0).length > 0"
  796. >
  797. {{ signData.filter((i) => i.type == 0)[0].text }}
  798. </div>
  799. <div
  800. style="
  801. text-align: right;
  802. font-size: 18px;
  803. width: 80%;
  804. margin-bottom: 20px;
  805. "
  806. >
  807. 负责人签章:{{
  808. signData && signData.filter((i) => i.type == 0).length
  809. ? signData.filter((i) => i.type == 0)[0].username
  810. : ""
  811. }}
  812. </div>
  813. <div style="text-align: right; font-size: 18px; width: 90%">
  814. <div v-if="signData && signData.filter((i) => i.type == 0).length">
  815. {{ signData.filter((i) => i.type == 0)[0].time }}
  816. </div>
  817. <div v-else>年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日</div>
  818. </div>
  819. </td>
  820. </tr>
  821. <tr>
  822. <td class="bold">专家意见</td>
  823. <td
  824. colspan="6"
  825. class="textLeft"
  826. style="height: 200px; position: relative"
  827. >
  828. <!-- <el-button type="primary" style="position: absolute; right: 130px; top: 5px" v-if="![1,2].includes($store.state.userInfo.type) && wordData.courseId" @click="$emit('saveFile')">保存</el-button> -->
  829. <beUpload
  830. v-if="
  831. ![1, 2].includes($store.state.userInfo.type) && wordData.courseId
  832. "
  833. style="position: absolute; right: 10px; top: 5px"
  834. @getFile="getFile"
  835. :navName="'上传文件'"
  836. :accept="accept"
  837. :progress="progress"
  838. ></beUpload>
  839. <el-progress
  840. v-if="progress.show"
  841. :percentage="progress.value"
  842. :format="ProgressFormat"
  843. style="width: 80%"
  844. ></el-progress>
  845. <div
  846. v-if="wordData.opinion"
  847. :class="wordData.opinion.length > 0 ? 'bigBlock' : 'noFileBox'"
  848. >
  849. <div
  850. class="fileBlock"
  851. v-for="(item, index) in wordData.opinion"
  852. :key="index + 'l'"
  853. >
  854. <div class="fileBox">
  855. <div
  856. class="fileBoxLeft"
  857. @click="$emit('fileOption', item, index, '0')"
  858. >
  859. <!-- @click="checkFile(item.url)" -->
  860. <div class="chapter_upload_l_i3"></div>
  861. <div class="titName">{{ item.fileName }}</div>
  862. </div>
  863. <div
  864. class="fileBoxRight"
  865. v-if="![1, 2].includes($store.state.userInfo.type)"
  866. >
  867. <div class="chapter_upload_ud" style="z-index: 99">
  868. <div
  869. class="chapter_upload_up"
  870. @click="$emit('fileOption', item, index, '1')"
  871. ></div>
  872. <div
  873. class="chapter_upload_down"
  874. @click="$emit('fileOption', item, index, '2')"
  875. ></div>
  876. </div>
  877. <div
  878. class="chapter_upload_ic_edit"
  879. @click="$emit('fileOption', item, index, '3')"
  880. ></div>
  881. <div
  882. class="chapter_upload_ic_r"
  883. @click="$emit('fileOption', item, index, '4')"
  884. ></div>
  885. </div>
  886. </div>
  887. </div>
  888. </div>
  889. <!-- <div
  890. style="
  891. text-align: right;
  892. font-size: 18px;
  893. width: 80%;
  894. margin-bottom: 20px;
  895. "
  896. >
  897. 负责人签章:
  898. </div>
  899. <div style="text-align: right; font-size: 18px; width: 90%">
  900. 年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日
  901. </div> -->
  902. </td>
  903. </tr>
  904. <tr>
  905. <td class="bold">学校终审意见</td>
  906. <td colspan="6" class="textLeft" style="height: 200px">
  907. <div
  908. class="reviewComments"
  909. v-if="signData && signData.filter((i) => i.type == 3).length > 0"
  910. >
  911. {{ signData.filter((i) => i.type == 3)[0].text }}
  912. </div>
  913. <div style="position: absolute; bottom: 20px; right: 100px">
  914. <div style="transform: translate(-100px)">
  915. 负责人签章:{{
  916. signData && signData.filter((i) => i.type == 3).length
  917. ? signData.filter((i) => i.type == 3)[0].username
  918. : ""
  919. }}
  920. </div>
  921. <div v-if="signData && signData.filter((i) => i.type == 3).length">
  922. {{ signData.filter((i) => i.type == 3)[0].time }}
  923. </div>
  924. <div v-else>年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日</div>
  925. </div>
  926. </td>
  927. </tr>
  928. <!-- <tr>
  929. <td class="bold">财务部门意见</td>
  930. <td colspan="6" class="textLeft" style="height: 200px">
  931. <div
  932. style="
  933. text-align: right;
  934. font-size: 18px;
  935. width: 80%;
  936. margin-bottom: 20px;
  937. "
  938. >
  939. 负责人签章:
  940. </div>
  941. <div style="text-align: right; font-size: 18px; width: 90%">
  942. 年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日
  943. </div>
  944. </td>
  945. </tr> -->
  946. <!-- <tr>
  947. <td class="bold">创新创业学院审核意见</td>
  948. <td colspan="6" class="textLeft" style="height: 200px">
  949. <div
  950. style="
  951. text-align: right;
  952. font-size: 18px;
  953. width: 80%;
  954. margin-bottom: 20px;
  955. "
  956. >
  957. 负责人签章:
  958. </div>
  959. <div style="text-align: right; font-size: 18px; width: 90%">
  960. 年&nbsp;&nbsp;&nbsp; 月 &nbsp;&nbsp;&nbsp;日
  961. </div>
  962. </td>
  963. </tr> -->
  964. <!-- <tr style="border: none;"> -->
  965. <!-- <td colspan="7" style="border: none;"> -->
  966. <div class="notes">
  967. <span>备注:</span>
  968. <span>1.表格可顺延或另附页。</span>
  969. <span>2.优先支持项目需提供与研发项目相关的实证材料并查看原件。</span>
  970. </div>
  971. <!-- </td> -->
  972. <!-- </tr> -->
  973. </table>
  974. </div>
  975. </template>
  976. <script>
  977. import EditorBar from "@/components/tool/wangEnduit";
  978. import beUpload from "@/components/tool/beUpload";
  979. export default {
  980. components: { EditorBar, beUpload },
  981. props: ["wordData", "reversedMessage", "signData",'download'],
  982. emit: ["getFile","getFile2","fileOption","fileOption2", "saveFile"],
  983. data() {
  984. return {
  985. accept: "*",
  986. progress: {
  987. value: 0,
  988. show: false,
  989. },
  990. progress2:{
  991. value: 0,
  992. show: false,
  993. },
  994. DepartmentData: [], //部门学院
  995. };
  996. },
  997. methods: {
  998. getFile(file) {
  999. this.$emit("getFile", file);
  1000. this.progress.show = false;
  1001. },
  1002. getFile2(file) {
  1003. this.$emit("getFile2", file);
  1004. this.progress2.show = false;
  1005. },
  1006. ProgressFormat(value) {
  1007. //进度条
  1008. return value == 100 ? "100%" : `${value}%`;
  1009. },
  1010. checkTime() {
  1011. var a = new Date(this.wordData.beginTime);
  1012. var b = new Date(this.wordData.endTime);
  1013. if (b < a) {
  1014. this.$message.error("计划完成时间不得在项目起始时间之前!");
  1015. this.wordData.endTime = "";
  1016. return;
  1017. }
  1018. },
  1019. getText(value) {
  1020. //电话验证
  1021. let verify =
  1022. /^(?:(?:\+|00)86)?1(?:(?:3[\d])|(?:4[5-79])|(?:5[0-35-9])|(?:6[5-7])|(?:7[0-8])|(?:8[\d])|(?:9[189]))\d{8}$/; //获取正则表达式 存放到verify变量中
  1023. let result = verify.test(value.trim()); //判断输入框内容是否符合 正则表达式
  1024. if (!result) return this.$message.error("请输入正确联系号码格式");
  1025. },
  1026. addTeacher() {
  1027. //添加老师
  1028. // if (this.wordData.teacherS.length >= 3)
  1029. // return this.$message.error("指导老师最多三人");
  1030. this.wordData.teacherS.push({ name: "", collage: "", work: "" });
  1031. },
  1032. DelTeacher(index) {
  1033. //删除老师
  1034. this.wordData.teacherS.splice(index, 1);
  1035. },
  1036. addStudent() {
  1037. //添加学生
  1038. this.wordData.studentS.push({ name: "", collage: "", work: "" });
  1039. },
  1040. DelStudent(index) {
  1041. //删除学生
  1042. this.wordData.studentS.splice(index, 1);
  1043. },
  1044. getProjectDepartmentData() {
  1045. //获取项目立项申请基础信息页面所在部门数据
  1046. this.ajax
  1047. .post(this.$store.state.api + "/SelectAllDepartment", {
  1048. uid: this.$store.state.userInfo.userid,
  1049. })
  1050. .then(
  1051. (res) => {
  1052. this.DepartmentData = res.data[0];
  1053. },
  1054. (err) => {
  1055. console.log(err);
  1056. }
  1057. );
  1058. },
  1059. },
  1060. computed: {
  1061. //经费总合
  1062. },
  1063. mounted() {
  1064. this.getProjectDepartmentData();
  1065. },
  1066. };
  1067. </script>
  1068. <style lang="less" scoped>
  1069. #studentProjectWord {
  1070. width: 1400px;
  1071. display: flex;
  1072. flex-direction: column;
  1073. align-items: center;
  1074. background-color: #ffff;
  1075. margin: 0 auto;
  1076. font-size: 18px !important;
  1077. padding: 40px 100px;
  1078. box-sizing: border-box;
  1079. // font-family: 'FangSong';
  1080. /deep/ .el-checkbox__label {
  1081. font-size: 16px !important;
  1082. }
  1083. .table {
  1084. border: none;
  1085. border-bottom: solid 1px black;
  1086. font-size: 18px;
  1087. position: relative;
  1088. width: 1400px;
  1089. .textLeft {
  1090. text-align: left;
  1091. height: 200px;
  1092. .reviewComments {
  1093. margin: 30px 30px 80px 30px;
  1094. }
  1095. :deep(.el-textarea__inner) {
  1096. border: none;
  1097. border-radius: 0px;
  1098. text-align: left !important;
  1099. font-size: 16px;
  1100. }
  1101. }
  1102. .bold {
  1103. font-weight: 600;
  1104. }
  1105. #title {
  1106. // width: 100%;
  1107. line-height: 40px;
  1108. height: 150px;
  1109. display: flex;
  1110. flex-direction: column;
  1111. align-items: center;
  1112. position: relative;
  1113. // margin-top: 40px;
  1114. .school {
  1115. font-size: 2.5em;
  1116. font-weight: bold;
  1117. letter-spacing: 20px;
  1118. margin-bottom: 10px;
  1119. }
  1120. .wordTitle {
  1121. font-size: 2em;
  1122. letter-spacing: 0.15em;
  1123. // margin-bottom: 40px;
  1124. }
  1125. .date {
  1126. font-size: 1em;
  1127. position: absolute;
  1128. bottom: 0;
  1129. right: 100px;
  1130. font-weight: bold;
  1131. }
  1132. }
  1133. tr td {
  1134. border: none;
  1135. border-top: solid 1px black;
  1136. border-left: solid 1px black;
  1137. height: 50px;
  1138. text-align: center;
  1139. line-height: 30px;
  1140. width: 14.3%;
  1141. &:last-of-type {
  1142. border-right: solid 1px black;
  1143. }
  1144. p {
  1145. font-weight: 600;
  1146. }
  1147. :deep(.el-select .el-input .el-select__caret) {
  1148. display: none;
  1149. font-family: Arial, "Microsoft Yahe", "微软雅黑";
  1150. // font-family: 'FangSong';
  1151. }
  1152. :deep(.el-textarea__inner) {
  1153. // padding: 0;
  1154. border: none;
  1155. border-radius: 0px;
  1156. text-align: center;
  1157. font-size: 16px;
  1158. font-family: Arial, "Microsoft Yahe", "微软雅黑";
  1159. // font-family: 'FangSong';
  1160. }
  1161. :deep(.el-input__inner) {
  1162. border: none;
  1163. border-radius: 0px;
  1164. text-align: center;
  1165. font-size: 16px;
  1166. font-family: Arial, "Microsoft Yahe", "微软雅黑";
  1167. // font-family: 'FangSong';
  1168. }
  1169. :deep(input)::-webkit-outer-spin-button,
  1170. :deep(input)::-webkit-inner-spin-button {
  1171. -webkit-appearance: none;
  1172. }
  1173. :deep(input)[type="number"] {
  1174. -moz-appearance: textfield;
  1175. }
  1176. }
  1177. .notes {
  1178. width: 100%;
  1179. display: flex;
  1180. flex-direction: column;
  1181. position: absolute;
  1182. left: 0;
  1183. bottom: -100px;
  1184. // justify-content: flex-start;
  1185. text-align: left;
  1186. // margin-bottom: 30px;
  1187. }
  1188. }
  1189. }
  1190. .operate {
  1191. right: -85px;
  1192. width: 85px;
  1193. height: 50px;
  1194. display: flex;
  1195. justify-content: space-between;
  1196. align-items: center;
  1197. position: absolute;
  1198. .el-button {
  1199. max-width: 10px;
  1200. display: flex;
  1201. justify-content: center;
  1202. align-items: center;
  1203. margin-left: 10px;
  1204. }
  1205. }
  1206. .noFileBox {
  1207. width: 98%;
  1208. min-height: 200px;
  1209. display: flex;
  1210. flex-direction: column;
  1211. flex-wrap: nowrap;
  1212. align-items: flex-start;
  1213. }
  1214. .bigBlock {
  1215. width: 98%;
  1216. min-height: 200px;
  1217. display: flex;
  1218. flex-direction: column;
  1219. flex-wrap: nowrap;
  1220. align-items: flex-start;
  1221. border: 1px solid #cad1dc;
  1222. border-radius: 4px;
  1223. padding: 10px;
  1224. margin: 50px 0 0 0;
  1225. .fileBlock {
  1226. width: 98%;
  1227. margin-right: 20px;
  1228. position: relative;
  1229. border-radius: 5%;
  1230. padding: 5px 0 5px 0;
  1231. border-bottom: 1px solid #cad1dc;
  1232. .fileBox {
  1233. display: flex;
  1234. flex-direction: row;
  1235. flex-wrap: nowrap;
  1236. justify-content: space-between;
  1237. align-items: center;
  1238. .fileBoxLeft {
  1239. cursor: pointer;
  1240. display: flex;
  1241. flex-direction: row;
  1242. flex-wrap: nowrap;
  1243. align-items: center;
  1244. .chapter_upload_l_i3 {
  1245. width: 15px;
  1246. height: 15px;
  1247. background-repeat: no-repeat;
  1248. background-size: 100% 100%;
  1249. background-image: url("../../../assets/img/u_video.png");
  1250. }
  1251. .titName {
  1252. width: calc(100% - 15px);
  1253. white-space: nowrap;
  1254. overflow: hidden;
  1255. text-overflow: ellipsis;
  1256. word-break: break-word;
  1257. text-align: left;
  1258. margin-left: 10px;
  1259. max-width: 800px;
  1260. }
  1261. }
  1262. .fileBoxRight {
  1263. cursor: pointer;
  1264. display: flex;
  1265. flex-direction: row;
  1266. flex-wrap: nowrap;
  1267. align-items: center;
  1268. .chapter_upload_ud {
  1269. display: flex;
  1270. flex-direction: row;
  1271. justify-content: center;
  1272. margin: 0 10px 0 0;
  1273. .chapter_upload_up {
  1274. margin-right: 10px !important;
  1275. }
  1276. .chapter_upload_down,
  1277. .chapter_upload_up {
  1278. width: 20px;
  1279. height: 20px;
  1280. background: #e4eaf2;
  1281. cursor: pointer;
  1282. margin: 0 auto;
  1283. border-radius: 5px;
  1284. display: flex;
  1285. justify-content: center;
  1286. align-items: center;
  1287. }
  1288. }
  1289. .chapter_upload_up::after,
  1290. .chapter_upload_down::after {
  1291. content: "";
  1292. background-image: url("../../../assets/img/downBtn.png");
  1293. width: 13px;
  1294. height: 13px;
  1295. background-size: 100% 100%;
  1296. display: block;
  1297. }
  1298. .chapter_upload_up::after {
  1299. background-image: url("../../../assets/img/upBtn.png") !important;
  1300. }
  1301. .chapter_upload_ic_edit {
  1302. width: 18px;
  1303. height: 18px;
  1304. background-repeat: no-repeat;
  1305. background-size: 100% 100%;
  1306. margin-right: 10px;
  1307. background-image: url("../../../assets/img/edit_u.png");
  1308. }
  1309. .chapter_upload_ic_r {
  1310. width: 18px;
  1311. height: 18px;
  1312. background-repeat: no-repeat;
  1313. background-size: 100% 100%;
  1314. background-image: url("../../../assets/img/delete_u.png");
  1315. }
  1316. }
  1317. }
  1318. }
  1319. .masking-out {
  1320. width: 100px;
  1321. height: 135px;
  1322. position: absolute;
  1323. top: 0;
  1324. left: 0;
  1325. display: none;
  1326. border-radius: 5%;
  1327. background: #00000053;
  1328. .delete {
  1329. cursor: pointer;
  1330. margin-left: 50%;
  1331. margin-top: 50%;
  1332. transform: translate(-50%, -50%);
  1333. }
  1334. .delete:hover {
  1335. color: #fff;
  1336. }
  1337. }
  1338. .fileBlock:hover .masking-out {
  1339. display: block;
  1340. }
  1341. }
  1342. .downloadClass{
  1343. font-size: 10.5pt !important;
  1344. font-family: 'FangSong' !important;
  1345. color: #333 !important;
  1346. }
  1347. </style>