techAchievementDesc.jsx 71 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564
  1. import React from 'react';
  2. import { Tabs, Table, Icon, Tooltip, Modal, message, AutoComplete, Spin, Upload, Input, InputNumber, Select, DatePicker, Button, Radio, Form, Cascader, Tag } from 'antd';
  3. import moment from 'moment';
  4. import './techAchievement.less';
  5. import ajax from 'jquery/src/ajax/xhr.js';
  6. import $ from 'jquery/src/ajax';
  7. import { IndustryObject, getIndustryCategory } from '../../DicIndustryList.js';
  8. import { beforeUploadFile, splitUrl, companySearch, getAchievementCategory, getDemandType } from '../../tools.js';
  9. import throttle from '../../throttle.js';
  10. const KeyWordTagGroup = React.createClass({
  11. getInitialState() {
  12. return {
  13. tags: [],
  14. inputVisible: false,
  15. inputValue: ''
  16. };
  17. },
  18. handleClose(removedTag) {
  19. const tags = this.state.tags.filter(tag => tag !== removedTag);
  20. this.props.tagsArr(tags);
  21. this.setState({ tags });
  22. },
  23. showInput() {
  24. this.setState({ inputVisible: true }, () => this.input.focus());
  25. },
  26. handleInputChange(e) {
  27. this.setState({ inputValue: e.target.value });
  28. },
  29. handleInputConfirm() {
  30. const state = this.state;
  31. const inputValue = state.inputValue;
  32. let tags = state.tags;
  33. if (inputValue && tags.indexOf(inputValue) === -1 && inputValue.replace(/(^\s*)|(\s*$)/g, "").length != 0) {
  34. tags = [...tags, inputValue.replace(/(^\s*)|(\s*$)/g, "")];
  35. };
  36. this.props.tagsArr(tags);
  37. this.setState({
  38. tags,
  39. inputVisible: false,
  40. inputValue: '',
  41. });
  42. },
  43. componentWillMount() {
  44. this.state.tags = this.props.keyWordArr;
  45. },
  46. componentWillReceiveProps(nextProps) {
  47. if (this.props.keyWordArr != nextProps.keyWordArr) {
  48. this.state.tags = nextProps.keyWordArr;
  49. };
  50. },
  51. render() {
  52. const { tags, inputVisible, inputValue } = this.state;
  53. return (
  54. <div className="keyWord-tips">
  55. {tags.map((tag, index) => {
  56. const isLongTag = tag.length > 10;
  57. const tagElem = (
  58. <Tag key={tag} closable={index !== -1} afterClose={() => this.handleClose(tag)}>
  59. {isLongTag ? `${tag.slice(0, 10)}...` : tag}
  60. </Tag>
  61. );
  62. return isLongTag ? <Tooltip title={tag}>{tagElem}</Tooltip> : tagElem;
  63. })}
  64. {inputVisible && (
  65. <Input
  66. ref={input => this.input = input}
  67. type="text"
  68. style={{ width: 78 }}
  69. value={inputValue}
  70. onChange={this.handleInputChange}
  71. onBlur={this.handleInputConfirm}
  72. onPressEnter={this.handleInputConfirm}
  73. />
  74. )}
  75. {!inputVisible && <Button className="addtips" type="dashed" disabled={tags.length > 9 ? true : false} onClick={this.showInput}>+ 新关键词</Button>}
  76. </div>
  77. );
  78. }
  79. });
  80. const PicturesWall = React.createClass({
  81. getInitialState() {
  82. return {
  83. previewVisible: false,
  84. previewImage: '',
  85. fileList: [],
  86. }
  87. },
  88. handleCancel() {
  89. this.setState({ previewVisible: false })
  90. },
  91. handlePreview(file) {
  92. this.setState({
  93. previewImage: file.url || file.thumbUrl,
  94. previewVisible: true,
  95. });
  96. },
  97. handleChange(info) {
  98. let fileList = info.fileList;
  99. this.setState({ fileList });
  100. this.props.fileList(fileList);
  101. },
  102. componentWillReceiveProps(nextProps) {
  103. this.state.fileList = nextProps.pictureUrl;
  104. },
  105. render() {
  106. const { previewVisible, previewImage, fileList } = this.state;
  107. const uploadButton = (
  108. <div>
  109. <Icon type="plus" />
  110. <div className="ant-upload-text">点击上传</div>
  111. </div>
  112. );
  113. return (
  114. <div className="clearfix">
  115. <Upload
  116. action={globalConfig.context + "/api/admin/achievement/uploadPicture"}
  117. data={{ 'sign': this.props.pictureSign }}
  118. listType="picture-card"
  119. fileList={fileList}
  120. onPreview={this.handlePreview}
  121. onChange={this.handleChange} >
  122. {fileList.length >= 5 ? null : uploadButton}
  123. </Upload>
  124. <Modal maskClosable={false} visible={previewVisible} footer={null} onCancel={this.handleCancel}>
  125. <img alt="example" style={{ width: '100%' }} src={previewImage} />
  126. </Modal>
  127. </div>
  128. );
  129. }
  130. });
  131. const AchievementDetailShow = Form.create()(React.createClass({
  132. getInitialState() {
  133. return {
  134. visible: false,
  135. loading: false,
  136. textFileList: [],
  137. techPlanFileList: [],
  138. businessPlanFileList: [],
  139. maturityPictureUrl: [],
  140. technicalPictureUrl: [],
  141. tags: []
  142. };
  143. },
  144. loadData(id) {
  145. this.setState({
  146. loading: true
  147. });
  148. $.ajax({
  149. method: "get",
  150. dataType: "json",
  151. crossDomain: false,
  152. url: globalConfig.context + this.props.detailApiUrl,
  153. data: {
  154. id: id
  155. },
  156. success: function (data) {
  157. let thisData = data.data;
  158. if (!thisData) {
  159. if (data.error && data.error.length) {
  160. message.warning(data.error[0].message);
  161. };
  162. thisData = {};
  163. };
  164. this.setState({
  165. data: thisData,
  166. tags: thisData.keyword ? thisData.keyword.split(",") : [],
  167. technicalPictureUrl: thisData.technicalPictureUrl ? splitUrl(thisData.technicalPictureUrl, ',', globalConfig.avatarHost + '/upload') : [],
  168. maturityPictureUrl: thisData.maturityPictureUrl ? splitUrl(thisData.maturityPictureUrl, ',', globalConfig.avatarHost + '/upload') : []
  169. });
  170. }.bind(this),
  171. }).always(function () {
  172. this.setState({
  173. loading: false
  174. });
  175. }.bind(this));
  176. },
  177. offShelf() {
  178. this.setState({
  179. loading: true
  180. });
  181. $.ajax({
  182. method: "post",
  183. dataType: "json",
  184. crossDomain: false,
  185. url: globalConfig.context + "/api/admin/achievement/offShelf",
  186. data: { "id": this.props.data.id }
  187. }).done(function (data) {
  188. if (!data.error.length) {
  189. message.success('撤销成功!');
  190. this.setState({
  191. visible: false,
  192. releaseSubmitVisible: false
  193. });
  194. this.props.handleOk();
  195. } else {
  196. message.warning(data.error[0].message);
  197. }
  198. }.bind(this));
  199. },
  200. formSubmit() {
  201. this.props.form.validateFields((err, values) => {
  202. if (values.auditStatus == 3 && !values.techBroderId) {
  203. message.warning('必须选择一个技术经纪人!');
  204. return
  205. };
  206. if (!err) {
  207. this.setState({
  208. loading: true
  209. });
  210. $.ajax({
  211. method: "POST",
  212. dataType: "json",
  213. crossDomain: false,
  214. url: globalConfig.context + '/api/admin/audit/achievement',
  215. data: {
  216. id: this.props.data.id,
  217. techBroderId: values.techBroderId,
  218. auditStatus: values.auditStatus
  219. }
  220. }).done(function (data) {
  221. this.state.auditStatus = 0;
  222. if (!data.error.length) {
  223. message.success('保存成功!');
  224. this.setState({
  225. visible: false,
  226. formSubmitVisible: false
  227. });
  228. this.props.handleOk();
  229. } else {
  230. message.warning(data.error[0].message);
  231. }
  232. }.bind(this));
  233. }
  234. });
  235. },
  236. handleSubmit(e) {
  237. e.preventDefault();
  238. this.props.form.validateFields((err, values) => {
  239. if (values.auditStatus == 4) {
  240. this.setState({
  241. formSubmitVisible: true
  242. });
  243. } else {
  244. this.formSubmit();
  245. };
  246. });
  247. },
  248. componentWillMount() {
  249. if (this.props.data.id) {
  250. this.loadData(this.props.data.id);
  251. } else {
  252. this.state.data = {};
  253. };
  254. },
  255. componentWillReceiveProps(nextProps) {
  256. if (!this.props.visible && nextProps.visible) {
  257. this.state.textFileList = [];
  258. this.state.techPlanFileList = [];
  259. this.state.businessPlanFileList = [];
  260. if (nextProps.data.id) {
  261. this.loadData(nextProps.data.id);
  262. } else {
  263. this.state.data = {};
  264. this.state.tags = [];
  265. this.state.maturityPictureUrl = [];
  266. this.state.technicalPictureUrl = [];
  267. };
  268. this.props.form.resetFields();
  269. };
  270. },
  271. render() {
  272. const theData = this.state.data || {};
  273. const { getFieldDecorator } = this.props.form;
  274. const FormItem = Form.Item
  275. const formItemLayout = {
  276. labelCol: { span: 8 },
  277. wrapperCol: { span: 14 },
  278. };
  279. return (
  280. <Form horizontal onSubmit={this.handleSubmit} id="demand-form">
  281. <Spin spinning={this.state.loading}>
  282. <div className="clearfix">
  283. <FormItem className="half-item"
  284. {...formItemLayout}
  285. label="编号" >
  286. <span>{theData.serialNumber}</span>
  287. </FormItem>
  288. <FormItem className="half-item"
  289. {...formItemLayout}
  290. label="名称" >
  291. <span>{theData.name}</span>
  292. </FormItem>
  293. <FormItem className="half-item"
  294. {...formItemLayout}
  295. label="数据类别" >
  296. {(() => {
  297. switch (theData.dataCategory) {
  298. case "0":
  299. return <span>成果</span>;
  300. case "1":
  301. return <span>技术</span>;
  302. case "2":
  303. return <span>项目</span>;
  304. }
  305. })()}
  306. </FormItem>
  307. <FormItem className="half-item"
  308. {...formItemLayout}
  309. label="类型" >
  310. <span>{getAchievementCategory(theData.category)}</span>
  311. </FormItem>
  312. </div>
  313. <div className="clearfix">
  314. <FormItem className="half-item"
  315. {...formItemLayout}
  316. label="是否发布" >
  317. {(() => {
  318. switch (theData.releaseStatus) {
  319. case "0":
  320. return <span>未发布</span>;
  321. case "1":
  322. return <div>
  323. <span>已发布</span>
  324. <Button style={{ marginLeft: '10px' }} onClick={() => { this.setState({ releaseSubmitVisible: true }); }}>撤消发布</Button>
  325. <Modal maskClosable={false} title="确认"
  326. visible={this.state.releaseSubmitVisible}
  327. width='300px'
  328. footer={null}
  329. onCancel={() => { this.setState({ releaseSubmitVisible: false }) }} >
  330. <span>确认要撤销发布吗?</span>
  331. <Button className="modal-submit" type="primary" onClick={this.offShelf} >确认</Button>
  332. <Button className="modal-submit" type="ghost" onClick={() => { this.setState({ releaseSubmitVisible: false }) }}>取消</Button>
  333. </Modal>
  334. </div>;
  335. }
  336. })()}
  337. </FormItem>
  338. <FormItem className="half-item"
  339. {...formItemLayout}
  340. label="发布时间" >
  341. <span>{theData.releaseDateFormattedDate}</span>
  342. </FormItem>
  343. <FormItem className="half-item"
  344. {...formItemLayout}
  345. label="审核状态" >
  346. {(() => {
  347. switch (theData.auditStatus) {
  348. case "0":
  349. return <span>未提交审核(草稿)</span>;
  350. case "1":
  351. return <span>提交审核</span>;
  352. case "2":
  353. return <span>审核中</span>;
  354. case "3":
  355. return <span>审核通过</span>;
  356. case "4":
  357. return <span>审核未通过</span>;
  358. }
  359. })()}
  360. </FormItem>
  361. </div>
  362. <FormItem
  363. labelCol={{ span: 4 }}
  364. wrapperCol={{ span: 18 }}
  365. label="关键词" >
  366. {this.state.tags.map((tag) => {
  367. return <Tooltip key={tag} title={tag}>
  368. <Tag key={tag}>{tag}</Tag>
  369. </Tooltip>;
  370. })}
  371. </FormItem>
  372. <FormItem
  373. labelCol={{ span: 4 }}
  374. wrapperCol={{ span: 18 }}
  375. label="摘要" >
  376. <span>{theData.summary}</span>
  377. </FormItem>
  378. <FormItem
  379. labelCol={{ span: 4 }}
  380. wrapperCol={{ span: 18 }}
  381. label="成果简介" >
  382. <span>{theData.introduction}</span>
  383. </FormItem>
  384. <FormItem
  385. labelCol={{ span: 4 }}
  386. wrapperCol={{ span: 18 }}
  387. label="技术图片" >
  388. <div className="clearfix">
  389. <Upload className="demandDetailShow-upload"
  390. listType="picture-card"
  391. fileList={this.state.technicalPictureUrl}
  392. onPreview={(file) => {
  393. this.setState({
  394. previewImage: file.url || file.thumbUrl,
  395. previewVisible: true,
  396. });
  397. }} >
  398. </Upload>
  399. <Modal maskClosable={false} footer={null}
  400. visible={this.state.previewVisible}
  401. onCancel={() => { this.setState({ previewVisible: false }) }}>
  402. <img alt="" style={{ width: '100%' }} src={this.state.previewImage || ''} />
  403. </Modal>
  404. </div>
  405. </FormItem>
  406. <FormItem
  407. labelCol={{ span: 4 }}
  408. wrapperCol={{ span: 18 }}
  409. label="应用领域" >
  410. <span>{getIndustryCategory(theData.fieldA, theData.fieldB)}</span>
  411. </FormItem>
  412. <div className="clearfix">
  413. <FormItem className="half-item"
  414. {...formItemLayout}
  415. label="成熟度" >
  416. {(() => {
  417. switch (theData.maturity) {
  418. case "0":
  419. return <span>正在研发</span>;
  420. case "1":
  421. return <span>已有样品</span>;
  422. case "2":
  423. return <span>通过小试</span>;
  424. case "3":
  425. return <span>通过中试</span>;
  426. case "4":
  427. return <span>可以量产</span>;
  428. }
  429. })()}
  430. </FormItem>
  431. <FormItem className="half-item"
  432. {...formItemLayout}
  433. label="创新度" >
  434. {(() => {
  435. switch (theData.innovation) {
  436. case "0":
  437. return <span>行业先进</span>;
  438. case "1":
  439. return <span>行业领先</span>;
  440. case "2":
  441. return <span>国内先进</span>;
  442. case "3":
  443. return <span>国内领先</span>;
  444. case "4":
  445. return <span>国际先进</span>;
  446. case "5":
  447. return <span>国际领先</span>;
  448. }
  449. })()}
  450. </FormItem>
  451. </div>
  452. <FormItem
  453. labelCol={{ span: 4 }}
  454. wrapperCol={{ span: 18 }}
  455. label="成熟度证明材料(图片)" >
  456. <Upload className="demandDetailShow-upload"
  457. listType="picture-card"
  458. fileList={this.state.maturityPictureUrl}
  459. onPreview={(file) => {
  460. this.setState({
  461. previewImage: file.url || file.thumbUrl,
  462. previewVisible: true,
  463. });
  464. }} >
  465. </Upload>
  466. </FormItem>
  467. <FormItem
  468. labelCol={{ span: 4 }}
  469. wrapperCol={{ span: 6 }}
  470. label="成熟度证明材料(文本)" >
  471. <p>{theData.maturityTextFileUrl ?
  472. <span className="download-file">
  473. <a onClick={() => { window.open(globalConfig.context + '/api/admin/achievement/download?id=' + this.props.data.id + '&sign=achievement_maturity_text_file') }}>成熟度证明材料(文本文件)</a>
  474. </span>
  475. : <span><Icon type="exclamation-circle" style={{ color: '#ffbf00', marginRight: '6px' }} />未上传!</span>}</p>
  476. </FormItem>
  477. <FormItem
  478. labelCol={{ span: 4 }}
  479. wrapperCol={{ span: 18 }}
  480. label="成熟度证明材料(视频地址)" >
  481. <span>{theData.maturityVideoUrl}</span>
  482. </FormItem>
  483. <div className="clearfix" >
  484. <FormItem className="half-item"
  485. {...formItemLayout}
  486. label="成果所有人名称" >
  487. <span>{theData.ownerName}</span>
  488. </FormItem>
  489. </div>
  490. <div className="clearfix">
  491. <FormItem className="half-item"
  492. {...formItemLayout}
  493. label="合作方式" >
  494. {(() => {
  495. switch (theData.cooperationMode) {
  496. case "0":
  497. return <span>技术转让</span>;
  498. case "1":
  499. return <span>授权生产</span>;
  500. }
  501. })()}
  502. </FormItem>
  503. <FormItem className="half-item"
  504. {...formItemLayout}
  505. label="转让方式" >
  506. {(() => {
  507. switch (theData.transferMode) {
  508. case "0":
  509. return <span>完全转让</span>;
  510. case "1":
  511. return <span>许可转让</span>;
  512. case "2":
  513. return <span>技术入股</span>;
  514. }
  515. })()}
  516. </FormItem>
  517. </div>
  518. <div className="clearfix">
  519. <FormItem className="half-item"
  520. {...formItemLayout}
  521. label="议价方式" >
  522. {(() => {
  523. switch (theData.bargainingMode) {
  524. case "0":
  525. return <span>面议</span>;
  526. case "1":
  527. return <span>定价</span>;
  528. }
  529. })()}
  530. </FormItem>
  531. <FormItem className="half-item"
  532. {...formItemLayout}
  533. label="转让价格" >
  534. <span>{theData.transferPrice} 万元</span>
  535. </FormItem>
  536. </div>
  537. <FormItem
  538. labelCol={{ span: 4 }}
  539. wrapperCol={{ span: 18 }}
  540. label="技术场景" >
  541. <span>{theData.technicalScene}</span>
  542. </FormItem>
  543. <FormItem
  544. labelCol={{ span: 4 }}
  545. wrapperCol={{ span: 18 }}
  546. label="技术突破" >
  547. <span>{theData.breakthrough}</span>
  548. </FormItem>
  549. <FormItem
  550. labelCol={{ span: 4 }}
  551. wrapperCol={{ span: 18 }}
  552. label="专利情况" >
  553. <span>{theData.patentCase}</span>
  554. </FormItem>
  555. <FormItem
  556. labelCol={{ span: 4 }}
  557. wrapperCol={{ span: 18 }}
  558. label="获奖情况" >
  559. <span>{theData.awards}</span>
  560. </FormItem>
  561. <FormItem
  562. labelCol={{ span: 4 }}
  563. wrapperCol={{ span: 18 }}
  564. label="技术团队情况" >
  565. <span>{theData.teamDes}</span>
  566. </FormItem>
  567. <FormItem
  568. labelCol={{ span: 4 }}
  569. wrapperCol={{ span: 18 }}
  570. label="技术参数" >
  571. <span>{theData.parameter}</span>
  572. </FormItem>
  573. <FormItem
  574. labelCol={{ span: 4 }}
  575. wrapperCol={{ span: 6 }}
  576. label="技术方案" >
  577. <p>{theData.techPlanUrl ?
  578. <span className="download-file">
  579. <a onClick={() => { window.open(globalConfig.context + '/api/admin/achievement/download?id=' + this.props.data.id + '&sign=achievement_tech_plan') }}>技术方案</a>
  580. </span>
  581. : <span><Icon type="exclamation-circle" style={{ color: '#ffbf00', marginRight: '6px' }} />未上传!</span>}</p>
  582. </FormItem>
  583. <FormItem
  584. labelCol={{ span: 4 }}
  585. wrapperCol={{ span: 6 }}
  586. label="商业计划书" >
  587. <p>{theData.businessPlanUrl ?
  588. <span className="download-file">
  589. <a onClick={() => { window.open(globalConfig.context + '/api/admin/achievement/download?id=' + this.props.data.id + '&sign=achievement_business_plan') }}>商业计划书</a>
  590. </span>
  591. : <span><Icon type="exclamation-circle" style={{ color: '#ffbf00', marginRight: '6px' }} />未上传!</span>}</p>
  592. </FormItem>
  593. {window.showAuditStatus && theData.auditStatus == 2 ? <div className="clearfix">
  594. <FormItem className="half-item"
  595. {...formItemLayout}
  596. label="审核状态" >
  597. {getFieldDecorator('auditStatus')(
  598. <Radio.Group>
  599. <Radio value={3}>审核通过</Radio>
  600. <Radio value={4}>审核未通过</Radio>
  601. </Radio.Group>
  602. )}
  603. </FormItem>
  604. <FormItem className="half-item"
  605. {...formItemLayout}
  606. label="技术经纪人" >
  607. {getFieldDecorator('techBroderId', {
  608. initialValue: theData.techBroderId
  609. })(
  610. <Select style={{ width: 260 }}>
  611. {this.props.techBrodersOption}
  612. </Select>
  613. )}
  614. </FormItem>
  615. </div> : <div></div>}
  616. <FormItem wrapperCol={{ span: 12, offset: 4 }}>
  617. {theData.auditStatus == 2 ? <Button className="set-submit" type="primary" htmlType="submit">保存</Button> : <span></span>}
  618. <Button className="set-submit" type="ghost" onClick={this.props.closeDesc}>取消</Button>
  619. </FormItem>
  620. <Modal maskClosable={false} title="确认"
  621. visible={this.state.formSubmitVisible}
  622. width='360px'
  623. footer={null}
  624. onCancel={() => { this.setState({ formSubmitVisible: false }) }} >
  625. <span>确认该需求审核未通过?</span>
  626. <Button className="modal-submit" type="primary" onClick={this.formSubmit}>确认</Button>
  627. <Button className="modal-submit" type="ghost" onClick={() => { this.setState({ formSubmitVisible: false }) }}>取消</Button>
  628. </Modal>
  629. </Spin>
  630. </Form >
  631. )
  632. }
  633. }));
  634. const AchievementDetailForm = Form.create()(React.createClass({
  635. getInitialState() {
  636. return {
  637. visible: false,
  638. loading: false,
  639. auditStatus: 0,
  640. textFileList: [],
  641. techPlanFileList: [],
  642. businessPlanFileList: [],
  643. maturityPictureUrl: [],
  644. technicalPictureUrl: [],
  645. dataSource: [],
  646. tags: []
  647. };
  648. },
  649. loadData(id) {
  650. this.setState({
  651. loading: true
  652. });
  653. $.ajax({
  654. method: "get",
  655. dataType: "json",
  656. crossDomain: false,
  657. url: globalConfig.context + this.props.detailApiUrl,
  658. data: {
  659. id: id
  660. },
  661. success: function (data) {
  662. let thisData = data.data;
  663. if (!thisData) {
  664. if (data.error && data.error.length) {
  665. message.warning(data.error[0].message);
  666. };
  667. thisData = {};
  668. };
  669. this.setState({
  670. data: thisData,
  671. orgDisplay: thisData.ownerType,
  672. tags: thisData.keyword ? thisData.keyword.split(",") : [],
  673. technicalPictureUrl: thisData.technicalPictureUrl ? splitUrl(thisData.technicalPictureUrl, ',', globalConfig.avatarHost + '/upload') : [],
  674. maturityPictureUrl: thisData.maturityPictureUrl ? splitUrl(thisData.maturityPictureUrl, ',', globalConfig.avatarHost + '/upload') : []
  675. });
  676. if (thisData.ownerType == "1") {
  677. this.getContactsList(thisData.ownerId);
  678. };
  679. }.bind(this),
  680. }).always(function () {
  681. this.setState({
  682. loading: false
  683. });
  684. }.bind(this));
  685. },
  686. getContactsList(theUid) {
  687. $.ajax({
  688. method: "get",
  689. dataType: "json",
  690. crossDomain: false,
  691. url: globalConfig.context + "/api/admin/getContacts",
  692. data: {
  693. uid: theUid
  694. },
  695. success: function (data) {
  696. let theOption = [];
  697. if (!data.data) {
  698. if (data.error && data.error.length) {
  699. message.warning(data.error[0].message);
  700. return;
  701. };
  702. };
  703. for (let item in data.data) {
  704. let theData = data.data[item];
  705. theOption.push(
  706. <Select.Option value={item} key={theData}>{theData}</Select.Option>
  707. );
  708. };
  709. this.setState({
  710. contactsOption: theOption
  711. });
  712. }.bind(this),
  713. });
  714. },
  715. getTagsArr(e) {
  716. this.setState({ tags: e });
  717. },
  718. getMaturityPictureUrl(e) {
  719. this.setState({ maturityPictureUrl: e });
  720. },
  721. getTechnicalPictureUrl(e) {
  722. this.setState({ technicalPictureUrl: e });
  723. },
  724. handleSearch(e) {
  725. if (this.props.detailApiUrl.indexOf('org') != -1) {
  726. $.ajax({
  727. method: "get",
  728. dataType: "json",
  729. crossDomain: false,
  730. url: globalConfig.context + "/api/admin/achievement/orgOwner",
  731. data: { name: e },
  732. success: function (data) {
  733. let theArr = [];
  734. let theObj = {};
  735. if (!data.data) {
  736. if (data.error && data.error.length) {
  737. message.warning(data.error[0].message);
  738. };
  739. } else if (!$.isEmptyObject(data.data)) {
  740. data.data.map(function (item) {
  741. theArr.push(item.unitName);
  742. theObj[item.unitName] = item.uid;
  743. });
  744. };
  745. this.setState({
  746. dataSource: theArr,
  747. dataSourceObj: theObj
  748. });
  749. }.bind(this),
  750. });
  751. } else {
  752. $.ajax({
  753. method: "get",
  754. dataType: "json",
  755. crossDomain: false,
  756. url: globalConfig.context + "/api/admin/achievement/userOwner",
  757. data: { name: e },
  758. success: function (data) {
  759. let theArr = [];
  760. let theObj = {};
  761. if (!data.data) {
  762. if (data.error && data.error.length) {
  763. message.warning(data.error[0].message);
  764. };
  765. } else if (!$.isEmptyObject(data.data)) {
  766. for (let item in data.data) {
  767. theArr.push(data.data[item]);
  768. theObj[data.data[item]] = item;
  769. };
  770. };
  771. this.setState({
  772. dataSource: theArr,
  773. dataSourceObj: theObj
  774. });
  775. }.bind(this),
  776. });
  777. };
  778. },
  779. handleSubmit(e) {
  780. e.preventDefault();
  781. this.props.form.validateFields((err, values) => {
  782. //keyword长度判断
  783. if (this.state.tags.length < 3) {
  784. message.warning('关键词数量不能小于3个!');
  785. return;
  786. };
  787. if (values.iOwnerName && this.state.dataSourceObj && !this.state.dataSourceObj[values.iOwnerName]) {
  788. message.warning('请选择一个有效的公司!');
  789. return;
  790. }
  791. //url转化
  792. let theTechnicalPictureUrl = [];
  793. if (this.state.technicalPictureUrl.length) {
  794. let picArr = [];
  795. this.state.technicalPictureUrl.map(function (item) {
  796. picArr.push(item.response.data);
  797. });
  798. theTechnicalPictureUrl = picArr.join(",");
  799. };
  800. let theMaturityPictureUrl = [];
  801. if (this.state.maturityPictureUrl.length) {
  802. let picArr = [];
  803. this.state.maturityPictureUrl.map(function (item) {
  804. picArr.push(item.response.data);
  805. });
  806. theMaturityPictureUrl = picArr.join(",");
  807. };
  808. if (!err) {
  809. this.setState({
  810. loading: true
  811. });
  812. $.ajax({
  813. method: "POST",
  814. dataType: "json",
  815. crossDomain: false,
  816. url: this.props.data.id ? globalConfig.context + '/api/admin/achievement/update' : globalConfig.context + '/api/admin/achievement/apply',
  817. data: {
  818. id: this.props.data.id,
  819. dataCategory: values.dataCategory,
  820. serialNumber: this.props.data.serialNumber,
  821. name: values.name,
  822. keyword: this.state.tags ? this.state.tags.join(",") : [],
  823. keywords: this.state.tags,
  824. category: values.category,
  825. summary: values.summary,
  826. introduction: values.introduction,
  827. technicalPictureUrl: theTechnicalPictureUrl,
  828. fieldA: values.field ? values.field[0] : undefined,
  829. fieldB: values.field ? values.field[1] : undefined,
  830. maturity: values.maturity,
  831. maturityPictureUrl: theMaturityPictureUrl,
  832. maturityTextFileUrl: this.state.maturityTextFileUrl,
  833. maturityVideoUrl: values.maturityVideoUrl,
  834. innovation: values.innovation,
  835. ownerId: this.state.dataSourceObj ? this.state.dataSourceObj[values.iOwnerName] : this.state.data.ownerId,
  836. ownerType: this.props.detailApiUrl.indexOf('org') != -1 ? 1 : 0,
  837. cooperationMode: values.cooperationMode,
  838. transferMode: values.transferMode,
  839. bargainingMode: values.bargainingMode,
  840. transferPrice: values.transferPrice,
  841. technicalScene: values.technicalScene,
  842. breakthrough: values.breakthrough,
  843. patentCase: values.patentCase,
  844. awards: values.awards,
  845. teamDes: values.teamDes,
  846. parameter: values.parameter,
  847. releaseStatus: values.releaseStatus,
  848. techPlanUrl: this.state.techPlanUrl,
  849. businessPlanUrl: this.state.businessPlanUrl,
  850. auditStatus: this.state.auditStatus
  851. }
  852. }).done(function (data) {
  853. this.state.auditStatus = 0;
  854. if (!data.error.length) {
  855. message.success('保存成功!');
  856. this.setState({
  857. visible: false
  858. });
  859. this.props.handleOk();
  860. } else {
  861. message.warning(data.error[0].message);
  862. }
  863. }.bind(this));
  864. }
  865. });
  866. },
  867. componentWillMount() {
  868. this.state.therottleSearch = throttle(this.handleSearch, 1000, { leading: false }).bind(this);
  869. if (this.props.data.id) {
  870. this.loadData(this.props.data.id);
  871. } else {
  872. this.state.data = {};
  873. };
  874. },
  875. componentWillReceiveProps(nextProps) {
  876. if (!this.props.visible && nextProps.visible) {
  877. this.state.textFileList = [];
  878. this.state.techPlanFileList = [];
  879. this.state.businessPlanFileList = [];
  880. if (nextProps.data.id) {
  881. this.loadData(nextProps.data.id);
  882. } else {
  883. this.state.data = {};
  884. this.state.tags = [];
  885. this.state.maturityPictureUrl = [];
  886. this.state.technicalPictureUrl = [];
  887. };
  888. this.props.form.resetFields();
  889. };
  890. },
  891. render() {
  892. const theData = this.state.data || {};
  893. const { getFieldDecorator } = this.props.form;
  894. const FormItem = Form.Item
  895. const formItemLayout = {
  896. labelCol: { span: 8 },
  897. wrapperCol: { span: 14 },
  898. };
  899. return (
  900. <Form horizontal onSubmit={this.handleSubmit} id="demand-form">
  901. <div className="clearfix">
  902. <FormItem className="half-item"
  903. {...formItemLayout}
  904. label="编号" >
  905. <span>{theData.serialNumber}</span>
  906. </FormItem>
  907. <FormItem className="half-item"
  908. {...formItemLayout}
  909. label="名称" >
  910. {getFieldDecorator('name', {
  911. rules: [{ required: true, message: '此项为必填项!' }],
  912. initialValue: theData.name
  913. })(
  914. <Input />
  915. )}
  916. </FormItem>
  917. <FormItem className="half-item"
  918. {...formItemLayout}
  919. label="数据类别" >
  920. {getFieldDecorator('dataCategory', {
  921. rules: [{ required: true, message: '此项为必填项!' }],
  922. initialValue: theData.dataCategory
  923. })(
  924. <Select placeholder="选择数据类型" style={{ width: 160 }} >
  925. <Select.Option value="0" >成果</Select.Option>
  926. <Select.Option value="1" >技术</Select.Option>
  927. <Select.Option value="2" >项目</Select.Option>
  928. </Select>
  929. )}
  930. </FormItem>
  931. <FormItem className="half-item"
  932. {...formItemLayout}
  933. label="类型" >
  934. {getFieldDecorator('category', {
  935. rules: [{ required: true, message: '此项为必填项!' }],
  936. initialValue: theData.category
  937. })(
  938. <Select style={{ width: 160 }} placeholder="请选择成果类型">
  939. {this.props.achievementCategoryOption}
  940. </Select>
  941. )}
  942. </FormItem>
  943. <div className="clearfix">
  944. <FormItem className="half-item"
  945. {...formItemLayout}
  946. label="是否发布" >
  947. {(() => {
  948. switch (theData.releaseStatus) {
  949. case "0":
  950. return <span>未发布</span>;
  951. case "1":
  952. return <span>已发布</span>;
  953. }
  954. })()}
  955. </FormItem>
  956. <FormItem className="half-item"
  957. {...formItemLayout}
  958. label="发布时间" >
  959. <span>{theData.releaseDateFormattedDate}</span>
  960. </FormItem>
  961. <FormItem className="half-item"
  962. {...formItemLayout}
  963. label="审核状态" >
  964. {(() => {
  965. switch (theData.auditStatus) {
  966. case "0":
  967. return <span>未提交审核(草稿)</span>;
  968. case "1":
  969. return <span>提交审核</span>;
  970. case "2":
  971. return <span>审核中</span>;
  972. case "3":
  973. return <span>审核通过</span>;
  974. case "4":
  975. return <span>审核未通过</span>;
  976. }
  977. })()}
  978. </FormItem>
  979. </div>
  980. </div>
  981. <FormItem
  982. labelCol={{ span: 4 }}
  983. wrapperCol={{ span: 18 }}
  984. label="关键词" >
  985. <KeyWordTagGroup
  986. keyWordArr={this.state.tags}
  987. tagsArr={this.getTagsArr}
  988. visible={this.props.visible} />
  989. </FormItem>
  990. <FormItem
  991. labelCol={{ span: 4 }}
  992. wrapperCol={{ span: 18 }}
  993. label="摘要" >
  994. {getFieldDecorator('summary', {
  995. initialValue: theData.summary
  996. })(
  997. <Input type="textarea" rows={4} />
  998. )}
  999. </FormItem>
  1000. <FormItem
  1001. labelCol={{ span: 4 }}
  1002. wrapperCol={{ span: 18 }}
  1003. label="成果简介" >
  1004. {getFieldDecorator('introduction', {
  1005. initialValue: theData.introduction
  1006. })(
  1007. <Input type="textarea" rows={4} placeholder="项目成果简介;项目核心创新点;项目详细用途;预期效益说明;主要技术(性能)指标;市场前景;应用范围;发展历程。" />
  1008. )}
  1009. </FormItem>
  1010. <FormItem
  1011. labelCol={{ span: 4 }}
  1012. wrapperCol={{ span: 18 }}
  1013. label="技术图片" >
  1014. <PicturesWall
  1015. pictureSign="achievement_technical_picture"
  1016. fileList={this.getTechnicalPictureUrl}
  1017. pictureUrl={this.state.technicalPictureUrl} />
  1018. <p>图片建议:专利证书或专利申请书图片、技术图纸、样品图片、技术相关网络图片;成熟度处于非研发阶段的项目,必须上传样品图片,如未上传,成熟度将视为处在研发阶段。</p>
  1019. </FormItem>
  1020. <FormItem
  1021. labelCol={{ span: 4 }}
  1022. wrapperCol={{ span: 18 }}
  1023. label="应用领域" >
  1024. {getFieldDecorator('field', {
  1025. rules: [{ type: 'array', required: true, message: '此项为必填项!' }],
  1026. initialValue: [theData.fieldA, theData.fieldB]
  1027. })(
  1028. <Cascader style={{ width: 300 }} options={IndustryObject} placeholder="应用领域" />
  1029. )}
  1030. </FormItem>
  1031. <div className="clearfix">
  1032. <FormItem className="half-item"
  1033. {...formItemLayout}
  1034. label="成熟度" >
  1035. {getFieldDecorator('maturity', {
  1036. initialValue: theData.maturity
  1037. })(
  1038. <Select placeholder="选择成熟度" style={{ width: 160 }} >
  1039. <Select.Option value="0" >正在研发</Select.Option>
  1040. <Select.Option value="1" >已有样品</Select.Option>
  1041. <Select.Option value="2" >通过小试</Select.Option>
  1042. <Select.Option value="3" >通过中试</Select.Option>
  1043. <Select.Option value="4" >可以量产</Select.Option>
  1044. </Select>
  1045. )}
  1046. </FormItem>
  1047. <FormItem className="half-item"
  1048. {...formItemLayout}
  1049. label="创新度" >
  1050. {getFieldDecorator('innovation', {
  1051. initialValue: theData.innovation
  1052. })(
  1053. <Select placeholder="选择创新度" style={{ width: 160 }} >
  1054. <Select.Option value="0" >行业先进</Select.Option>
  1055. <Select.Option value="1" >行业领先</Select.Option>
  1056. <Select.Option value="2" >国内先进</Select.Option>
  1057. <Select.Option value="3" >国内领先</Select.Option>
  1058. <Select.Option value="4" >国际先进</Select.Option>
  1059. <Select.Option value="5" >国际领先</Select.Option>
  1060. </Select>
  1061. )}
  1062. </FormItem>
  1063. </div>
  1064. <FormItem
  1065. labelCol={{ span: 4 }}
  1066. wrapperCol={{ span: 18 }}
  1067. label="成熟度证明材料(图片)" >
  1068. <PicturesWall
  1069. pictureSign="achievement_maturity_picture"
  1070. fileList={this.getMaturityPictureUrl}
  1071. pictureUrl={this.state.maturityPictureUrl} />
  1072. </FormItem>
  1073. <FormItem
  1074. labelCol={{ span: 4 }}
  1075. wrapperCol={{ span: 6 }}
  1076. label="成熟度证明材料(文本)" >
  1077. <Upload
  1078. name="ratepay"
  1079. action={globalConfig.context + "/api/admin/achievement/uploadTextFile"}
  1080. data={{ 'sign': 'achievement_maturity_text_file' }}
  1081. beforeUpload={beforeUploadFile}
  1082. fileList={this.state.textFileList}
  1083. onChange={(info) => {
  1084. if (info.file.status !== 'uploading') {
  1085. console.log(info.file, info.fileList);
  1086. }
  1087. if (info.file.status === 'done') {
  1088. if (!info.file.response.error.length) {
  1089. message.success(`${info.file.name} 文件上传成功!`);
  1090. } else {
  1091. message.warning(info.file.response.error[0].message);
  1092. return;
  1093. };
  1094. this.state.maturityTextFileUrl = info.file.response.data;
  1095. } else if (info.file.status === 'error') {
  1096. message.error(`${info.file.name} 文件上传失败。`);
  1097. };
  1098. this.setState({ textFileList: info.fileList.slice(-1) });
  1099. }} >
  1100. <Button><Icon type="upload" /> 上传需求文本文件 </Button>
  1101. </Upload>
  1102. <p style={{ marginTop: '10px' }}>{theData.maturityTextFileUrl ?
  1103. <span className="download-file">
  1104. <a onClick={() => { window.open(globalConfig.context + '/api/admin/achievement/download?id=' + this.props.data.id + '&sign=achievement_maturity_text_file') }}>成熟度证明材料(文本文件)</a>
  1105. </span>
  1106. : <span><Icon type="exclamation-circle" style={{ color: '#ffbf00', marginRight: '6px' }} />未上传!</span>}</p>
  1107. </FormItem>
  1108. <FormItem
  1109. labelCol={{ span: 4 }}
  1110. wrapperCol={{ span: 18 }}
  1111. label="成熟度证明材料(视频地址)" >
  1112. {getFieldDecorator('maturityVideoUrl', {
  1113. initialValue: theData.maturityVideoUrl
  1114. })(
  1115. <Input />
  1116. )}
  1117. </FormItem>
  1118. <div className="clearfix" >
  1119. <FormItem className="half-item"
  1120. {...formItemLayout}
  1121. label="成果所有人" >
  1122. {getFieldDecorator('iOwnerName', {
  1123. rules: [{ required: true, message: '此项为必填项!' }],
  1124. initialValue: theData.iOwnerName || ''
  1125. })(
  1126. <AutoComplete
  1127. dataSource={this.state.dataSource}
  1128. style={{ width: 200 }}
  1129. onSearch={this.state.therottleSearch}
  1130. placeholder="输入成果所有人"
  1131. onSelect={(e) => {
  1132. this.getContactsList(this.state.dataSourceObj[e]);
  1133. }} />
  1134. )}
  1135. </FormItem>
  1136. {this.props.detailApiUrl.indexOf('org') >= 0 ? <FormItem className="half-item"
  1137. {...formItemLayout}
  1138. label="联系人" >
  1139. {getFieldDecorator('contacts', {
  1140. initialValue: theData.contacts
  1141. })(
  1142. <Select style={{ width: 260 }}
  1143. placeholder="请选择联系人"
  1144. notFoundContent="未获取到联系人列表"
  1145. showSearch
  1146. filterOption={companySearch}>
  1147. {this.state.contactsOption}
  1148. </Select>
  1149. )}
  1150. </FormItem> : <div></div>}
  1151. </div>
  1152. <div className="clearfix">
  1153. <FormItem className="half-item"
  1154. {...formItemLayout}
  1155. label="合作方式" >
  1156. {getFieldDecorator('cooperationMode', {
  1157. rules: [{ required: true, message: '此项为必填项!' }],
  1158. initialValue: theData.cooperationMode
  1159. })(
  1160. <Radio.Group>
  1161. <Radio value="0">技术转让</Radio>
  1162. <Radio value="1">授权生产</Radio>
  1163. </Radio.Group>
  1164. )}
  1165. </FormItem>
  1166. <FormItem className="half-item"
  1167. {...formItemLayout}
  1168. label="转让方式" >
  1169. {getFieldDecorator('transferMode', {
  1170. initialValue: theData.transferMode
  1171. })(
  1172. <Select placeholder="选择转让方式" style={{ width: 160 }} >
  1173. <Select.Option value="0" >完全转让</Select.Option>
  1174. <Select.Option value="1" >许可转让</Select.Option>
  1175. <Select.Option value="2" >技术入股</Select.Option>
  1176. </Select>
  1177. )}
  1178. </FormItem>
  1179. </div>
  1180. <div className="clearfix">
  1181. <FormItem className="half-item"
  1182. {...formItemLayout}
  1183. label="议价方式" >
  1184. {getFieldDecorator('bargainingMode', {
  1185. initialValue: theData.bargainingMode
  1186. })(
  1187. <Radio.Group>
  1188. <Radio value="0">面议</Radio>
  1189. <Radio value="1">定价</Radio>
  1190. </Radio.Group>
  1191. )}
  1192. </FormItem>
  1193. <FormItem className="half-item"
  1194. {...formItemLayout}
  1195. label="转让价格" >
  1196. {getFieldDecorator('transferPrice', {
  1197. initialValue: theData.transferPrice
  1198. })(
  1199. <InputNumber />
  1200. )}
  1201. <span style={{ marginLeft: '20px' }}>万元</span>
  1202. </FormItem>
  1203. </div>
  1204. <FormItem
  1205. labelCol={{ span: 4 }}
  1206. wrapperCol={{ span: 18 }}
  1207. label="技术场景" >
  1208. {getFieldDecorator('technicalScene', {
  1209. initialValue: theData.technicalScene
  1210. })(
  1211. <Input type="textarea" rows={2} placeholder="说明解决了什么问题。" />
  1212. )}
  1213. </FormItem>
  1214. <FormItem
  1215. labelCol={{ span: 4 }}
  1216. wrapperCol={{ span: 18 }}
  1217. label="技术突破" >
  1218. {getFieldDecorator('breakthrough', {
  1219. initialValue: theData.breakthrough
  1220. })(
  1221. <Input type="textarea" rows={2} placeholder="说明该技术成果突破性的研究。" />
  1222. )}
  1223. </FormItem>
  1224. <FormItem
  1225. labelCol={{ span: 4 }}
  1226. wrapperCol={{ span: 18 }}
  1227. label="专利情况" >
  1228. {getFieldDecorator('patentCase', {
  1229. initialValue: theData.patentCase
  1230. })(
  1231. <Input type="textarea" rows={2} placeholder="一个“技术”可能由多个专利构成,需要说明技术-专利的关系。" />
  1232. )}
  1233. </FormItem>
  1234. <FormItem
  1235. labelCol={{ span: 4 }}
  1236. wrapperCol={{ span: 18 }}
  1237. label="获奖情况" >
  1238. {getFieldDecorator('awards', {
  1239. initialValue: theData.awards
  1240. })(
  1241. <Input type="textarea" rows={2} placeholder="一个“技术”可能存在社会奖励情况,需要说明社会奖励情况。" />
  1242. )}
  1243. </FormItem>
  1244. <FormItem
  1245. labelCol={{ span: 4 }}
  1246. wrapperCol={{ span: 18 }}
  1247. label="技术团队情况" >
  1248. {getFieldDecorator('teamDes', {
  1249. initialValue: theData.teamDes
  1250. })(
  1251. <Input type="textarea" rows={2} placeholder="一个“技术”、“项目”可能存在团队,需要说明团队情况。" />
  1252. )}
  1253. </FormItem>
  1254. <FormItem
  1255. labelCol={{ span: 4 }}
  1256. wrapperCol={{ span: 18 }}
  1257. label="技术参数" >
  1258. {getFieldDecorator('parameter', {
  1259. initialValue: theData.parameter
  1260. })(
  1261. <Input type="textarea" rows={2} placeholder="描述技术参数信息" />
  1262. )}
  1263. </FormItem>
  1264. <FormItem
  1265. labelCol={{ span: 4 }}
  1266. wrapperCol={{ span: 6 }}
  1267. label="技术方案" >
  1268. <Upload
  1269. name="ratepay"
  1270. action={globalConfig.context + "/api/admin/achievement/uploadTextFile"}
  1271. data={{ 'sign': 'achievement_tech_plan' }}
  1272. beforeUpload={beforeUploadFile}
  1273. fileList={this.state.techPlanFileList}
  1274. onChange={(info) => {
  1275. if (info.file.status !== 'uploading') {
  1276. console.log(info.file, info.fileList);
  1277. }
  1278. if (info.file.status === 'done') {
  1279. if (!info.file.response.error.length) {
  1280. message.success(`${info.file.name} 文件上传成功!`);
  1281. } else {
  1282. message.warning(info.file.response.error[0].message);
  1283. return;
  1284. };
  1285. this.state.techPlanUrl = info.file.response.data;
  1286. } else if (info.file.status === 'error') {
  1287. message.error(`${info.file.name} 文件上传失败。`);
  1288. };
  1289. this.setState({ techPlanFileList: info.fileList.slice(-1) });
  1290. }} >
  1291. <Button><Icon type="upload" /> 上传技术方案文件 </Button>
  1292. </Upload>
  1293. <p style={{ marginTop: '10px' }}>{theData.techPlanUrl ?
  1294. <span className="download-file">
  1295. <a onClick={() => { window.open(globalConfig.context + '/api/admin/achievement/download?id=' + this.props.data.id + '&sign=achievement_tech_plan') }}>技术方案</a>
  1296. </span>
  1297. : <span><Icon type="exclamation-circle" style={{ color: '#ffbf00', marginRight: '6px' }} />未上传!</span>}</p>
  1298. </FormItem>
  1299. <FormItem
  1300. labelCol={{ span: 4 }}
  1301. wrapperCol={{ span: 6 }}
  1302. label="商业计划书" >
  1303. <Upload
  1304. name="ratepay"
  1305. action={globalConfig.context + "/api/admin/achievement/uploadTextFile"}
  1306. data={{ 'sign': 'achievement_business_plan' }}
  1307. beforeUpload={beforeUploadFile}
  1308. fileList={this.state.businessPlanFileList}
  1309. onChange={(info) => {
  1310. if (info.file.status !== 'uploading') {
  1311. console.log(info.file, info.fileList);
  1312. }
  1313. if (info.file.status === 'done') {
  1314. if (!info.file.response.error.length) {
  1315. message.success(`${info.file.name} 文件上传成功!`);
  1316. } else {
  1317. message.warning(info.file.response.error[0].message);
  1318. return;
  1319. };
  1320. this.state.businessPlanUrl = info.file.response.data;
  1321. } else if (info.file.status === 'error') {
  1322. message.error(`${info.file.name} 文件上传失败。`);
  1323. };
  1324. this.setState({ businessPlanFileList: info.fileList.slice(-1) });
  1325. }} >
  1326. <Button><Icon type="upload" /> 上传商业计划书文件 </Button>
  1327. </Upload>
  1328. <p style={{ marginTop: '10px' }}>{theData.businessPlanUrl ?
  1329. <span className="download-file">
  1330. <a onClick={() => { window.open(globalConfig.context + '/api/admin/achievement/download?id=' + this.props.data.id + '&sign=achievement_business_plan') }}>商业计划书</a>
  1331. </span>
  1332. : <span><Icon type="exclamation-circle" style={{ color: '#ffbf00', marginRight: '6px' }} />未上传!</span>}</p>
  1333. </FormItem>
  1334. <FormItem wrapperCol={{ span: 12, offset: 4 }}>
  1335. <Button className="set-submit" type="primary" htmlType="submit">保存</Button>
  1336. <Button className="set-submit" type="ghost" onClick={(e) => { this.state.auditStatus = 1; }} htmlType="submit">发布</Button>
  1337. <Button className="set-submit" type="ghost" onClick={this.props.closeDesc}>取消</Button>
  1338. </FormItem>
  1339. </Form >
  1340. )
  1341. }
  1342. }));
  1343. const AchievementDetail = React.createClass({
  1344. getInitialState() {
  1345. return {
  1346. visible: false,
  1347. tabsKey: 1,
  1348. columns: [
  1349. {
  1350. title: '编号',
  1351. dataIndex: 'serialNumber',
  1352. key: 'serialNumber',
  1353. }, {
  1354. title: '数据类型',
  1355. dataIndex: 'dataCategory',
  1356. key: 'dataCategory',
  1357. render: text => {
  1358. switch (text) {
  1359. case "0":
  1360. return <span>成果</span>;
  1361. case "1":
  1362. return <span>技术</span>;
  1363. case "2":
  1364. return <span>项目</span>;
  1365. }
  1366. }
  1367. }, {
  1368. title: '名称',
  1369. dataIndex: 'name',
  1370. key: 'name',
  1371. }, {
  1372. title: '关键字',
  1373. dataIndex: 'keyword',
  1374. key: 'keyword',
  1375. }, {
  1376. title: '类型',
  1377. dataIndex: 'demandType',
  1378. key: 'demandType',
  1379. render: text => { return getDemandType(text); }
  1380. }, {
  1381. title: '所有人名称',
  1382. dataIndex: 'theName',
  1383. key: 'theName',
  1384. }, {
  1385. title: '发布时间',
  1386. dataIndex: 'releaseDateFormattedDate',
  1387. key: 'releaseDateFormattedDate',
  1388. }, {
  1389. title: '有效期限',
  1390. dataIndex: 'validityPeriodFormattedDate',
  1391. key: 'validityPeriodFormattedDate',
  1392. },
  1393. ],
  1394. dataSource: [],
  1395. };
  1396. },
  1397. getTechBrodersList() {
  1398. this.setState({
  1399. loading: true
  1400. });
  1401. $.ajax({
  1402. method: "get",
  1403. dataType: "json",
  1404. crossDomain: false,
  1405. url: globalConfig.context + "/api/admin/audit/techBroders",
  1406. success: function (data) {
  1407. if (!data.data) {
  1408. if (data.error && data.error.length) {
  1409. message.warning(data.error[0].message);
  1410. }
  1411. return;
  1412. };
  1413. let _me = this, theArr = [];
  1414. for (var item in data.data) {
  1415. theArr.push(
  1416. <Select.Option value={item} key={item}>{data.data[item]}</Select.Option>
  1417. )
  1418. };
  1419. this.setState({
  1420. techBrodersOption: theArr,
  1421. techBrodersObj: data.data
  1422. });
  1423. }.bind(this),
  1424. }).always(function () {
  1425. this.setState({
  1426. loading: false
  1427. });
  1428. }.bind(this));
  1429. },
  1430. getTableList() {
  1431. this.setState({
  1432. loading: true
  1433. });
  1434. $.ajax({
  1435. method: "get",
  1436. dataType: "json",
  1437. crossDomain: false,
  1438. url: globalConfig.context + "/api/admin/achievement/achievementDemand",
  1439. data: { id: this.props.data.id },
  1440. success: function (data) {
  1441. let theArr = [];
  1442. if (!data.data) {
  1443. if (data.error && data.error.length) {
  1444. message.warning(data.error[0].message);
  1445. };
  1446. } else if (data.data.length) {
  1447. for (let i = 0; i < data.data.length; i++) {
  1448. let thisdata = data.data[i];
  1449. theArr.push({
  1450. key: i,
  1451. id: thisdata.id,
  1452. serialNumber: thisdata.serialNumber,
  1453. dataCategory: thisdata.dataCategory,
  1454. name: thisdata.name,
  1455. keyword: thisdata.keyword,
  1456. demandType: thisdata.demandType,
  1457. theName: thisdata.username || thisdata.unitName,
  1458. releaseDateFormattedDate: thisdata.releaseDateFormattedDate,
  1459. validityPeriodFormattedDate: thisdata.validityPeriodFormattedDate
  1460. });
  1461. };
  1462. };
  1463. this.setState({
  1464. dataSource: theArr,
  1465. });
  1466. }.bind(this),
  1467. }).always(function () {
  1468. this.setState({
  1469. loading: false
  1470. });
  1471. }.bind(this));
  1472. },
  1473. tableRowClick(record, index) {
  1474. if (record.ownerType == "0") {
  1475. window.open(globalConfig.context + '/admin/demand.html?rid=' + record.id + '#techDemandOrg');
  1476. } else if (record.ownerType == "1") {
  1477. window.open(globalConfig.context + '/admin/demand.html?rid=' + record.id + '#techDemandUser')
  1478. };
  1479. },
  1480. handleCancel(e) {
  1481. this.setState({
  1482. visible: false,
  1483. });
  1484. this.props.closeDesc(false);
  1485. },
  1486. handleOk(e) {
  1487. this.setState({
  1488. visible: false,
  1489. });
  1490. this.props.closeDesc(false, true);
  1491. },
  1492. componentWillMount() {
  1493. this.getTechBrodersList();
  1494. },
  1495. componentWillReceiveProps(nextProps) {
  1496. if (nextProps.showDesc) {
  1497. this.state.tabsKey = "1";
  1498. this.state.tabBool = true;
  1499. };
  1500. this.state.visible = nextProps.showDesc;
  1501. },
  1502. render() {
  1503. if (this.props.data) {
  1504. return (
  1505. <div className="patent-desc">
  1506. <Modal maskClosable={false} visible={this.state.visible}
  1507. onOk={this.checkPatentProcess} onCancel={this.handleCancel}
  1508. width='1000px'
  1509. footer=''
  1510. className="admin-desc-content">
  1511. <Tabs activeKey={this.state.tabsKey}
  1512. onChange={(e) => {
  1513. this.setState({ tabsKey: e });
  1514. if (e == "2" && this.state.tabBool) {
  1515. this.getTableList();
  1516. this.state.tabBool = false;
  1517. };
  1518. }} >
  1519. <Tabs.TabPane tab="成果详情" key="1">
  1520. {(() => {
  1521. if (this.props.data.auditStatus && this.props.data.auditStatus != "0" && this.props.data.auditStatus != "4") {
  1522. return <AchievementDetailShow
  1523. data={this.props.data}
  1524. detailApiUrl={this.props.detailApiUrl}
  1525. techBrodersOption={this.state.techBrodersOption}
  1526. techBrodersObj={this.state.techBrodersObj}
  1527. closeDesc={this.handleCancel}
  1528. visible={this.state.visible}
  1529. handleOk={this.handleOk} />
  1530. } else {
  1531. return <AchievementDetailForm
  1532. data={this.props.data}
  1533. detailApiUrl={this.props.detailApiUrl}
  1534. achievementCategoryOption={this.props.achievementCategoryOption}
  1535. techBrodersObj={this.state.techBrodersObj}
  1536. closeDesc={this.handleCancel}
  1537. visible={this.state.visible}
  1538. handleOk={this.handleOk} />
  1539. };
  1540. })()}
  1541. </Tabs.TabPane>
  1542. <Tabs.TabPane tab="匹配列表" key="2">
  1543. <Table columns={this.state.columns}
  1544. dataSource={this.state.dataSource}
  1545. pagination={false}
  1546. onRowClick={this.tableRowClick} />
  1547. </Tabs.TabPane>
  1548. </Tabs>
  1549. </Modal>
  1550. </div>
  1551. );
  1552. } else {
  1553. return <div></div>
  1554. }
  1555. },
  1556. });
  1557. export default AchievementDetail;