/* @author:李霆 @update:2018/05/29 @descript:复制粘贴,拿起来就是干!! */ import React from 'react'; import { Radio, Icon, Button, Cascader, Input, Select, Spin, message, DatePicker, Modal, Upload, Form, Row, Col } from 'antd'; import $ from 'jquery/src/ajax'; import moment from 'moment'; import './unit.less'; import { areaSelect } from '@/NewDicProvinceList'; import { socialAttribute, industry } from '@/dataDic.js'; import { splitUrl } from '@/tools.js'; const FormItem = Form.Item; const monthFormat = 'YYYY/MM'; //图片组件 const PicturesWall = React.createClass({ getInitialState() { return { previewVisible: false, previewImage: '', fileList: [] }; }, handleCancel() { this.setState({ previewVisible: false }); }, handlePreview(file) { this.setState({ previewImage: file.url || file.thumbUrl, previewVisible: true }); }, handleChange(info) { let fileList = info.fileList; this.setState({ fileList }); this.props.fileList(fileList); }, componentWillReceiveProps(nextProps) { this.state.fileList = nextProps.pictureUrl; }, render() { const { previewVisible, previewImage, fileList } = this.state; const uploadButton = (
点击上传
); return (
{fileList.length >= 1 ? null : uploadButton} example
); } }); const Expert = React.createClass({ getInitialState() { return { loading: false, orgCodeUrl: [], companyLogoUrl: [], headPortraitUrl: [], positiveIdUrl: [], oppositeIdUrl: [] }; }, loadInformation(record) { this.setState({ loading: true }); $.ajax({ method: 'get', dataType: 'json', crossDomain: false, url: globalConfig.context + '/api/user/getUserDetail', success: function(data) { let thisData = data.data; if (!thisData) { if (data.error && data.error.length) { message.warning(data.error[0].message); } thisData = {}; } let ProvinceCityArr = []; let ProvinceS = thisData.province; //getprovince let citys = thisData.city; let Areas = thisData.area; ProvinceCityArr.push(ProvinceS, citys, Areas); let month = thisData.dateOfBirthYear ? thisData.dateOfBirthYear + '/' + thisData.dateOfBirthMonth : undefined; this.setState({ InformationId: thisData.id, InformationUid: thisData.uid, expertAudit:thisData.expertAudit, type:thisData.type, authentication:thisData.authentication, headPortraitUrl: thisData.headPortraitUrl ? splitUrl(thisData.headPortraitUrl, ',', globalConfig.avatarHost + '/upload') : [], positiveIdUrl: thisData.positiveIdUrl ? splitUrl(thisData.positiveIdUrl, ',', globalConfig.avatarHost + '/upload') : [], oppositeIdUrl: thisData.oppositeIdUrl ? splitUrl(thisData.oppositeIdUrl, ',', globalConfig.avatarHost + '/upload') : [], data: thisData, ProvinceCity: ProvinceCityArr[0] != null ? ProvinceCityArr : undefined, yearMonth: month, }); }.bind(this) }).always( function() { this.setState({ loading: false }); }.bind(this) ); }, //图片 getOrgCodeUrl(e) { this.setState({ orgCodeUrl: e }); }, getCompanyLogoUrl(e) { this.setState({ companyLogoUrl: e }); }, //基本信息提交 newSubmit(values={}){ this.state.data = []; let theorgCodeUrl = []; if (this.state.headPortraitUrl.length) { let picArr = []; this.state.headPortraitUrl.map(function(item) { if (item.response && item.response.data && item.response.data.length) { picArr.push(item.response.data); } }); theorgCodeUrl = picArr.join(','); } let thecompanyLogoUrl = []; if (this.state.positiveIdUrl.length) { let picArr = []; this.state.positiveIdUrl.map(function(item) { if (item.response && item.response.data && item.response.data.length) { picArr.push(item.response.data); } }); thecompanyLogoUrl = picArr.join(','); } let thecompanyLogoUrls = []; if (this.state.oppositeIdUrl.length) { let picArr = []; this.state.oppositeIdUrl.map(function(item) { if (item.response && item.response.data && item.response.data.length) { picArr.push(item.response.data); } }); thecompanyLogoUrls = picArr.join(','); } let years = []; let yearMonth = this.state.yearMonth != undefined ? new Date(this.state.yearMonth).toLocaleDateString() : ''; years = yearMonth.split('/'); this.setState({ loading: true }); $.ajax({ method: 'post', dataType: 'json', url: globalConfig.context + '/api/user/updateExpertDetail', data: { id: this.state.InformationId, uid: this.state.InformationUid, type:this.state.type, authentication:this.state.authentication, societyTag: values.societyTag, identifyName: values.identifyName, industry: values.industry, dateOfBirthYear: years[0], //出生年 dateOfBirthMonth: years[1], //出生月 province: (values.ProvinceCity)[0], //省- city:(values.ProvinceCity)[1], //市 area:(values.ProvinceCity)[2], //区 sex: values.sex, mobile: values.mobile, fixedTel: values.fixedTel, qq: values.qq, idNumber: values.idNumber, email: values.email, postalAddress: values.postalAddress, introduction: values.introduction, positiveIdUrl: thecompanyLogoUrl.length != 0 ? thecompanyLogoUrl : '', oppositeIdUrl: thecompanyLogoUrls.length != 0 ? thecompanyLogoUrls : '', headPortraitUrl: theorgCodeUrl.length != 0 ? theorgCodeUrl : '', graduateSchool:values.graduateSchool, majorCategory:values.majorCategory, qualification:values.qualification, workUnit:values.workUnit, professionalTitle:values.professionalTitle } }).done( function(data) { this.setState({ loading: false }); if (!data.error.length) { message.success(this.state.expertAudit<1?'认证专家成功!':'保存成功'); this.loadInformation(); } else { message.warning(data.error[0].message); } }.bind(this) ); }, subFun(e) { e.preventDefault(); this.props.form.validateFields((err, values) => { if(!err){ if(this.state.expertAudit!='0'){ this.newSubmit(values) }else{ this.setState({ visible: true, values :values }); } } }) }, handleOk() { this.newSubmit(this.state.values); this.setState({ visible: false }); }, handleCancel() { this.setState({ visible: false }); }, getHeadPortraitUrl(e) { this.setState({ headPortraitUrl: e }); }, getPositiveIdUrl(e) { this.setState({ positiveIdUrl: e }); }, getOppositeIdUrl(e) { this.setState({ oppositeIdUrl: e }); }, componentWillMount() { this.loadInformation(); }, componentWillReceiveProps(nextProps) {}, render() { const { getFieldDecorator } = this.props.form; const { MonthPicker } = DatePicker; const formItemLayout = { labelCol: { span: 6 }, wrapperCol: { span: 14 } }; const theData = this.state.data || []; return (

专家资料

{getFieldDecorator('identifyName', { rules: [ { required: true, message: '此项为必填项!' } ], initialValue: theData.identifyName })()} {getFieldDecorator('industry', { rules: [ { required: true, message: '此项为必填项!' } ], initialValue: theData.industry?theData.industry.toString():undefined })( )} {getFieldDecorator('societyTag', { rules: [ { required: true, message: '此项为必填项!' } ], initialValue: theData.societyTag })( )} {getFieldDecorator('sex', { initialValue: theData.sex })( )} { this.setState({ yearMonth: time }); }} /> {getFieldDecorator('idNumber', { initialValue: theData.idNumber })()}
{getFieldDecorator('ProvinceCity', { rules: [ { required: true, message: '此项为必填项!' } ], initialValue: this.state.ProvinceCity })()} {getFieldDecorator('postalAddress', { initialValue: theData.postalAddress })()} {getFieldDecorator('mobile', { rules: [ { required: true, message: '此项为必填项!' } ], initialValue: theData.mobile })()} {getFieldDecorator('fixedTel', { initialValue: theData.fixedTel })()} {getFieldDecorator('qq', { initialValue: theData.qq })()} {getFieldDecorator('email', { initialValue: theData.email })()} {getFieldDecorator('graduateSchool', { initialValue: theData.graduateSchool })()} {getFieldDecorator('majorCategory', { initialValue: theData.majorCategory })()} {getFieldDecorator('qualification', { initialValue: theData.qualification })()} {getFieldDecorator('workUnit', { initialValue: theData.workUnit })()} {getFieldDecorator('professionalTitle', { initialValue: theData.professionalTitle })()}
{getFieldDecorator('introduction', { initialValue: theData.introduction })()}

建议:图片要清晰。

建议:图片要清晰。

建议:图片要清晰。

是否申请个人用户认证?

); } }); export default Form.create()(Expert);