DicTechFieldList.js 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049
  1. const techFieldArr = [{
  2. value: "1",
  3. label: "电子信息",
  4. children: [{
  5. value: "10",
  6. label: "软件",
  7. children: [{
  8. value: "18",
  9. label: "基础软件"
  10. }, {
  11. value: "19",
  12. label: "嵌入式软件"
  13. }, {
  14. value: "20",
  15. label: "计算机辅助设计与辅助工程管理软件"
  16. }, {
  17. value: "21",
  18. label: "中文及多语种处理软件"
  19. }, {
  20. value: "22",
  21. label: "图形和图像处理软件"
  22. }, {
  23. value: "23",
  24. label: "地理信息系统( GIS) 软件"
  25. }, {
  26. value: "24",
  27. label: "电子商务软件"
  28. }, {
  29. value: "25",
  30. label: "电子政务软件"
  31. }, {
  32. value: "26",
  33. label: "企业管理软件"
  34. }, {
  35. value: "27",
  36. label: "物联网应用软件"
  37. }, {
  38. value: "28",
  39. label: "云计算与移动互联网软件"
  40. }, {
  41. value: "29",
  42. label: "Web服务与集成软件"
  43. }]
  44. }, {
  45. value: "11",
  46. label: "微电子技术",
  47. children: [{
  48. value: "30",
  49. label: "集成电路设计技术"
  50. }, {
  51. value: "31",
  52. label: "集成电路产品设计技术"
  53. }, {
  54. value: "32",
  55. label: "集成电路封装技术"
  56. }, {
  57. value: "33",
  58. label: "集成电路测试技术"
  59. }, {
  60. value: "34",
  61. label: "集成电路芯片制造工艺技术"
  62. }, {
  63. value: "35",
  64. label: "集成光电子器件设计、制造与工艺技术"
  65. }]
  66. }, {
  67. value: "12",
  68. label: "计算机产品及其网络应用技术",
  69. children: [{
  70. value: "36",
  71. label: "计算机及终端设计与制造技术"
  72. }, {
  73. value: "37",
  74. label: "计算机外围设备设计与制造技术"
  75. }, {
  76. value: "38",
  77. label: "网络设备设计与制造技术"
  78. }, {
  79. value: "39",
  80. label: "网络应用技术"
  81. }]
  82. }, {
  83. value: "13",
  84. label: "通信技术",
  85. children: [{
  86. value: "40",
  87. label: "通信网络技术"
  88. }, {
  89. value: "41",
  90. label: "光传输系统技术"
  91. }, {
  92. value: "42",
  93. label: "有线宽带接入系统技术"
  94. }, {
  95. value: "43",
  96. label: "移动通信系统技术"
  97. }, {
  98. value: "44",
  99. label: "宽带无线通信系统技术"
  100. }, {
  101. value: "45",
  102. label: "卫星通信系统技术"
  103. }, {
  104. value: "46",
  105. label: "微波通信系统技术"
  106. }, {
  107. value: "47",
  108. label: "物联网设备、部件及组网技术"
  109. }, {
  110. value: "48",
  111. label: "电信网络运营支撑管理技术"
  112. }, {
  113. value: "49",
  114. label: "电信网与互联网增值业务应用技术"
  115. }]
  116. }, {
  117. value: "14",
  118. label: "广播影视技术",
  119. children: [{
  120. value: "50",
  121. label: "广播电视节目采编播系统技术"
  122. }, {
  123. value: "51",
  124. label: "广播电视业务集成与支撑系统技术"
  125. }, {
  126. value: "52",
  127. label: "有线传输与覆盖系统技术"
  128. }, {
  129. value: "53",
  130. label: "无线传输与覆盖系统技术"
  131. }, {
  132. value: "54",
  133. label: "广播电视监测监管、安全运行与维护系统技术"
  134. }, {
  135. value: "55",
  136. label: "数字电影系统技术"
  137. }, {
  138. value: "56",
  139. label: "数字电视终端技术"
  140. }, {
  141. value: "57",
  142. label: "专业视频应用服务平台技术"
  143. }, {
  144. value: "58",
  145. label: "音响、光盘技术"
  146. }]
  147. }, {
  148. value: "15",
  149. label: "新型电子元器件",
  150. children: [{
  151. value: "59",
  152. label: "半导体发光技术"
  153. }, {
  154. value: "60",
  155. label: "片式和集成无源元件"
  156. }, {
  157. value: "61",
  158. label: "大功率半导体器件"
  159. }, {
  160. value: "62",
  161. label: "专用特种器件"
  162. }, {
  163. value: "63",
  164. label: "敏感元器件与传感器"
  165. }, {
  166. value: "64",
  167. label: "中高档机电组件"
  168. }, {
  169. value: "65",
  170. label: "平板显示器件"
  171. }]
  172. }, {
  173. value: "16",
  174. label: "信息安全技术",
  175. children: [{
  176. value: "66",
  177. label: "密码技术"
  178. }, {
  179. value: "67",
  180. label: "认证授权技术"
  181. }, {
  182. value: "68",
  183. label: "系统与软件安全技术"
  184. }, {
  185. value: "69",
  186. label: "网络与通信安全技术"
  187. }, {
  188. value: "70",
  189. label: "安全保密技术"
  190. }, {
  191. value: "71",
  192. label: "安全测评技术"
  193. }, {
  194. value: "72",
  195. label: "安全管理技术"
  196. }, {
  197. value: "73",
  198. label: "应用安全技术"
  199. }]
  200. }, {
  201. value: "17",
  202. label: "智能交通和轨道交通技术",
  203. children: [{
  204. value: "74",
  205. label: "交通控制与管理技术"
  206. }, {
  207. value: "75",
  208. label: "交通基础信息采集、处理技术"
  209. }, {
  210. value: "76",
  211. label: "交通运输运营管理技术"
  212. }, {
  213. value: "77",
  214. label: "车、船载电子设备技术"
  215. }, {
  216. value: "78",
  217. label: "轨道交通车辆及运行保障技术"
  218. }, {
  219. value: "79",
  220. label: "轨道交通运营管理与服务技术"
  221. }]
  222. }]
  223. }, {
  224. value: "2",
  225. label: "生物与新医药",
  226. children: [{
  227. value: "80",
  228. label: "医药生物技术",
  229. children: [{
  230. value: "87",
  231. label: "新型疫苗"
  232. }, {
  233. value: "88",
  234. label: "生物治疗技术和基因工程药物"
  235. }, {
  236. value: "89",
  237. label: "快速生物检测技术"
  238. }, {
  239. value: "90",
  240. label: "生物大分子类药物研发技术"
  241. }, {
  242. value: "91",
  243. label: "天然药物生物合成制备技术"
  244. }, {
  245. value: "92",
  246. label: "生物分离介质、试剂、装置及相关检测技术"
  247. }]
  248. }, {
  249. value: "81",
  250. label: "中药、天然药物",
  251. children: [{
  252. value: "93",
  253. label: "中药资源可持续利用与生态保护技术"
  254. }, {
  255. value: "94",
  256. label: "创新药物研发技术"
  257. }, {
  258. value: "95",
  259. label: "中成药二次开发技术"
  260. }, {
  261. value: "96",
  262. label: "中药质控及有害物质检测技术"
  263. }]
  264. }, {
  265. value: "82",
  266. label: "化学药研发技术",
  267. children: [{
  268. value: "97",
  269. label: "创新药物技术"
  270. }, {
  271. value: "98",
  272. label: "手性药物创制技术"
  273. }, {
  274. value: "99",
  275. label: "晶型药物创制技术"
  276. }, {
  277. value: "100",
  278. label: "国家基本药物生产技术"
  279. }, {
  280. value: "101",
  281. label: "国家基本药物原料药和重要中间体的技术"
  282. }]
  283. }, {
  284. value: "83",
  285. label: "药物新剂型与制剂创制技术",
  286. children: [{
  287. value: "102",
  288. label: "创新制剂技术"
  289. }, {
  290. value: "103",
  291. label: "新型给药制剂技术"
  292. }, {
  293. value: "104",
  294. label: "制剂新辅料开发及生产技术"
  295. }, {
  296. value: "105",
  297. label: "制药装备技术"
  298. }]
  299. }, {
  300. value: "84",
  301. label: "医疗仪器、设备与医学专用软件",
  302. children: [{
  303. value: "106",
  304. label: "医学影像诊断技术"
  305. }, {
  306. value: "107",
  307. label: "新型治疗、急救与康复技术"
  308. }, {
  309. value: "108",
  310. label: "新型电生理检测和监护技术"
  311. }, {
  312. value: "109",
  313. label: "医学检验技术及新设备"
  314. }, {
  315. value: "110",
  316. label: "医学专用网络新型软件"
  317. }, {
  318. value: "111",
  319. label: "医用探测及射线计量检测技术"
  320. }]
  321. }, {
  322. value: "85",
  323. label: "轻工和化工生物技术",
  324. children: [{
  325. value: "112",
  326. label: "高效工业酶制备与生物催化技术"
  327. }, {
  328. value: "113",
  329. label: "微生物发酵技术"
  330. }, {
  331. value: "114",
  332. label: "生物反应及分离技术"
  333. }, {
  334. value: "115",
  335. label: "天然产物有效成份的分离提取技术"
  336. }, {
  337. value: "116",
  338. label: "食品安全生产与评价技术"
  339. }, {
  340. value: "117",
  341. label: "食品安全检测技术"
  342. }]
  343. }, {
  344. value: "86",
  345. label: "农业生物技术",
  346. children: [{
  347. value: "118",
  348. label: "农林植物优良新品种与优质高效安全生产技术"
  349. }, {
  350. value: "119",
  351. label: "畜禽水产优良新品种与健康养殖技术"
  352. }, {
  353. value: "120",
  354. label: "重大农林生物灾害与动物疫病防控技术"
  355. }, {
  356. value: "121",
  357. label: "现代农业装备与信息化技术"
  358. }, {
  359. value: "122",
  360. label: "农业面源和重金属污染农田综合防治与修复技术"
  361. }]
  362. }]
  363. }, {
  364. value: "3",
  365. label: "航空航天",
  366. children: [{
  367. value: "123",
  368. label: "航空技术",
  369. children: [{
  370. value: "125",
  371. label: "飞行器"
  372. }, {
  373. value: "126",
  374. label: "飞行器动力技术"
  375. }, {
  376. value: "127",
  377. label: "飞行器系统技术"
  378. }, {
  379. value: "128",
  380. label: "飞行器制造与材料技术"
  381. }, {
  382. value: "129",
  383. label: "空中管制技术"
  384. }, {
  385. value: "130",
  386. label: "民航及通用航空运行保障技术"
  387. }]
  388. }, {
  389. value: "124",
  390. label: "航天技术",
  391. children: [{
  392. value: "131",
  393. label: "卫星总体技术"
  394. }, {
  395. value: "132",
  396. label: "运载火箭技术"
  397. }, {
  398. value: "133",
  399. label: "卫星平台技术"
  400. }, {
  401. value: "134",
  402. label: "卫星有效载荷技术"
  403. }, {
  404. value: "135",
  405. label: "航天测控技术"
  406. }, {
  407. value: "136",
  408. label: "航天电子与航天材料制造技术"
  409. }, {
  410. value: "137",
  411. label: "先进航天动力设计技术"
  412. }, {
  413. value: "138",
  414. label: "卫星应用技术"
  415. }]
  416. }]
  417. }, {
  418. value: "4",
  419. label: "新材料",
  420. children: [{
  421. value: "139",
  422. label: "金属材料",
  423. children: [{
  424. value: "145",
  425. label: "精品钢材制备技术"
  426. }, {
  427. value: "146",
  428. label: "铝、铜、镁、钛合金清洁生产与深加工技术"
  429. }, {
  430. value: "147",
  431. label: "稀有、稀土金属精深产品制备技术"
  432. }, {
  433. value: "148",
  434. label: "纳米及粉末冶金新材料制备与应用技术"
  435. }, {
  436. value: "149",
  437. label: "金属及金属基复合新材料制备技术"
  438. }, {
  439. value: "150",
  440. label: "半导体新材料制备与应用技术"
  441. }, {
  442. value: "151",
  443. label: "电工、微电子和光电子新材料制备与应用技术"
  444. }, {
  445. value: "152",
  446. label: "超导、高效能电池等其它新材料制备与应用技术"
  447. }]
  448. }, {
  449. value: "140",
  450. label: "无机非金属材料",
  451. children: [{
  452. value: "153",
  453. label: "结构陶瓷及陶瓷基复合材料强化增韧技术"
  454. }, {
  455. value: "154",
  456. label: "功能陶瓷制备技术"
  457. }, {
  458. value: "155",
  459. label: "功能玻璃制备技术"
  460. }, {
  461. value: "156",
  462. label: "节能与新能源用材料制备技术"
  463. }, {
  464. value: "157",
  465. label: "环保及环境友好型材料技术"
  466. }]
  467. }, {
  468. value: "141",
  469. label: "高分子材料",
  470. children: [{
  471. value: "158",
  472. label: "新型功能高分子材料的制备及应用技术"
  473. }, {
  474. value: "159",
  475. label: "工程和特种工程塑料制备技术"
  476. }, {
  477. value: "160",
  478. label: "新型橡胶的合成技术及橡胶新材料制备技术"
  479. }, {
  480. value: "161",
  481. label: "新型纤维及复合材料制备技术"
  482. }, {
  483. value: "162",
  484. label: "高分子材料制备及循环再利用技术"
  485. }, {
  486. value: "163",
  487. label: "高分子材料的新型加工和应用技术"
  488. }]
  489. }, {
  490. value: "142",
  491. label: "生物医用材料",
  492. children: [{
  493. value: "164",
  494. label: "介入治疗器具材料制备技术"
  495. }, {
  496. value: "165",
  497. label: "心脑血管外科用新型生物材料制备技术"
  498. }, {
  499. value: "166",
  500. label: "骨科内置物制备技术"
  501. }, {
  502. value: "167",
  503. label: "口腔材料制备技术"
  504. }, {
  505. value: "168",
  506. label: "组织工程用材料制备技术"
  507. }, {
  508. value: "169",
  509. label: "新型敷料和止血材料制备技术"
  510. }, {
  511. value: "170",
  512. label: "专用手术器械和材料制备技术"
  513. }, {
  514. value: "171",
  515. label: "其他新型医用材料及制备技术"
  516. }]
  517. }, {
  518. value: "143",
  519. label: "精细和专用化学品",
  520. children: [{
  521. value: "172",
  522. label: "新型催化剂制备及应用技术"
  523. }, {
  524. value: "173",
  525. label: "电子化学品制备及应用技术"
  526. }, {
  527. value: "174",
  528. label: "超细功能材料制备及应用技术"
  529. }, {
  530. value: "175",
  531. label: "精细化学品制备及应用技术"
  532. }]
  533. }, {
  534. value: "144",
  535. label: "与文化艺术产业相关的新材料",
  536. children: [{
  537. value: "176",
  538. label: "文化载体和介质新材料制备技术"
  539. }, {
  540. value: "177",
  541. label: "艺术专用新材料制备技术"
  542. }, {
  543. value: "178",
  544. label: "影视场景和舞台专用新材料的加工生产技术"
  545. }, {
  546. value: "179",
  547. label: "文化产品印刷新材料制备技术"
  548. }, {
  549. value: "180",
  550. label: "文物保护新材料制备技术"
  551. }]
  552. }]
  553. }, {
  554. value: "5",
  555. label: "高技术服务",
  556. children: [{
  557. value: "181",
  558. label: "研发与设计服务",
  559. children: [{
  560. value: "189",
  561. label: "研发服务"
  562. }, {
  563. value: "190",
  564. label: "设计服务"
  565. }]
  566. }, {
  567. value: "182",
  568. label: "检验检测认证与标准服务",
  569. children: [{
  570. value: "191",
  571. label: "检验检测认证技术"
  572. }, {
  573. value: "192",
  574. label: "标准化服务技术"
  575. }]
  576. }, {
  577. value: "183",
  578. label: "信息技术服务",
  579. children: [{
  580. value: "193",
  581. label: "云计算服务技术"
  582. }, {
  583. value: "194",
  584. label: "数据服务技术"
  585. }, {
  586. value: "195",
  587. label: "其他信息服务技术"
  588. }]
  589. }, {
  590. value: "184",
  591. label: "高技术专业化服务"
  592. }, {
  593. value: "185",
  594. label: "知识产权与成果转化服务"
  595. }, {
  596. value: "186",
  597. label: "电子商务与现代物流技术",
  598. children: [{
  599. value: "196",
  600. label: "电子商务技术"
  601. }, {
  602. value: "197",
  603. label: "物流与供应链管理技术"
  604. }]
  605. }, {
  606. value: "187",
  607. label: "城市管理与社会服务",
  608. children: [{
  609. value: "198",
  610. label: "智慧城市服务支撑技术"
  611. }, {
  612. value: "199",
  613. label: "互联网教育"
  614. }, {
  615. value: "200",
  616. label: "健康管理"
  617. }, {
  618. value: "201",
  619. label: "现代体育服务支撑技术"
  620. }]
  621. }, {
  622. value: "188",
  623. label: "文化创意产业支撑技术",
  624. children: [{
  625. value: "202",
  626. label: "创作、设计与制作技术"
  627. }, {
  628. value: "203",
  629. label: "传播与展示技术"
  630. }, {
  631. value: "204",
  632. label: "文化遗产发现与再利用技术"
  633. }, {
  634. value: "205",
  635. label: "运营与管理技术"
  636. }]
  637. }]
  638. }, {
  639. value: "6",
  640. label: "新能源与节能",
  641. children: [{
  642. value: "206",
  643. label: "可再生清洁能源",
  644. children: [{
  645. value: "210",
  646. label: "太阳能"
  647. }, {
  648. value: "211",
  649. label: "风能"
  650. }, {
  651. value: "212",
  652. label: "生物质能"
  653. }, {
  654. value: "213",
  655. label: "地热能、海洋能及运动能"
  656. }]
  657. }, {
  658. value: "207",
  659. label: "核能及氢能",
  660. children: [{
  661. value: "214",
  662. label: "核能"
  663. }, {
  664. value: "215",
  665. label: "氢能"
  666. }]
  667. }, {
  668. value: "208",
  669. label: "新型高效能量转换与储存技术",
  670. children: [{
  671. value: "216",
  672. label: "高性能绿色电池(组)技术"
  673. }, {
  674. value: "217",
  675. label: "新型动力电池(组)与储能电池技术"
  676. }, {
  677. value: "218",
  678. label: "燃料电池技术"
  679. }, {
  680. value: "219",
  681. label: "超级电容器与热电转换技术"
  682. }]
  683. }, {
  684. value: "209",
  685. label: "高效节能技术",
  686. children: [{
  687. value: "220",
  688. label: "工业节能技术"
  689. }, {
  690. value: "221",
  691. label: "能量回收利用技术"
  692. }, {
  693. value: "222",
  694. label: "蓄热式燃烧技术"
  695. }, {
  696. value: "223",
  697. label: "输配电系统优化技术"
  698. }, {
  699. value: "224",
  700. label: "高温热泵技术"
  701. }, {
  702. value: "225",
  703. label: "建筑节能技术"
  704. }, {
  705. value: "226",
  706. label: "能源系统管理、优化与控制技术"
  707. }, {
  708. value: "227",
  709. label: "节能监测技术"
  710. }]
  711. }]
  712. }, {
  713. value: "7",
  714. label: "资源与环境",
  715. children: [{
  716. value: "228",
  717. label: "水污染控制与水资源利用技术",
  718. children: [{
  719. value: "236",
  720. label: "城镇污水处理与资源化技术"
  721. }, {
  722. value: "237",
  723. label: "工业废水处理与资源化技术"
  724. }, {
  725. value: "238",
  726. label: "农业水污染控制技术"
  727. }, {
  728. value: "239",
  729. label: "流域水污染治理与富营养化综合控制技术"
  730. }, {
  731. value: "240",
  732. label: "节水与非常规水资源综合利用技术"
  733. }, {
  734. value: "241",
  735. label: "饮用水安全保障技术"
  736. }]
  737. }, {
  738. value: "229",
  739. label: "大气污染控制技术",
  740. children: [{
  741. value: "242",
  742. label: "煤燃烧污染防治技术"
  743. }, {
  744. value: "243",
  745. label: "机动车排放控制技术"
  746. }, {
  747. value: "244",
  748. label: "工业炉窑污染防治技术"
  749. }, {
  750. value: "245",
  751. label: "工业有害废气控制技术"
  752. }, {
  753. value: "246",
  754. label: "有限空间空气污染防治技术"
  755. }]
  756. }, {
  757. value: "230",
  758. label: "固体废弃物处置与综合利用技术",
  759. children: [{
  760. value: "247",
  761. label: "危险固体废弃物处置技术"
  762. }, {
  763. value: "248",
  764. label: "工业固体废弃物综合利用技术"
  765. }, {
  766. value: "249",
  767. label: "生活垃圾处置与资源化技术"
  768. }, {
  769. value: "250",
  770. label: "建筑垃圾处置与资源化技术"
  771. }, {
  772. value: "251",
  773. label: "有机固体废物处理与资源化技术"
  774. }, {
  775. value: "252",
  776. label: "社会源固体废物处置与资源化技术"
  777. }]
  778. }, {
  779. value: "231",
  780. label: "物理性污染防治技术",
  781. children: [{
  782. value: "253",
  783. label: "噪声、振动污染防治技术"
  784. }, {
  785. value: "254",
  786. label: "核与辐射安全防治技术"
  787. }]
  788. }, {
  789. value: "232",
  790. label: "环境监测及环境事故应急处理技术",
  791. children: [{
  792. value: "255",
  793. label: "环境监测预警技术"
  794. }, {
  795. value: "256",
  796. label: "应急环境监测技术"
  797. }, {
  798. value: "257",
  799. label: "生态环境监测技术"
  800. }, {
  801. value: "258",
  802. label: "非常规污染物监测技术"
  803. }]
  804. }, {
  805. value: "233",
  806. label: "生态环境建设与保护技术"
  807. }, {
  808. value: "234",
  809. label: "清洁生产技术",
  810. children: [{
  811. value: "259",
  812. label: "重污染行业生产过程中节水、减排及资源化关键技术"
  813. }, {
  814. value: "260",
  815. label: "清洁生产关键技术"
  816. }, {
  817. value: "261",
  818. label: "环保制造关键技术"
  819. }]
  820. }, {
  821. value: "235",
  822. label: "资源勘查、高效开采与综合利用技术",
  823. children: [{
  824. value: "262",
  825. label: "资源勘查开采技术"
  826. }, {
  827. value: "263",
  828. label: "提高矿产资源回收利用率的采矿、选矿技术"
  829. }, {
  830. value: "264",
  831. label: "伴生有价元素的分选提取技术"
  832. }, {
  833. value: "265",
  834. label: "低品位资源和尾矿资源综合利用技术"
  835. }, {
  836. value: "266",
  837. label: "放射性资源勘查开发技术"
  838. }, {
  839. value: "267",
  840. label: "放射性废物处理处置技术"
  841. }, {
  842. value: "268",
  843. label: "绿色矿山建设技术"
  844. }]
  845. }, ]
  846. }, {
  847. value: "8",
  848. label: "先进制造与自动化",
  849. children: [{
  850. value: "269",
  851. label: "工业生产过程控制系统",
  852. children: [{
  853. value: "278",
  854. label: "现场总线与工业以太网技术"
  855. }, {
  856. value: "279",
  857. label: "嵌入式系统技术"
  858. }, {
  859. value: "280",
  860. label: "新一代工业控制计算机技术"
  861. }, {
  862. value: "281",
  863. label: "制造执行系统(MES)技术"
  864. }, {
  865. value: "282",
  866. label: "工业生产过程综合自动化控制系统技术"
  867. }]
  868. }, {
  869. value: "270",
  870. label: "安全生产技术",
  871. children: [{
  872. value: "283",
  873. label: "矿山安全生产技术"
  874. }, {
  875. value: "284",
  876. label: "危险化学品安全生产技术"
  877. }, {
  878. value: "285",
  879. label: "其它事故防治及处置技术"
  880. }]
  881. }, {
  882. value: "271",
  883. label: "高性能、智能化仪器仪表",
  884. children: [{
  885. value: "286",
  886. label: "新型传感器"
  887. }, {
  888. value: "287",
  889. label: "新型自动化仪器仪表"
  890. }, {
  891. value: "288",
  892. label: "科学分析仪器/检测仪器"
  893. }, {
  894. value: "289",
  895. label: "精确制造中的测控仪器仪表"
  896. }, {
  897. value: "290",
  898. label: "微机电系统技术"
  899. }]
  900. }, {
  901. value: "272",
  902. label: "先进制造工艺与装备",
  903. children: [{
  904. value: "291",
  905. label: "高档数控装备与数控加工技术"
  906. }, {
  907. value: "292",
  908. label: "机器人"
  909. }, {
  910. value: "293",
  911. label: "智能装备驱动控制技术"
  912. }, {
  913. value: "294",
  914. label: "特种加工技术"
  915. }, {
  916. value: "295",
  917. label: "大规模集成电路制造相关技术"
  918. }, {
  919. value: "296",
  920. label: "增材制造技术"
  921. }, {
  922. value: "297",
  923. label: "高端装备再制造技术"
  924. }]
  925. }, {
  926. value: "273",
  927. label: "新型机械",
  928. children: [{
  929. value: "298",
  930. label: "机械基础件及制造技术"
  931. }, {
  932. value: "299",
  933. label: "通用机械装备制造技术"
  934. }, {
  935. value: "300",
  936. label: "极端制造与专用机械装备制造技术"
  937. }, {
  938. value: "301",
  939. label: "纺织及其他行业专用设备制造技术"
  940. }]
  941. }, {
  942. value: "274",
  943. label: "电力系统与设备",
  944. children: [{
  945. value: "302",
  946. label: "发电与储能技术"
  947. }, {
  948. value: "303",
  949. label: "输电技术"
  950. }, {
  951. value: "304",
  952. label: "配电与用电技术"
  953. }, {
  954. value: "305",
  955. label: "变电技术"
  956. }, {
  957. value: "306",
  958. label: "系统仿真与自动化技术"
  959. }]
  960. }, {
  961. value: "275",
  962. label: "汽车及轨道车辆相关技术",
  963. children: [{
  964. value: "307",
  965. label: "车用发动机及其相关技术"
  966. }, {
  967. value: "308",
  968. label: "汽车关键零部件技术"
  969. }, {
  970. value: "309",
  971. label: "节能与新能源汽车技术"
  972. }, {
  973. value: "310",
  974. label: "机动车及发动机先进设计、制造和测试平台技术"
  975. }, {
  976. value: "311",
  977. label: "轨道车辆及关键零部件技术"
  978. }]
  979. }, {
  980. value: "276",
  981. label: "高技术船舶与海洋工程装备设计制造技术",
  982. children: [{
  983. value: "312",
  984. label: "高技术船舶设计制造技术"
  985. }, {
  986. value: "313",
  987. label: "海洋工程装备设计制造技术"
  988. }]
  989. }, {
  990. value: "277",
  991. label: "传统文化产业改造技术",
  992. children: [{
  993. value: "314",
  994. label: "乐器制造技术"
  995. }, {
  996. value: "315",
  997. label: "印刷技术"
  998. }]
  999. }]
  1000. }, {
  1001. value: "9",
  1002. label: "其他领域",
  1003. children:[]
  1004. }]
  1005. module.exports = {
  1006. techFieldList: techFieldArr,
  1007. getTechField: function (field1, field2, field3) {
  1008. let fieldList = [];
  1009. for (let i = 0; i < techFieldArr.length; i++) {
  1010. fieldList.push({
  1011. value: techFieldArr[i].value,
  1012. label: techFieldArr[i].label
  1013. });
  1014. if (techFieldArr[i].children) {
  1015. for (let j = 0; j < techFieldArr[i].children.length; j++) {
  1016. fieldList.push({
  1017. value: techFieldArr[i].children[j].value,
  1018. label: techFieldArr[i].children[j].label
  1019. });
  1020. if (techFieldArr[i].children[j].children) {
  1021. for (let n = 0; n < techFieldArr[i].children[j].children.length; n++) {
  1022. fieldList.push({
  1023. value: techFieldArr[i].children[j].children[n].value,
  1024. label: techFieldArr[i].children[j].children[n].label
  1025. });
  1026. }
  1027. };
  1028. };
  1029. }
  1030. };
  1031. fieldList.sort(function (a, b) {
  1032. return a.value - b.value
  1033. });
  1034. let fieldKey = "";
  1035. fieldList.map(function (item) {
  1036. if (field1 && Number(field1) == item.value) {
  1037. fieldKey = item.label;
  1038. };
  1039. if (field2 == item.value) {
  1040. fieldKey = fieldKey + "/" + item.label;
  1041. };
  1042. if (field3 == item.value) {
  1043. fieldKey = fieldKey + "/" + item.label;
  1044. };
  1045. });
  1046. return fieldKey;
  1047. },
  1048. }