import React from 'react';
import { Icon, Modal, message, Spin, Steps, Input, Select, Upload, DatePicker, Button } from 'antd';
import './comprehensive.less';
import ajax from 'jquery/src/ajax/xhr.js';
import $ from 'jquery/src/ajax';
import { patentTypeList, patentFieldList, patentStateList } from '../../../dataDic.js';
import { getBase64, beforeUpload } from '../../../tools.js';
class Avatar extends React.Component {
constructor(props) {
super(props);
this.state = {
imageUrl: ''
}
}
handleChange(info) {
if (info.file.status === 'done') {
// Get this url from response in real world.
getBase64(info.file.originFileObj, imageUrl => this.setState({ imageUrl }));
this.props.urlData(info.file.response.data);
}
}
render() {
const imageUrl = this.state.imageUrl;
return (
:
公司名称:{theData.companyName}
公司组织机构代码:{theData.companyNum}
公司地址:{theData.companyAddress}
联系人:{theData.companyContacts}
编号:{theData.number}
申请号/专利号: { this.setState({ patentNum: e.target.value }); } } />
专利名称: { this.setState({ patentName: e.target.value }); } } />
专利状态:{theData.patentState}
第一发明人:
姓名:{theData.firstInventorName}
身份证:{theData.firstInventorIdNumber}
国籍:中国
第二发明人:
姓名:{theData.secondInventorName}
国籍:中国
第三发明人:
姓名:{theData.thirdInventorName}
国籍:中国
材料管理: {theData.patentProryStatementUrl !== null ? 专利代理委托书 : ""} {theData.lastYearTaxReportUrl !== null ? 上年度纳税表 : ""}
专利状态流转记录:
处理时间: