MakerSpaceWord.vue 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108
  1. <template>
  2. <div id="MakerSpaceWord">
  3. <div id="title">
  4. <div class="school">深圳技师学院</div>
  5. <div class="wordTitle">二级学院特色创客空间建设项目立项申报书</div>
  6. <div class="date">申请日期: xxxx年 xx月 xx日</div>
  7. </div>
  8. <div id="table">
  9. <div class="han">
  10. <div class="label">项目名称</div><div class="value">
  11. <el-input
  12. type="textarea"
  13. autosize
  14. resize="none"
  15. placeholder="请输入项目名称"
  16. v-model="wordData['projectName']">
  17. </el-input>
  18. </div>
  19. <div class="label">所在学院</div><div class="value">
  20. <el-select v-model="wordData['college']" style="width: 100%;" placeholder="请选择所在学院">
  21. <el-option
  22. v-for="item in DepartmentData"
  23. :key="item.id"
  24. :label="item.name"
  25. :value="item.id">
  26. </el-option>
  27. </el-select>
  28. </div>
  29. </div>
  30. <div class="status">
  31. <div class="statusLabel">项目状态</div>
  32. <div class="ValueDescribe">
  33. <div class="statusHan">
  34. <div class="DescribeLabel">
  35. <el-radio v-model="wordData['state']" label="00a3aa2f-f51e-11ed-a3f6-509a4c5b67cf">已建设</el-radio>
  36. </div><div class="DescribeValue">指二级学院已获得政府或学校资助(例:设计学院、信通学院、珠宝学院),已有双创空间(创客实践室)场地、设备设施并已投入运营,需对空间环境优化、规章制度建设、小型设施设备添置、创客项目物料增补,需拓展创客项目培训、辅导,创客讲座、沙龙、论坛,创客路演、竞赛、集市及成果参评、参展等方面的工作而提出的资助申请。</div>
  37. </div>
  38. <div class="statusHan">
  39. <div class="DescribeLabel">
  40. <el-radio v-model="wordData['state']" label="04692ef6-f51e-11ed-a3f6-509a4c5b67cf">待建设</el-radio>
  41. </div><div class="DescribeValue">指二级学院拟立项开展学院特色创客空间建设项目,需进行项目前期调研论证、场馆规划、空间图纸设计、设备选型等方面的工作而进行的资助申请。</div>
  42. </div>
  43. </div>
  44. </div>
  45. <div class="han">
  46. <div class="label">项目起始时间</div><div class="value">
  47. <el-date-picker
  48. v-model="wordData['begin_at']"
  49. type="date"
  50. prefix-icon="none"
  51. placeholder="请选择项目开始时间"
  52. value-format="yyyy-MM-dd HH:mm:ss">
  53. </el-date-picker>
  54. </div>
  55. <div class="label">计划完成时间</div><div class="value">
  56. <el-date-picker
  57. v-model="wordData['plannedEnd_at']"
  58. type="date"
  59. placeholder="请选择项目计划完成时间"
  60. prefix-icon="none"
  61. value-format="yyyy-MM-dd HH:mm:ss">
  62. </el-date-picker>
  63. </div>
  64. </div>
  65. <div class="han">
  66. <div class="label">项目负责人</div><div class="value">
  67. <el-input
  68. type="textarea"
  69. autosize
  70. resize="none"
  71. placeholder="请输入项目负责人"
  72. v-model="wordData['pro_leader']">
  73. </el-input>
  74. </div>
  75. <div class="label">学院牵头领导</div><div class="value">
  76. <el-input
  77. type="textarea"
  78. autosize
  79. resize="none"
  80. placeholder="请输入学院牵头领导"
  81. v-model="wordData['lead_leader']">
  82. </el-input>
  83. </div>
  84. </div>
  85. <div class="han">
  86. <div class="label">项目组人数</div><div class="value">{{ wordData['teacher'].length+wordData['student'].length }}</div>
  87. <div class="label">参与教师人数</div><div class="value">{{wordData['teacher'].length}}</div>
  88. <div class="label">参与学生人数</div><div class="value">{{wordData['student'].length }}</div>
  89. </div>
  90. <div class="member">
  91. <div class="memberLabel">
  92. <span>项目组</span>
  93. <span>教师团队</span>
  94. <span>(团队3人以上,</span>
  95. <span>至少应包含1名教</span>
  96. <span>研室主任)</span>
  97. </div>
  98. <div class="memberTable" :style="wordData['teacher'].length<4?'border-bottom:solid 1px black':''">
  99. <div class="memberHan">
  100. <div class="memberValue">姓名</div>
  101. <div class="memberValue">专业</div>
  102. <div class="memberValue">职称</div>
  103. <div class="memberValue">学历</div>
  104. <div class="memberValue">所在教研室</div>
  105. <div class="memberValue">项目组角色分工</div>
  106. <div></div>
  107. </div>
  108. <div class="memberHan" v-for="(item,index) in wordData['teacher']" :key="index">
  109. <div class="memberValue">
  110. <el-input
  111. type="textarea"
  112. autosize
  113. resize="none"
  114. placeholder="姓名"
  115. v-model="item['name']">
  116. </el-input>
  117. </div>
  118. <div class="memberValue">
  119. <el-input
  120. type="textarea"
  121. autosize
  122. resize="none"
  123. placeholder="专业"
  124. v-model="item['speciality']">
  125. </el-input>
  126. </div>
  127. <div class="memberValue">
  128. <el-input
  129. type="textarea"
  130. autosize
  131. resize="none"
  132. placeholder="职称"
  133. v-model="item['title']">
  134. </el-input>
  135. </div>
  136. <div class="memberValue">
  137. <el-input
  138. type="textarea"
  139. autosize
  140. resize="none"
  141. placeholder="学历"
  142. v-model="item['education']">
  143. </el-input>
  144. </div>
  145. <div class="memberValue">
  146. <el-input
  147. type="textarea"
  148. autosize
  149. resize="none"
  150. placeholder="教研室"
  151. v-model="item['section']">
  152. </el-input>
  153. </div>
  154. <div class="memberValue">
  155. <el-input
  156. type="textarea"
  157. autosize
  158. resize="none"
  159. placeholder="项目组角色分工"
  160. v-model="item['work']">
  161. </el-input>
  162. </div>
  163. <div class="operate">
  164. <el-button v-if="wordData['teacher'].length!=1" @click="DelTeacher(index)" type="primary" size="mini">-</el-button>
  165. <el-button @click="addTeacher" v-if="wordData['teacher'].length==index+1" type="primary" size="mini">+</el-button>
  166. </div>
  167. </div>
  168. </div>
  169. </div>
  170. <div class="member">
  171. <div class="memberLabel">
  172. <span>项目组</span>
  173. <span>学生团队</span>
  174. <span>(团队5人以上,</span>
  175. <span>学生团队年级结构</span>
  176. <span>安排合理)</span>
  177. </div>
  178. <div class="memberTable" :style="wordData['student'].length<4?'border-bottom:solid 1px black':''">
  179. <div class="memberHan">
  180. <div class="memberValue">姓名</div>
  181. <div class="memberValue">班级</div>
  182. <div class="memberValue">年龄</div>
  183. <div class="memberValue">项目组角色分工</div>
  184. <div></div>
  185. </div>
  186. <div class="memberHan" v-for="(item,index) in wordData['student']" :key="index">
  187. <div class="memberValue">
  188. <el-input
  189. type="textarea"
  190. autosize
  191. resize="none"
  192. placeholder="姓名"
  193. v-model="item['name']">
  194. </el-input>
  195. </div>
  196. <div class="memberValue">
  197. <el-input
  198. type="textarea"
  199. autosize
  200. placeholder="班级"
  201. resize="none"
  202. v-model="item['class']">
  203. </el-input>
  204. </div>
  205. <div class="memberValue">
  206. <el-input
  207. type="textarea"
  208. autosize
  209. resize="none"
  210. placeholder="年龄"
  211. v-model="item['age']">
  212. </el-input>
  213. </div>
  214. <div class="memberValue">
  215. <el-input
  216. type="textarea"
  217. autosize
  218. resize="none"
  219. placeholder="项目组角色分工"
  220. v-model="item['work']">
  221. </el-input>
  222. </div>
  223. <div class="operate">
  224. <el-button @click="DelStudent(index)" v-if="wordData['student'].length!=1" type="primary" size="mini">-</el-button>
  225. <el-button @click="addStudent" v-if="wordData['student'].length==index+1" type="primary" size="mini">+</el-button>
  226. </div>
  227. </div>
  228. </div>
  229. </div>
  230. <div class="chapters">
  231. <div class="chaptersLabel">
  232. <span>项目</span><span>建设</span><span>内容</span><span>及</span><span>目标</span><span>(说明项目建设内</span><span>容、拟解决的关键</span><span>问题、创新之处、</span><span>主要建设指标)</span>
  233. </div>
  234. <div class="chaptersTable">
  235. <div class="chaptersValue">
  236. <span>项目简介(200-300字)</span><br/>
  237. <el-input
  238. type="textarea"
  239. class="noCenter"
  240. :autosize="{minRows: 6}"
  241. resize="none"
  242. show-word-limit
  243. maxlength="300"
  244. v-model="wordData['brief']">
  245. </el-input>
  246. </div>
  247. <div class="chaptersValue">
  248. <span>建设内容(空间优化/场馆规划方面拟解决的关键问题及主要建设指标)</span><br/>
  249. <el-input
  250. type="textarea"
  251. class="noCenter"
  252. :autosize="{minRows: 6}"
  253. resize="none"
  254. v-model="wordData['Construction']">
  255. </el-input>
  256. </div>
  257. </div>
  258. </div>
  259. <div class="chapters">
  260. <div class="chaptersLabel">
  261. <span>项目</span><span>建设</span><span>论证</span><span>报告</span>
  262. </div>
  263. <div class="chaptersTable">
  264. <div class="chaptersValue">
  265. <span>立项依据(说明本项目的目的、意义以及国内外高校现状、市场预测和发展趋势,预期达到的目标,研究的预期效果分析,成果受益面)</span><br/>
  266. <el-input
  267. type="textarea"
  268. class="noCenter"
  269. :autosize="{minRows: 6}"
  270. resize="none"
  271. v-model="wordData['ProjectBasis']">
  272. </el-input>
  273. </div>
  274. </div>
  275. </div>
  276. <div class="chapters">
  277. <div class="chaptersLabel">
  278. <span>预期</span><span>成果</span><span>(项目预期成果、</span><span>数量及形式,结题</span><span>时:须附项目研究</span><span>报告)</span>
  279. </div>
  280. <div class="chaptersTable">
  281. <div class="chaptersValue">
  282. <span>创客空间物理环境、制度建设及软件设施建设情况(环境优化/制度完善/设施改造)</span><br/>
  283. <el-input
  284. type="textarea"
  285. class="noCenter"
  286. :autosize="{minRows: 6}"
  287. resize="none"
  288. v-model="wordData['development']">
  289. </el-input>
  290. </div>
  291. <div class="chaptersValue">
  292. <span>学生创客工作室建设情况(工作室数量及活动开展情况)</span><br/>
  293. <el-input
  294. type="textarea"
  295. class="noCenter"
  296. :autosize="{minRows: 6}"
  297. resize="none"
  298. v-model="wordData['studio']">
  299. </el-input>
  300. </div>
  301. <div class="chaptersValue">
  302. <span>学生创客团队(人才)培养预期成果、数量</span><br/>
  303. <el-input
  304. type="textarea"
  305. class="noCenter"
  306. :autosize="{minRows: 6}"
  307. resize="none"
  308. v-model="wordData['studentTeam']">
  309. </el-input>
  310. </div>
  311. <div class="chaptersValue">
  312. <span>学生创客活动组织实施情况</span><br/>
  313. <el-input
  314. type="textarea"
  315. class="noCenter"
  316. :autosize="{minRows: 6}"
  317. resize="none"
  318. v-model="wordData['studentActivities']">
  319. </el-input>
  320. </div>
  321. <div class="chaptersValue">
  322. <span>学生创客团队孵化、转化创业项目情况</span><br/>
  323. <el-input
  324. type="textarea"
  325. class="noCenter"
  326. :autosize="{minRows: 6}"
  327. resize="none"
  328. v-model="wordData['Transforming']">
  329. </el-input>
  330. </div>
  331. </div>
  332. </div>
  333. <div class="chapters">
  334. <div class="chaptersLabel">
  335. <span>立项</span>
  336. <span>基础</span>
  337. <span>及</span>
  338. <span>条件</span>
  339. <span>(说明已开展的相</span>
  340. <span>关研究及基础准备</span>
  341. <span>工作,已具备的设</span>
  342. <span>备场地条件和技术</span>
  343. <span>力量,尚缺少的条</span>
  344. <span>件和拟解决的途</span>
  345. <span>径)</span>
  346. </div>
  347. <div class="chaptersTable">
  348. <div class="chaptersValue">
  349. <span>基础条件(物理环境/设备设施/项目实施/活动开展/技术力量/社会资源)</span><br/>
  350. <el-input
  351. type="textarea"
  352. class="noCenter"
  353. :autosize="{minRows: 6}"
  354. resize="none"
  355. v-model="wordData['condition']">
  356. </el-input>
  357. </div>
  358. </div>
  359. </div>
  360. <div class="fund">
  361. <div class="fundTitle">
  362. 预算<br/>经费
  363. </div>
  364. <div class="fundTable">
  365. <div class="fundTotal">
  366. <div class="fundLabel">总经费</div>
  367. <div class="fundValue">{{wordData['fund']['device']+wordData['fund']['Material']+wordData['fund']['processing']+wordData['fund']['Collaboration']+wordData['fund']['APPRAISAL']+wordData['fund']['entery']+wordData['fund']['activities']+wordData['fund']['Transaction']}}元</div>
  368. </div>
  369. <div class="fundHeader">
  370. <div class="HeaderLabel">支出类别</div>
  371. <div class="HeaderLabel">支出项目</div>
  372. <div class="HeaderLabel">金额(元)</div>
  373. <div class="HeaderLabel">备注</div>
  374. </div>
  375. <div class="fundData">
  376. <div class="fundDataLabel">直接费用</div>
  377. <div class="fundDataHan">
  378. <div class="fundDataLie">
  379. <div class="fundDataValue">小型仪器设备费</div>
  380. <div class="fundDataValue">
  381. <el-input
  382. type="textarea"
  383. autosize
  384. resize="none"
  385. placeholder="小型仪器设备费"
  386. v-model.number="wordData['fund']['device']"
  387. @change="convertNumber('device',wordData['fund']['device'])"></el-input>
  388. </div>
  389. <div class="fundDataValue"><span>项目开展所需的小型专用仪器设备、工具、配件购置或租赁费用。</span></div>
  390. </div>
  391. <div class="fundDataLie">
  392. <div class="fundDataValue">材料费</div>
  393. <div class="fundDataValue">
  394. <el-input
  395. type="textarea"
  396. autosize
  397. resize="none"
  398. placeholder="材料费"
  399. v-model.number="wordData['fund']['Material']"
  400. @change="convertNumber('Material',wordData['fund']['Material'])"></el-input>
  401. </div>
  402. <div class="fundDataValue"><span>项目开展需消耗的各种原材料、辅助材料等低值易耗品的采购费用。</span></div>
  403. </div>
  404. <div class="fundDataLie">
  405. <div class="fundDataValue">测试化验加工费</div>
  406. <div class="fundDataValue">
  407. <el-input
  408. type="textarea"
  409. autosize
  410. resize="none"
  411. placeholder="测试化验加工费"
  412. v-model.number="wordData['fund']['processing']"
  413. @change="convertNumber('processing',wordData['fund']['processing'])"></el-input>
  414. </div>
  415. <div class="fundDataValue"><span>项目开展过程中支付给外单位的检验、测试、化验、计算、分析及加工费等费用。</span></div>
  416. </div>
  417. <div class="fundDataLie">
  418. <div class="fundDataValue">项目协作费</div>
  419. <div class="fundDataValue">
  420. <el-input
  421. type="textarea"
  422. autosize
  423. resize="none"
  424. placeholder="项目协作费"
  425. v-model.number="wordData['fund']['Collaboration']"
  426. @change="convertNumber('Collaboration',wordData['fund']['Collaboration'])"></el-input>
  427. </div>
  428. <div class="fundDataValue"><span>按合同规定支付给协作单位的费用</span></div>
  429. </div>
  430. </div>
  431. </div>
  432. <div class="fundData">
  433. <div class="fundDataLabel">间接费用</div>
  434. <div class="fundDataHan">
  435. <div class="fundDataLie">
  436. <div class="fundDataValue">项目成果鉴定费</div>
  437. <div class="fundDataValue">
  438. <el-input
  439. type="textarea"
  440. autosize
  441. resize="none"
  442. placeholder="项目成果鉴定费"
  443. v-model.number="wordData['fund']['APPRAISAL']"
  444. @change="convertNumber('APPRAISAL',wordData['fund']['APPRAISAL'])"></el-input>
  445. </div>
  446. <div class="fundDataValue"><span>学术会务费、评审费、鉴定费、成果集制作费等费用。</span></div>
  447. </div>
  448. <div class="fundDataLie">
  449. <div class="fundDataValue">参展参赛费</div>
  450. <div class="fundDataValue">
  451. <el-input
  452. type="textarea"
  453. autosize
  454. resize="none"
  455. placeholder="参展参赛费"
  456. v-model.number="wordData['fund']['entery']"
  457. @change="convertNumber('entery',wordData['fund']['entery'])"></el-input>
  458. </div>
  459. <div class="fundDataValue"><span>参加创客展会、竞赛等所需的报名费、展位费、布展费、宣传推广费及差旅费等费用。</span></div>
  460. </div>
  461. <div class="fundDataLie">
  462. <div class="fundDataValue">创客交流活动费</div>
  463. <div class="fundDataValue">
  464. <el-input
  465. type="textarea"
  466. autosize
  467. resize="none"
  468. placeholder="创客交流活动费"
  469. v-model.number="wordData['fund']['activities']"
  470. @change="convertNumber('activities',wordData['fund']['activities'])"></el-input>
  471. </div>
  472. <div class="fundDataValue"><span>创客交流活动中支付给校外专家的指导费、咨询费、授课费等费用。</span></div>
  473. </div>
  474. <div class="fundDataLie">
  475. <div class="fundDataValue">知识产权事务费</div>
  476. <div class="fundDataValue">
  477. <el-input
  478. type="textarea"
  479. autosize
  480. resize="none"
  481. placeholder="知识产权事务费"
  482. v-model.number="wordData['fund']['Transaction']"
  483. @change="convertNumber('Transaction',wordData['fund']['Transaction'])">
  484. </el-input>
  485. </div>
  486. <div class="fundDataValue"><span>论文版面费、专利及其他知识产权事务等费用。</span></div>
  487. </div>
  488. </div>
  489. </div>
  490. </div>
  491. </div>
  492. <div class="opinion">
  493. <div class="opinionLabel">所在学院/部门<br/> 意 见</div>
  494. <div class="opinionValue">
  495. <div class="opinionImport">
  496. <div class="opinionChapter">负责人签章:</div>
  497. <div class="opinionDate">年 月 日</div>
  498. </div>
  499. </div>
  500. </div>
  501. <div class="opinion">
  502. <div class="opinionLabel">财务部门<br/>意 见</div>
  503. <div class="opinionValue">
  504. <div class="opinionImport">
  505. <div class="opinionChapter">负责人签章:</div>
  506. <div class="opinionDate">年 月 日</div>
  507. </div>
  508. </div>
  509. </div>
  510. <div class="opinion">
  511. <div class="opinionLabel">创新创业学院<br/>审 核 意 见</div>
  512. <div class="opinionValue">
  513. <div class="opinionImport">
  514. <div class="opinionChapter">负责人签章:</div>
  515. <div class="opinionDate">年 月 日</div>
  516. </div>
  517. </div>
  518. </div>
  519. </div>
  520. <div class="notes">
  521. <span>备注:</span>
  522. <span>1.表格可顺延或另附页。</span>
  523. <span>2.项目申报需附相关佐证材料。</span>
  524. </div>
  525. <el-button @click="test">测试</el-button>
  526. </div>
  527. </template>
  528. <script>
  529. export default {
  530. data() {
  531. return {
  532. wordData:{
  533. year:"", //申请日期年
  534. month:"", //申请日期月
  535. day:"", //申请日期日
  536. ing:false, //待建设
  537. ed:false, //已建设
  538. state:"",
  539. projectName:"",//项目名称
  540. college:"",//所在学院
  541. begin_at:"",//项目开始时间
  542. plannedEnd_at:"",//计划完成时间
  543. pro_leader:"",//项目负责人
  544. lead_leader:"",//学院牵头领导
  545. people:"",//项目组人数
  546. teacherNum:"",//参与教师人数
  547. studentNum:"",//参与学生人数
  548. teacher:[
  549. {name:"",speciality:"",title:"",education:"",section:"",work:""},
  550. {name:"",speciality:"",title:"",education:"",section:"",work:""},
  551. {name:"",speciality:"",title:"",education:"",section:"",work:""},
  552. {name:"",speciality:"",title:"",education:"",section:"",work:""},
  553. // {name:"",speciality:"",title:"",education:"",section:"",work:""},
  554. ], //教师组//name:姓名 speciality:专业 title:职称 education:学历 section:所在教研室 work:项目组角色分工
  555. student:[
  556. {name:"",class:"",age:"",work:""},
  557. {name:"",class:"",age:"",work:""},
  558. {name:"",class:"",age:"",work:""},
  559. {name:"",class:"",age:"",work:""},
  560. // {name:"",class:"",age:"",work:""},
  561. ], //学生组//name:姓名 class:班级 age:年龄 work:项目组任务分工
  562. brief:"",//项目简介
  563. Construction:"",//建设内容
  564. ProjectBasis:"",//立项依据
  565. development:"",//创客空间物理环境、制度建设及软件设施建设情况
  566. studio:"",//学生创客工作室建设情况
  567. studentTeam:"",//学生创客团队(人才)培养预期成果、数量
  568. studentActivities:"",//学生创客活动组织实施情况
  569. Transforming:"",//学生创客团队孵化、转化创业项目情况
  570. condition:"",//立 项基 础及条 件
  571. fund:{
  572. device:"",
  573. Material:"",
  574. processing:"",
  575. Collaboration:"",
  576. APPRAISAL:"",
  577. entery:"",
  578. activities:"",
  579. Transaction:"",
  580. },//预算经费
  581. //total:总经费
  582. //小型仪器设备费:device deviceRemarks
  583. //材料费:Material MaterialRemarks
  584. //测试化验加工费:processing processingRemarks
  585. //项目协作费:Collaboration CollaborationRemarks
  586. //项目成果鉴定费:APPRAISAL APPRAISALRemarks
  587. //参展参赛费:entery enteryRemarks
  588. //创客交流活动费:activities activitiesRemarks
  589. //知识产权事务费:Transaction TransactionRemarks
  590. },
  591. DepartmentData:[],
  592. };
  593. },
  594. methods: {
  595. getProjectDepartmentData(){ //获取项目立项申请基础信息页面所在部门数据
  596. this.ajax.get(this.$store.state.api+'/SelectAllDepartment',{
  597. uid:this.$store.state.userInfo.userid
  598. }).then(res=>{
  599. this.DepartmentData = res.data[0]
  600. },err=>{
  601. console.log(err);
  602. })
  603. },
  604. test(){
  605. console.log(this.wordData)
  606. },
  607. addTeacher(){
  608. this.wordData['teacher'].push({name:"",speciality:"",title:"",education:"",section:"",work:""});
  609. },
  610. DelTeacher(index){
  611. this.wordData['teacher'].splice(index,1)
  612. },
  613. addStudent(){
  614. this.wordData['student'].push({name:"",class:"",age:"",work:""});
  615. },
  616. DelStudent(index){
  617. this.wordData['student'].splice(index,1)
  618. },
  619. convertNumber(type,str){
  620. if(typeof str=='string'){
  621. this.wordData['fund'][type] = Number(str.replace(/\D/g,''));
  622. }
  623. }
  624. },
  625. mounted(){
  626. this.getProjectDepartmentData();
  627. }
  628. };
  629. </script>
  630. <style lang="less" scoped>
  631. #MakerSpaceWord{
  632. width: 100%;
  633. display: flex;
  634. flex-direction: column;
  635. align-items: center;
  636. background-color: white;
  637. padding:100px;
  638. box-sizing:border-box;
  639. #title{
  640. width: 100%;
  641. display: flex;
  642. flex-direction: column;
  643. align-items: center;
  644. position: relative;
  645. // margin-top: 40px;
  646. .school{
  647. font-size: 2.5em;
  648. font-weight: bold;
  649. letter-spacing: 20px;
  650. }
  651. .wordTitle{
  652. font-size: 2em;
  653. letter-spacing: .15em;
  654. margin-bottom:40px ;
  655. }
  656. .date{
  657. font-size: 1em;
  658. position: absolute;
  659. bottom: 0;
  660. right: 100px;
  661. font-weight: bold;
  662. }
  663. }
  664. #table{
  665. box-sizing: border-box;
  666. border: solid 1px black;
  667. border-bottom: none;
  668. display: flex;
  669. flex-direction: column;
  670. .han{
  671. display: flex;
  672. height: auto;
  673. box-sizing: border-box;
  674. border-bottom:solid 1px black;
  675. .label{
  676. position: relative;
  677. flex:1;
  678. display: flex;
  679. justify-content: center;
  680. align-items: center;
  681. box-sizing: border-box;
  682. min-height: 50px;
  683. border-right: solid 1px black;
  684. }
  685. .value{
  686. flex: 2;
  687. display: flex;
  688. justify-content: center;
  689. align-items: center;
  690. box-sizing: border-box;
  691. min-height: 50px;
  692. &:not(:nth-last-child(1)){
  693. border-right: solid 1px black;
  694. }
  695. }
  696. &:nth-child(5){
  697. .label{
  698. flex: 1;
  699. }
  700. .value{
  701. flex: 1;
  702. }
  703. }
  704. }
  705. .status{
  706. display: flex;
  707. height: auto;
  708. box-sizing: border-box;
  709. .statusLabel{
  710. flex:1;
  711. display: flex;
  712. justify-content: center;
  713. align-items: center;
  714. box-sizing: border-box;
  715. border-right: solid 1px black;
  716. border-bottom: solid 1px black;
  717. }
  718. .ValueDescribe{
  719. flex: 5;
  720. display: flex;
  721. flex-direction: column;
  722. .statusHan{
  723. display: flex;
  724. box-sizing: border-box;
  725. border-bottom: solid 1px black;
  726. .DescribeLabel{
  727. flex: 1;
  728. display: flex;
  729. justify-content: center;
  730. align-items: center;
  731. box-sizing: border-box;
  732. // min-height: 200px;
  733. padding:40px 10px;
  734. border-right: solid 1px black;
  735. }
  736. &:nth-child(2){
  737. .DescribeLabel{
  738. min-height: 100px;
  739. }
  740. }
  741. .DescribeValue{
  742. flex: 5;
  743. box-sizing: border-box;
  744. padding: 15px;
  745. }
  746. }
  747. }
  748. }
  749. .member{
  750. display: flex;
  751. .memberLabel{
  752. flex:1;
  753. display: flex;
  754. flex-direction: column;
  755. align-items: center;
  756. justify-content: center;
  757. box-sizing: border-box;
  758. border-right: solid 1px black;
  759. border-bottom: solid 1px black;
  760. min-height: 200px;
  761. }
  762. .memberTable{
  763. flex: 5;
  764. display: flex;
  765. flex-direction: column;
  766. .memberHan{
  767. display: flex;
  768. box-sizing: border-box;
  769. border-bottom: solid 1px black;
  770. position:relative;
  771. .memberValue{
  772. box-sizing: border-box;
  773. flex: 1;
  774. display: flex;
  775. justify-content: center;
  776. align-items: center;
  777. border-right: solid 1px black;
  778. min-height: 45px;
  779. &:nth-last-child(2){
  780. border-right: none;
  781. flex: 3;
  782. }
  783. }
  784. .operate{
  785. right:-100px;
  786. width:100px;
  787. height:40px;
  788. display:flex;
  789. // justify-content:center;
  790. align-items:center;
  791. position:absolute;
  792. .el-button{
  793. max-width:10px;
  794. display:flex;
  795. justify-content:center;
  796. align-items:center;
  797. margin-left:10px;
  798. }
  799. }
  800. }
  801. }
  802. }
  803. .chapters{
  804. display: flex;
  805. .chaptersLabel{
  806. flex:1;
  807. display: flex;
  808. flex-direction: column;
  809. align-items: center;
  810. justify-content: center;
  811. box-sizing: border-box;
  812. padding: 20px 0;
  813. border-right: solid 1px black;
  814. border-bottom: solid 1px black;
  815. }
  816. .chaptersTable{
  817. flex: 5;
  818. display: flex;
  819. flex-direction: column;
  820. .chaptersValue{
  821. flex: 1;
  822. min-height:200px;
  823. box-sizing: border-box;
  824. border-bottom: solid 1px black;
  825. padding: 5px;
  826. span{
  827. font-weight: bold;
  828. }
  829. }
  830. }
  831. }
  832. // .fund{
  833. // display: flex;
  834. // .fundTitle{
  835. // flex: 1;
  836. // display: flex;
  837. // justify-content: center;
  838. // align-items: center;
  839. // border-right:solid 1px black ;
  840. // border-bottom:solid 1px black ;
  841. // }
  842. // .fundTable{
  843. // flex: 5;
  844. // display: flex;
  845. // flex-direction: column;
  846. // .fundTotal{
  847. // min-height: 80px;
  848. // box-sizing: border-box;
  849. // border-bottom: solid 1px black;
  850. // font-weight: bold;
  851. // display: flex;
  852. // justify-content: center;
  853. // align-items: center;
  854. // .fundLabel{
  855. // flex: 1.5;
  856. // box-sizing: border-box;
  857. // border-right: solid 1px black;
  858. // }
  859. // .fundValue{
  860. // flex: 7;
  861. // }
  862. // div{
  863. // height: 100%;
  864. // display: flex;
  865. // justify-content: center;
  866. // align-items: center;
  867. // }
  868. // }
  869. // .fundHeader{
  870. // width: 100%;
  871. // display: flex;
  872. // min-height: 50px;
  873. // box-sizing: border-box;
  874. // border-bottom: solid 1px black;
  875. // .HeaderLabel{
  876. // flex: 2;
  877. // box-sizing: border-box;
  878. // border-right: solid 1px black;
  879. // display: flex;
  880. // justify-content: center;
  881. // align-items: center;
  882. // &:nth-of-type(1){
  883. // flex: 1.5;
  884. // }
  885. // &:nth-last-of-type(1){
  886. // flex: 3;
  887. // border:none;
  888. // }
  889. // }
  890. // }
  891. // }
  892. // }
  893. .fund{
  894. display: flex;
  895. .fundTitle{
  896. flex:1;
  897. display: flex;
  898. flex-direction: column;
  899. align-items: center;
  900. justify-content: center;
  901. box-sizing: border-box;
  902. border-right: solid 1px black;
  903. border-bottom: solid 1px black;
  904. }
  905. .fundTable{
  906. flex: 5;
  907. display: flex;
  908. flex-direction: column;
  909. box-sizing: border-box;
  910. .fundTotal{
  911. height: 60px;
  912. box-sizing: border-box;
  913. border-bottom: solid 1px black;
  914. display: flex;
  915. div{
  916. display: flex;
  917. justify-content: center;
  918. align-items: center;
  919. font-weight: bold;
  920. }
  921. .fundLabel{
  922. flex: 1;
  923. box-sizing: border-box;
  924. border-right:solid 1px black;
  925. }
  926. .fundValue{
  927. flex: 4;
  928. }
  929. }
  930. .fundHeader{
  931. min-height: 40px;
  932. box-sizing: border-box;
  933. border-bottom: solid 1px black;
  934. display: flex;
  935. .HeaderLabel{
  936. flex: 1;
  937. display: flex;
  938. box-sizing: border-box;
  939. justify-content: center;
  940. align-items: center;
  941. border-right: solid 1px black;
  942. &:nth-last-child(1){
  943. flex: 2;
  944. border: none;
  945. }
  946. }
  947. }
  948. .fundData{
  949. display: flex;
  950. .fundDataLabel{
  951. flex:1;
  952. box-sizing: border-box;
  953. border-right: solid 1px black;
  954. border-bottom: solid 1px black;
  955. display: flex;
  956. justify-content: center;
  957. align-items: center;
  958. }
  959. .fundDataHan{
  960. flex: 4;
  961. display: flex;
  962. flex-direction: column;
  963. .fundDataLie{
  964. display: flex;
  965. min-height: 40px;
  966. flex: 4;
  967. box-sizing: border-box;
  968. border-bottom: solid 1px black;
  969. .fundDataValue{
  970. flex: 1;
  971. min-height: 40px;
  972. display: flex;
  973. box-sizing: border-box;
  974. justify-content: center;
  975. align-items: center;
  976. border-right: solid 1px black;
  977. &:nth-last-child(1){
  978. flex:2;
  979. border: none;
  980. justify-content: flex-start;
  981. span{
  982. padding: 10px 20px;
  983. }
  984. }
  985. }
  986. }
  987. }
  988. }
  989. }
  990. }
  991. // .fundTable{
  992. // tr{
  993. // td{
  994. // height: 50px;
  995. // }
  996. // &:nth-child(1){
  997. // flex: 1;
  998. // }
  999. // }
  1000. // }
  1001. .opinion{
  1002. display: flex;
  1003. .opinionLabel{
  1004. flex:1;
  1005. display: flex;
  1006. flex-direction: column;
  1007. align-items: center;
  1008. justify-content: center;
  1009. box-sizing: border-box;
  1010. // padding: 3.5px;
  1011. border-right: solid 1px black;
  1012. border-bottom: solid 1px black;
  1013. }
  1014. .opinionValue{
  1015. flex: 5;
  1016. min-height: 200px;
  1017. position: relative;
  1018. box-sizing:border-box;
  1019. border-bottom: solid 1px black;
  1020. .opinionImport{
  1021. display: flex;
  1022. width: 30%;
  1023. height:40%;
  1024. flex-direction: column;
  1025. position:absolute;
  1026. bottom: 0px;
  1027. right: 20px;
  1028. justify-content: space-between;
  1029. .opinionDate{
  1030. display: flex;
  1031. justify-content: flex-end;
  1032. font-size: 18px;
  1033. }
  1034. }
  1035. }
  1036. }
  1037. }
  1038. .notes{
  1039. width: 100%;
  1040. display: flex;
  1041. flex-direction:column;
  1042. }
  1043. :deep(.el-input__inner){
  1044. height: 100%;
  1045. border-radius: 0;
  1046. width: 100%;
  1047. background: none;
  1048. color: black;
  1049. text-align: center;
  1050. font-size: 16px;
  1051. box-sizing: border-box;
  1052. border: none;
  1053. outline: none;
  1054. }
  1055. :deep(.el-textarea__inner){
  1056. height: 100%;
  1057. border-radius: 0;
  1058. width: 100%;
  1059. background: none;
  1060. color: black;
  1061. text-align: center;
  1062. font-size: 16px;
  1063. box-sizing: border-box;
  1064. border: none;
  1065. overflow: hidden;
  1066. }
  1067. .noCenter{
  1068. :deep(.el-textarea__inner ){
  1069. text-align:left;
  1070. }
  1071. }
  1072. :deep(.el-date-editor){
  1073. width: 100%;
  1074. height: 100%;
  1075. }
  1076. // .InputDiv{
  1077. // width: 100%;
  1078. // height: 100%;
  1079. // word-break: break-all;
  1080. // display: flex;
  1081. // justify-content: center;
  1082. // align-items: center;
  1083. // box-sizing: border-box;
  1084. // padding: 10px;
  1085. // outline: none;
  1086. // &:focus{
  1087. // border:solid 1px #409eff ;
  1088. // }
  1089. // }
  1090. }
  1091. </style>