techSelect.jsx 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337
  1. import React from 'react';
  2. import { Cascader } from 'antd';
  3. const DataObject = [{
  4. value: 600,
  5. label: "产业技术领域",
  6. children: [{
  7. value: 464,
  8. label: "教育休闲",
  9. children: [{
  10. value: 542,
  11. label: "其他教育休闲"
  12. }, {
  13. value: 541,
  14. label: "休闲娱乐"
  15. }, {
  16. value: 540,
  17. label: "玩具"
  18. }, {
  19. value: 539,
  20. label: "体育"
  21. }, {
  22. value: 538,
  23. label: "办公文教"
  24. }, {
  25. value: 258,
  26. label: "乐器"
  27. }, {
  28. value: 127,
  29. label: "工艺美术"
  30. }]
  31. }, {
  32. value: 463,
  33. label: "包装印刷",
  34. children: [{
  35. value: 560,
  36. label: "包装"
  37. }, {
  38. value: 534,
  39. label: "包装袋、箱"
  40. }, {
  41. value: 533,
  42. label: "印刷"
  43. }, {
  44. value: 436,
  45. label: "标签、标牌"
  46. }, {
  47. value: 435,
  48. label: "器皿、容器"
  49. }, {
  50. value: 355,
  51. label: "造纸"
  52. }, {
  53. value: 354,
  54. label: "纸类包装"
  55. }, {
  56. value: 353,
  57. label: "纸浆"
  58. }, {
  59. value: 181,
  60. label: "包装材料"
  61. }, {
  62. value: 180,
  63. label: "其他包装印刷"
  64. }, {
  65. value: 179,
  66. label: "记录媒介复制"
  67. }, {
  68. value: 176,
  69. label: "装订"
  70. }]
  71. }, {
  72. value: 462,
  73. label: "电气自动化",
  74. children: [{
  75. value: 555,
  76. label: "电气电工"
  77. }, {
  78. value: 550,
  79. label: "电池充电器"
  80. }, {
  81. value: 549,
  82. label: "其他电气自动化"
  83. }, {
  84. value: 373,
  85. label: "人工智能"
  86. }, {
  87. value: 372,
  88. label: "自动化元件"
  89. }, {
  90. value: 371,
  91. label: "自动化应用"
  92. }, {
  93. value: 370,
  94. label: "控制系统"
  95. }, {
  96. value: 241,
  97. label: "电力绝缘"
  98. }, {
  99. value: 238,
  100. label: "电力"
  101. }, {
  102. value: 237,
  103. label: "电线、电缆"
  104. }, {
  105. value: 236,
  106. label: "发电机"
  107. }, {
  108. value: 235,
  109. label: "电动机"
  110. }, {
  111. value: 234,
  112. label: "变压器、稳压器"
  113. }, {
  114. value: 233,
  115. label: "开关、插座、插头"
  116. }]
  117. }, {
  118. value: 461,
  119. label: "采矿冶金",
  120. children: [{
  121. value: 572,
  122. label: "金属合金冶炼铸造"
  123. }, {
  124. value: 571,
  125. label: "非金属开采冶炼"
  126. }, {
  127. value: 570,
  128. label: "黑色金属开采冶炼"
  129. }, {
  130. value: 569,
  131. label: "有色金属开采冶炼"
  132. }, {
  133. value: 552,
  134. label: "其他采矿冶金"
  135. }, {
  136. value: 512,
  137. label: "石油天然气开采提炼"
  138. }, {
  139. value: 511,
  140. label: "煤炭开采冶炼"
  141. }, {
  142. value: 192,
  143. label: "矿业设备"
  144. }]
  145. }, {
  146. value: 460,
  147. label: "航空航天",
  148. children: [{
  149. value: 567,
  150. label: "飞行器"
  151. }, {
  152. value: 545,
  153. label: "其他航空航天"
  154. }, {
  155. value: 510,
  156. label: "卫星导航"
  157. }, {
  158. value: 509,
  159. label: "卫星通信"
  160. }, {
  161. value: 508,
  162. label: "航空运行保障系统"
  163. }, {
  164. value: 507,
  165. label: "空中管理系统"
  166. }, {
  167. value: 506,
  168. label: "民用飞机"
  169. }]
  170. }, {
  171. value: 459,
  172. label: "海洋开发",
  173. children: [{
  174. value: 561,
  175. label: "海底勘探"
  176. }, {
  177. value: 546,
  178. label: "其他海洋开发"
  179. }, {
  180. value: 505,
  181. label: "海洋船舶"
  182. }, {
  183. value: 504,
  184. label: "渔业捕捞"
  185. }, {
  186. value: 503,
  187. label: "海洋渔业资源保护与监测"
  188. }, {
  189. value: 502,
  190. label: "海洋能源利用"
  191. }, {
  192. value: 501,
  193. label: "海底矿产利用"
  194. }, {
  195. value: 500,
  196. label: "海水养殖"
  197. }, {
  198. value: 497,
  199. label: "海水淡化"
  200. }]
  201. }, {
  202. value: 458,
  203. label: "农林牧业",
  204. children: [{
  205. value: 579,
  206. label: "农副产品深加工"
  207. }, {
  208. value: 554,
  209. label: "养殖"
  210. }, {
  211. value: 553,
  212. label: "种植"
  213. }, {
  214. value: 496,
  215. label: "其他农业牧业"
  216. }, {
  217. value: 495,
  218. label: "农副产品贮藏与保鲜"
  219. }, {
  220. value: 494,
  221. label: "农机用具"
  222. }, {
  223. value: 493,
  224. label: "饲料、肥料及添加剂"
  225. }, {
  226. value: 492,
  227. label: "病虫害防治"
  228. }, {
  229. value: 491,
  230. label: "家畜良种胚胎育种"
  231. }, {
  232. value: 489,
  233. label: "动植物新品培育"
  234. }]
  235. }, {
  236. value: 457,
  237. label: "医药与医疗",
  238. children: [{
  239. value: 547,
  240. label: "其他医药与医疗"
  241. }, {
  242. value: 488,
  243. label: "生物化工"
  244. }, {
  245. value: 487,
  246. label: "医疗器械"
  247. }, {
  248. value: 486,
  249. label: "新剂型及制剂"
  250. }, {
  251. value: 485,
  252. label: "化学药物"
  253. }, {
  254. value: 484,
  255. label: "中药、天然药物"
  256. }, {
  257. value: 483,
  258. label: "生物医药"
  259. }]
  260. }, {
  261. value: 456,
  262. label: "电子信息",
  263. children: [{
  264. value: 472,
  265. label: "其他电子信息"
  266. }, {
  267. value: 471,
  268. label: "智能交通"
  269. }, {
  270. value: 470,
  271. label: "信息安全"
  272. }, {
  273. value: 469,
  274. label: "广播电视"
  275. }, {
  276. value: 468,
  277. label: "通信"
  278. }, {
  279. value: 467,
  280. label: "硬件/数码"
  281. }, {
  282. value: 466,
  283. label: "微电子"
  284. }, {
  285. value: 465,
  286. label: "软件"
  287. }, {
  288. value: 291,
  289. label: "网络"
  290. }, {
  291. value: 286,
  292. label: "电子元器件"
  293. }]
  294. }, {
  295. value: 375,
  296. label: "新型材料",
  297. children: [{
  298. value: 473,
  299. label: "金属材料"
  300. }, {
  301. value: 382,
  302. label: "其他新材料技术"
  303. }, {
  304. value: 381,
  305. label: "纳米及超细材料"
  306. }, {
  307. value: 378,
  308. label: "无机非金属材料"
  309. }, {
  310. value: 377,
  311. label: "高分子材料"
  312. }, {
  313. value: 376,
  314. label: "生物医用材料"
  315. }]
  316. }, {
  317. value: 31,
  318. label: "仪器仪表",
  319. children: [{
  320. value: 566,
  321. label: "实验仪器"
  322. }, {
  323. value: 565,
  324. label: "分析仪器"
  325. }, {
  326. value: 564,
  327. label: "检测仪器"
  328. }, {
  329. value: 563,
  330. label: "压力仪表"
  331. }, {
  332. value: 562,
  333. label: "温度仪表"
  334. }, {
  335. value: 527,
  336. label: "其他仪器仪表"
  337. }, {
  338. value: 526,
  339. label: "光学仪器"
  340. }, {
  341. value: 525,
  342. label: "计时仪器"
  343. }]
  344. }, {
  345. value: 26,
  346. label: "橡胶塑料",
  347. children: [{
  348. value: 578,
  349. label: "塑料原料与制品"
  350. }, {
  351. value: 577,
  352. label: "橡胶原料与制品"
  353. }, {
  354. value: 207,
  355. label: "其他橡胶塑料"
  356. }, {
  357. value: 206,
  358. label: "橡塑加工与制造"
  359. }, {
  360. value: 205,
  361. label: "合成材料及其助剂"
  362. }]
  363. }, {
  364. value: 25,
  365. label: "交通运输",
  366. children: [{
  367. value: 576,
  368. label: "物流仓储"
  369. }, {
  370. value: 575,
  371. label: "公路运输"
  372. }, {
  373. value: 442,
  374. label: "电梯、缆车"
  375. }, {
  376. value: 441,
  377. label: "摩托车"
  378. }, {
  379. value: 440,
  380. label: "自行车"
  381. }, {
  382. value: 363,
  383. label: "装卸搬运"
  384. }, {
  385. value: 362,
  386. label: "管道运输"
  387. }, {
  388. value: 361,
  389. label: "水路运输"
  390. }, {
  391. value: 360,
  392. label: "铁路运输"
  393. }, {
  394. value: 200,
  395. label: "其他交通运输"
  396. }, {
  397. value: 198,
  398. label: "公路管理与养护"
  399. }, {
  400. value: 197,
  401. label: "城市公共交通系统"
  402. }, {
  403. value: 195,
  404. label: "航空运输"
  405. }, {
  406. value: 194,
  407. label: "汽车"
  408. }]
  409. }, {
  410. value: 20,
  411. label: "安全防护",
  412. children: [{
  413. value: 556,
  414. label: "防盗预警"
  415. }, {
  416. value: 432,
  417. label: "交通安全"
  418. }, {
  419. value: 430,
  420. label: "防身"
  421. }, {
  422. value: 174,
  423. label: "其他安全防护"
  424. }, {
  425. value: 173,
  426. label: "作业安防"
  427. }, {
  428. value: 172,
  429. label: "救生"
  430. }, {
  431. value: 171,
  432. label: "运动防护"
  433. }, {
  434. value: 170,
  435. label: "军用安防"
  436. }, {
  437. value: 169,
  438. label: "消防"
  439. }, {
  440. value: 168,
  441. label: "监控"
  442. }]
  443. }, {
  444. value: 19,
  445. label: "环保和资源",
  446. children: [{
  447. value: 557,
  448. label: "噪声污染治理"
  449. }, {
  450. value: 548,
  451. label: "其他环保和资源"
  452. }, {
  453. value: 544,
  454. label: "节能环保"
  455. }, {
  456. value: 482,
  457. label: "生态保护"
  458. }, {
  459. value: 481,
  460. label: "环境监测"
  461. }, {
  462. value: 480,
  463. label: "固体废弃物污染处理"
  464. }, {
  465. value: 348,
  466. label: "清洁生产与循环经济"
  467. }, {
  468. value: 167,
  469. label: "资源利用与开发"
  470. }, {
  471. value: 163,
  472. label: "大气污染防治"
  473. }, {
  474. value: 161,
  475. label: "水污染治理"
  476. }]
  477. }, {
  478. value: 18,
  479. label: "机械",
  480. children: [{
  481. value: 523,
  482. label: "光机电一体化"
  483. }, {
  484. value: 428,
  485. label: "模具"
  486. }, {
  487. value: 427,
  488. label: "机械检测"
  489. }, {
  490. value: 426,
  491. label: "机械清洗清理"
  492. }, {
  493. value: 425,
  494. label: "机械制冷"
  495. }, {
  496. value: 424,
  497. label: "铸造/热处理"
  498. }, {
  499. value: 423,
  500. label: "雕刻切割"
  501. }, {
  502. value: 422,
  503. label: "机械干燥"
  504. }, {
  505. value: 421,
  506. label: "机械分离"
  507. }, {
  508. value: 420,
  509. label: "机械过滤"
  510. }, {
  511. value: 419,
  512. label: "减速机/变速机"
  513. }, {
  514. value: 418,
  515. label: "泵"
  516. }, {
  517. value: 417,
  518. label: "阀门"
  519. }, {
  520. value: 346,
  521. label: "机械输送"
  522. }, {
  523. value: 345,
  524. label: "电焊"
  525. }, {
  526. value: 344,
  527. label: "机械粉碎"
  528. }, {
  529. value: 341,
  530. label: "发动机"
  531. }, {
  532. value: 340,
  533. label: "机床"
  534. }, {
  535. value: 339,
  536. label: "内燃机"
  537. }, {
  538. value: 300,
  539. label: "液压机"
  540. }, {
  541. value: 160,
  542. label: "其他机械"
  543. }, {
  544. value: 159,
  545. label: "通用零部件"
  546. }]
  547. }, {
  548. value: 17,
  549. label: "新能源",
  550. children: [{
  551. value: 543,
  552. label: "风能"
  553. }, {
  554. value: 479,
  555. label: "其他新能源"
  556. }, {
  557. value: 478,
  558. label: "能量转换与储存"
  559. }, {
  560. value: 477,
  561. label: "核能及氢能"
  562. }, {
  563. value: 476,
  564. label: "潮汐能"
  565. }, {
  566. value: 475,
  567. label: "生物质能"
  568. }, {
  569. value: 474,
  570. label: "地热能"
  571. }, {
  572. value: 416,
  573. label: "太阳能 "
  574. }]
  575. }, {
  576. value: 15,
  577. label: "化学化工",
  578. children: [{
  579. value: 522,
  580. label: "化工生产"
  581. }, {
  582. value: 521,
  583. label: "日用化学"
  584. }, {
  585. value: 520,
  586. label: "合成化学"
  587. }, {
  588. value: 519,
  589. label: "涂料、颜料、油墨"
  590. }, {
  591. value: 518,
  592. label: "农药"
  593. }, {
  594. value: 517,
  595. label: "肥料"
  596. }, {
  597. value: 516,
  598. label: "基础化学"
  599. }, {
  600. value: 515,
  601. label: "精炼石油"
  602. }, {
  603. value: 413,
  604. label: "专用化学"
  605. }, {
  606. value: 140,
  607. label: "其他化学化工"
  608. }, {
  609. value: 580,
  610. label: "盐湖化工"
  611. }]
  612. }, {
  613. value: 7,
  614. label: "轻工纺织",
  615. children: [{
  616. value: 559,
  617. label: "皮革"
  618. }, {
  619. value: 558,
  620. label: "纺织"
  621. }, {
  622. value: 551,
  623. label: "其他轻工纺织"
  624. }, {
  625. value: 532,
  626. label: "毛皮"
  627. }, {
  628. value: 529,
  629. label: "编织物"
  630. }, {
  631. value: 528,
  632. label: "棉及化纤印染精加工"
  633. }, {
  634. value: 86,
  635. label: "服装服饰"
  636. }, {
  637. value: 85,
  638. label: "制鞋"
  639. }]
  640. }, {
  641. value: 5,
  642. label: "家居用品",
  643. children: [{
  644. value: 574,
  645. label: "护理用品"
  646. }, {
  647. value: 573,
  648. label: "卫浴"
  649. }, {
  650. value: 402,
  651. label: "餐具"
  652. }, {
  653. value: 401,
  654. label: "厨具"
  655. }, {
  656. value: 308,
  657. label: "日常用品"
  658. }, {
  659. value: 307,
  660. label: "家用电器"
  661. }, {
  662. value: 73,
  663. label: "其他家居用品"
  664. }, {
  665. value: 72,
  666. label: "家居照明"
  667. }, {
  668. value: 68,
  669. label: "家具"
  670. }, {
  671. value: 67,
  672. label: "家居清洁"
  673. }, {
  674. value: 63,
  675. label: "家居饰品"
  676. }]
  677. }, {
  678. value: 4,
  679. label: "建筑建材",
  680. children: [{
  681. value: 400,
  682. label: "建筑电气"
  683. }, {
  684. value: 399,
  685. label: "采暖空调"
  686. }, {
  687. value: 398,
  688. label: "建筑照明"
  689. }, {
  690. value: 397,
  691. label: "建筑通风"
  692. }, {
  693. value: 396,
  694. label: "建筑给排水"
  695. }, {
  696. value: 305,
  697. label: "建筑装潢"
  698. }, {
  699. value: 304,
  700. label: "建筑材料"
  701. }, {
  702. value: 65,
  703. label: "其他建筑建材"
  704. }, {
  705. value: 62,
  706. label: "建筑施工"
  707. }, {
  708. value: 61,
  709. label: "管件、管材"
  710. }, {
  711. value: 58,
  712. label: "建筑装饰"
  713. }, {
  714. value: 57,
  715. label: "建筑结构"
  716. }]
  717. }, {
  718. value: 2,
  719. label: "食品饮料",
  720. children: [{
  721. value: 568,
  722. label: "方便食品"
  723. }, {
  724. value: 537,
  725. label: "茶类"
  726. }, {
  727. value: 535,
  728. label: "焙烤类"
  729. }, {
  730. value: 393,
  731. label: "果蔬类"
  732. }, {
  733. value: 392,
  734. label: "水产类"
  735. }, {
  736. value: 391,
  737. label: "肉类"
  738. }, {
  739. value: 390,
  740. label: "粗粮"
  741. }, {
  742. value: 389,
  743. label: "调味及发酵"
  744. }, {
  745. value: 388,
  746. label: "食用油"
  747. }, {
  748. value: 387,
  749. label: "酒类酿造"
  750. }, {
  751. value: 302,
  752. label: "甜品类"
  753. }, {
  754. value: 99,
  755. label: "乳品"
  756. }, {
  757. value: 50,
  758. label: "其他食品饮料"
  759. }, {
  760. value: 49,
  761. label: "食品添加剂"
  762. }, {
  763. value: 48,
  764. label: "食品加工"
  765. }, {
  766. value: 46,
  767. label: "饮料类"
  768. }]
  769. }, {
  770. value: 589,
  771. label: "钒钛产业",
  772. children: [{
  773. value: "590",
  774. label: "钒钛资源"
  775. }, {
  776. value: "591",
  777. label: "钒钛冶金"
  778. }, {
  779. value: "592",
  780. label: "钒钛化工"
  781. }, {
  782. value: "593",
  783. label: "钒钛钢"
  784. }, {
  785. value: "594",
  786. label: "钒钛新材料"
  787. }, {
  788. value: "595",
  789. label: "其他"
  790. }]
  791. }]
  792. }, {
  793. value: 601,
  794. label: "科技服务领域",
  795. children: [{
  796. value: 602,
  797. label: "研究开发",
  798. children: [{
  799. value: 612,
  800. label: "自然科学研究开发"
  801. }, {
  802. value: 613,
  803. label: "工程和技术研究开发"
  804. }, {
  805. value: 614,
  806. label: "农业科学研究开发"
  807. }, {
  808. value: 615,
  809. label: "医学研究开发"
  810. }, {
  811. value: 616,
  812. label: "其他"
  813. }]
  814. }, {
  815. value: 603,
  816. label: "技术转移",
  817. children: [{
  818. value: 617,
  819. label: "技术中介"
  820. }, {
  821. value: 618,
  822. label: "技术经纪"
  823. }, {
  824. value: 619,
  825. label: "科技查新"
  826. }, {
  827. value: 620,
  828. label: "技术评估"
  829. }, {
  830. value: 621,
  831. label: "技术鉴定"
  832. }, {
  833. value: 622,
  834. label: "其他"
  835. }]
  836. }, {
  837. value: 604,
  838. label: "检测认证",
  839. children: [{
  840. value: 623,
  841. label: "检测服务"
  842. }, {
  843. value: 624,
  844. label: "标准服务"
  845. }, {
  846. value: 625,
  847. label: "认证服务"
  848. }, {
  849. value: 626,
  850. label: "计量服务"
  851. }, {
  852. value: 627,
  853. label: "其他"
  854. }]
  855. }, {
  856. value: 605,
  857. label: "创业孵化",
  858. children: [{
  859. value: 628,
  860. label: "创业服务中心"
  861. }, {
  862. value: 629,
  863. label: "园区孵化器"
  864. }, {
  865. value: 630,
  866. label: "大学科技园孵化器"
  867. }, {
  868. value: 631,
  869. label: "企业孵化器"
  870. }, {
  871. value: 632,
  872. label: "创业咖啡馆"
  873. }, {
  874. value: 633,
  875. label: "留学人员创业园"
  876. }, {
  877. value: 634,
  878. label: "海外创业园"
  879. }, {
  880. value: 635,
  881. label: "其他"
  882. }]
  883. }, {
  884. value: 606,
  885. label: "知识产权",
  886. children: [{
  887. value: 636,
  888. label: "专利申请"
  889. }, {
  890. value: 637,
  891. label: "专利检索分析报告"
  892. }, {
  893. value: 638,
  894. label: "专利评价报告"
  895. }, {
  896. value: 639,
  897. label: "专利维权保护"
  898. }, {
  899. value: 640,
  900. label: "产权交易"
  901. }, {
  902. value: 641,
  903. label: "侵权风险评估"
  904. }, {
  905. value: 642,
  906. label: "知识产权托管"
  907. }, {
  908. value: 643,
  909. label: "商标服务"
  910. }, {
  911. value: 644,
  912. label: "商号权"
  913. }, {
  914. value: 645,
  915. label: "著作权服务"
  916. }, {
  917. value: 646,
  918. label: "植物新品种权"
  919. }, {
  920. value: 647,
  921. label: "集成电路布图设计权"
  922. }, {
  923. value: 648,
  924. label: "商业秘密"
  925. }, {
  926. value: 649,
  927. label: "其他"
  928. }]
  929. }, {
  930. value: 607,
  931. label: "科技咨询",
  932. children: [{
  933. value: 650,
  934. label: "技术咨询"
  935. }, {
  936. value: 651,
  937. label: "调研服务"
  938. }, {
  939. value: 652,
  940. label: "政策应用咨询"
  941. }, {
  942. value: 653,
  943. label: "管理咨询"
  944. }, {
  945. value: 654,
  946. label: "工程项目咨询"
  947. }, {
  948. value: 655,
  949. label: "创业咨询"
  950. }, {
  951. value: 656,
  952. label: "投融资咨询"
  953. }, {
  954. value: 657,
  955. label: "外包服务"
  956. }, {
  957. value: 658,
  958. label: "其他"
  959. }]
  960. }, {
  961. value: 608,
  962. label: "科学技术普及",
  963. children: [{
  964. value: 659,
  965. label: "科普服务"
  966. }, {
  967. value: 660,
  968. label: "科技出版服务"
  969. }, {
  970. value: 661,
  971. label: "科技教育服务"
  972. }, {
  973. value: 662,
  974. label: "其他"
  975. }]
  976. }, {
  977. value: 609,
  978. label: "科技人才服务",
  979. children: [{
  980. value: 663,
  981. label: "人才派遣"
  982. }, {
  983. value: 664,
  984. label: "人事委托代理"
  985. }, {
  986. value: 665,
  987. label: "人才中介"
  988. }, {
  989. value: 666,
  990. label: "猎头"
  991. }, {
  992. value: 667,
  993. label: "职业咨询"
  994. }, {
  995. value: 668,
  996. label: "人才招聘"
  997. }, {
  998. value: 669,
  999. label: "人才培训"
  1000. }, {
  1001. value: 670,
  1002. label: "档案管理"
  1003. }, {
  1004. value: 671,
  1005. label: "其他"
  1006. }]
  1007. }, {
  1008. value: 610,
  1009. label: "工程技术服务",
  1010. children: [{
  1011. value: 672,
  1012. label: "工程管理服务"
  1013. }, {
  1014. value: 673,
  1015. label: "工程勘察设计"
  1016. }, {
  1017. value: 674,
  1018. label: "其他"
  1019. }]
  1020. }, {
  1021. value: 611,
  1022. label: "专业化设计服务",
  1023. children: [{
  1024. value: 675,
  1025. label: "平面设计"
  1026. }, {
  1027. value: 676,
  1028. label: "品牌设计"
  1029. }, {
  1030. value: 677,
  1031. label: "网站UI设计"
  1032. }, {
  1033. value: 678,
  1034. label: "产品外观设计"
  1035. }, {
  1036. value: 679,
  1037. label: "机械设计"
  1038. }, {
  1039. value: 680,
  1040. label: "电路设计"
  1041. }, {
  1042. value: 681,
  1043. label: "模具设计"
  1044. }, {
  1045. value: 682,
  1046. label: "工程建筑设计"
  1047. }, {
  1048. value: 683,
  1049. label: "家具设计"
  1050. }, {
  1051. value: 684,
  1052. label: "电子产品设计"
  1053. }, {
  1054. value: 685,
  1055. label: "日用品设计"
  1056. }, {
  1057. value: 686,
  1058. label: "体育用品设计"
  1059. }, {
  1060. value: 687,
  1061. label: "礼品设计"
  1062. }, {
  1063. value: 688,
  1064. label: "其他"
  1065. }]
  1066. }]
  1067. }, {
  1068. value: 689,
  1069. label: "商业市场领域",
  1070. children: [{
  1071. value: 691,
  1072. label: "商业贸易",
  1073. children: [{
  1074. value: 697,
  1075. label: "贸易"
  1076. }, {
  1077. value: 698,
  1078. label: "批发"
  1079. }, {
  1080. value: 699,
  1081. label: "零售"
  1082. }, {
  1083. value: 700,
  1084. label: "电子商务"
  1085. }, {
  1086. value: 701,
  1087. label: "房地产相关"
  1088. }, {
  1089. value: 702,
  1090. label: "其他"
  1091. }]
  1092. }, {
  1093. value: 692,
  1094. label: "金融服务",
  1095. children: [{
  1096. value: 703,
  1097. label: "货币金融"
  1098. }, {
  1099. value: 704,
  1100. label: "资本投资"
  1101. }, {
  1102. value: 705,
  1103. label: "保险"
  1104. }, {
  1105. value: 706,
  1106. label: "其他"
  1107. }]
  1108. }, {
  1109. value: 693,
  1110. label: "市场服务",
  1111. children: [{
  1112. value: 707,
  1113. label: "财税服务"
  1114. }, {
  1115. value: 708,
  1116. label: "法律服务"
  1117. }, {
  1118. value: 709,
  1119. label: "融资服务"
  1120. }, {
  1121. value: 710,
  1122. label: "信用服务"
  1123. }, {
  1124. value: 711,
  1125. label: "广告服务"
  1126. }, {
  1127. value: 712,
  1128. label: "担保服务"
  1129. }, {
  1130. value: 713,
  1131. label: "投资理财"
  1132. }, {
  1133. value: 714,
  1134. label: "旅行服务"
  1135. }, {
  1136. value: 715,
  1137. label: "安保服务"
  1138. }, {
  1139. value: 716,
  1140. label: "包装服务"
  1141. }, {
  1142. value: 717,
  1143. label: "会展服务"
  1144. }, {
  1145. value: 718,
  1146. label: "市场管理"
  1147. }, {
  1148. value: 719,
  1149. label: "物流客运"
  1150. }, {
  1151. value: 720,
  1152. label: "医疗服务"
  1153. }, {
  1154. value: 721,
  1155. label: "办公服务"
  1156. }, {
  1157. value: 722,
  1158. label: "修理维护"
  1159. }, {
  1160. value: 723,
  1161. label: "其他"
  1162. }]
  1163. }, {
  1164. value: 694,
  1165. label: "租赁服务",
  1166. children: [{
  1167. value: 724,
  1168. label: "机械设备租赁"
  1169. }, {
  1170. value: 725,
  1171. label: "仪器仪表租赁"
  1172. }, {
  1173. value: 726,
  1174. label: "汽车租赁"
  1175. }, {
  1176. value: 727,
  1177. label: "计算机及通讯设备租赁"
  1178. }, {
  1179. value: 728,
  1180. label: "娱乐及体育设备出租"
  1181. }, {
  1182. value: 729,
  1183. label: "其他"
  1184. }]
  1185. }, {
  1186. value: 695,
  1187. label: "信息技术服务",
  1188. children: [{
  1189. value: 730,
  1190. label: "电信服务"
  1191. }, {
  1192. value: 731,
  1193. label: "广播电视传输服务"
  1194. }, {
  1195. value: 732,
  1196. label: "卫星传输服务"
  1197. }, {
  1198. value: 733,
  1199. label: "互联网信息服务"
  1200. }, {
  1201. value: 734,
  1202. label: "互联网技术服务"
  1203. }, {
  1204. value: 735,
  1205. label: "软件服务"
  1206. }, {
  1207. value: 736,
  1208. label: "其他"
  1209. }]
  1210. }, {
  1211. value: 696,
  1212. label: "文体娱乐",
  1213. children: [{
  1214. value: 737,
  1215. label: "广电出版传媒"
  1216. }, {
  1217. value: 738,
  1218. label: "文化艺术"
  1219. }, {
  1220. value: 739,
  1221. label: "体育"
  1222. }, {
  1223. value: 740,
  1224. label: "娱乐"
  1225. }, {
  1226. value: 741,
  1227. label: "其他"
  1228. }]
  1229. }]
  1230. }, {
  1231. value: 690,
  1232. label: "公共服务领域",
  1233. children: [{
  1234. value: 742,
  1235. label: "公共管理服务",
  1236. children: [{
  1237. value: 744,
  1238. label: "电力"
  1239. }, {
  1240. value: 745,
  1241. label: "水务"
  1242. }, {
  1243. value: 746,
  1244. label: "燃气"
  1245. }, {
  1246. value: 747,
  1247. label: "生态保护"
  1248. }, {
  1249. value: 748,
  1250. label: "环境治理"
  1251. }, {
  1252. value: 749,
  1253. label: "公共设施管理"
  1254. }, {
  1255. value: 750,
  1256. label: "党政机构"
  1257. }, {
  1258. value: 751,
  1259. label: "社群团体"
  1260. }, {
  1261. value: 752,
  1262. label: "国际组织"
  1263. }, {
  1264. value: 753,
  1265. label: "其他"
  1266. }]
  1267. }, {
  1268. value: 743,
  1269. label: "专业化技术公共服务",
  1270. children: [{
  1271. value: 754,
  1272. label: "气象服务"
  1273. }, {
  1274. value: 755,
  1275. label: "地震服务"
  1276. }, {
  1277. value: 756,
  1278. label: "海洋服务"
  1279. }, {
  1280. value: 757,
  1281. label: "测绘服务"
  1282. }, {
  1283. value: 758,
  1284. label: "环境与生态监测"
  1285. }, {
  1286. value: 759,
  1287. label: "地质勘查"
  1288. }, {
  1289. value: 760,
  1290. label: "规划设计服务"
  1291. }, {
  1292. value: 761,
  1293. label: "其他"
  1294. }]
  1295. }, {
  1296. value: 762,
  1297. label: "教育 ",
  1298. children: [{
  1299. value: 763,
  1300. label: "学前教育"
  1301. }, {
  1302. value: 764,
  1303. label: "初等教育"
  1304. }, {
  1305. value: 765,
  1306. label: "中等教育"
  1307. }, {
  1308. value: 766,
  1309. label: "高等教育"
  1310. }, {
  1311. value: 767,
  1312. label: "特殊教育"
  1313. }, {
  1314. value: 768,
  1315. label: "技能培训"
  1316. }, {
  1317. value: 769,
  1318. label: "其他"
  1319. }]
  1320. }]
  1321. }];
  1322. const TechSelect = React.createClass({
  1323. onChange(value,s) {
  1324. if ( s.length > 0 ) {
  1325. this.props.techzone(s[0].label,s[1].label,s[2].label);
  1326. }
  1327. },
  1328. render() {
  1329. return (
  1330. <Cascader options={DataObject} onChange={this.onChange} />
  1331. )
  1332. }
  1333. });
  1334. export default TechSelect;