个人资料
{this.state.auditStatus=='0'?
{getFieldDecorator('identifyName', {
rules: [ { required: true, message: '此项为必填项!' } ],
initialValue: theData.identifyName
})()}
:
{theData.identifyName}
}
{theData.mobile}
{this.state.auditStatus=='0'?
{getFieldDecorator('societyTag', {
rules: [ { required: true, message: '此项为必填项!' } ],
initialValue: theData.societyTag
})(
)}
:
{getSocialAttribute(theData.societyTag)}
}
{getFieldDecorator('industry', {
rules: [ { required: true, message: '此项为必填项!' } ],
initialValue: theData.industry?theData.industry.toString():undefined
})(
)}
{getFieldDecorator('sex', {
initialValue: theData.sex
})(
男
女
)}
{
this.setState({ yearMonth: time,yearList:times });
}}
/>
{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('introduction', {
initialValue: theData.introduction
})()}
{(this.state.expert=='0'||this.state.auditStatus=='0'||this.state.expert==null||this.state.auditStatus=='3')&&this.state.type!=null?
{this.setState({
authenticationState:e.target.value
})}}>
专家认证
顾问认证
{this.state.auditStatus=='3'?"(认证失败:"+this.state.authMessage+')':''}
{(this.state.authenticationState=='0'&&this.state.auditStatus!='0')?
{getFieldDecorator('graduateSchool', {
initialValue: theData.graduateSchool,
rules: [ { required: true, message: '此项为必填项!' } ],
})()}
{getFieldDecorator('majorCategory', {
initialValue: theData.majorCategory,
rules: [ { required: true, message: '此项为必填项!' } ],
})()}
{getFieldDecorator('qualification', {
initialValue: theData.qualification,
rules: [ { required: true, message: '此项为必填项!' } ],
})()}
{getFieldDecorator('workUnit', {
initialValue: theData.workUnit,
rules: [ { required: true, message: '此项为必填项!' } ],
})()}
{getFieldDecorator('professionalTitle', {
initialValue: theData.professionalTitle,
rules: [ { required: true, message: '此项为必填项!' } ],
})()}
:this.state.authenticationState=='1'?
{getFieldDecorator('adviserType', {
rules: [ { required: true, message: '此项为必填项!' } ],
initialValue: theData.consultantType=='0'?theData.consultantType.toString():undefined
})(
)}
:''}
{this.state.authenticationState=='1'||this.state.authenticationState=='0'?
*{this.state.authenticationState=='0'?'专家照片':'顾问照片'} }
>
建议:图片要清晰1。
*身份证正面 }
>
建议:图片要清晰。
*身份证反面 }
>
建议:图片要清晰。
:''}
:(this.state.auditStatus=='2'||this.state.auditStatus=='1')&&this.state.expert=='1'?
:(this.state.auditStatus=='2'||this.state.auditStatus=='1')&&this.state.expert=='2'?
:''}