个人资料
{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 || undefined
})(
)}
) : (
{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('fixedTel', {
initialValue: theData.fixedTel
})()}
{getFieldDecorator('qq', {
initialValue: theData.qq
})()}
{getFieldDecorator('email', {
initialValue: theData.email
})()}
{getFieldDecorator('introduction', {
initialValue: theData.introduction,
rules: [ { required: true, message: '此项为必填项!' } ]
})(
)}
{(this.state.expert == '0' ||
this.state.auditStatus == '0' ||
this.state.expert == null ||
this.state.auditStatus == '3') &&
this.state.type != null ? (
{/* 专家认证 */}
顾问认证
{this.state.auditStatus == '3' ? '(认证失败:' + this.state.authMessage + ')' : ''}
{this.state.authenticationState == '0' &&
(this.state.auditStatus == '0' || this.state.auditStatus == '3') ? (
{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 || theData.consultantType == '0'
? theData.consultantType.toString()
: undefined
})(
)}
) : (
''
)}
{this.state.lawState && this.state.authenticationState == '1' ? (
) : (
''
)}
{this.state.authenticationState == '1' || this.state.authenticationState == '0' ? (
*
{this.state.authenticationState == '0' ? '专家照片' : '顾问照片'}
}
>
建议:图片要清晰。
{this.state.lawState && this.state.authenticationState == '1' ? (
*
律师职业资格证
}
>
{
this.setState({ lawUrl: e });
}}
pictureUrl={this.state.lawUrl}
/>
建议:图片要清晰。
) : (
''
)}
*
身份证正面
}
>
建议:图片要清晰。
*
身份证反面
}
>
建议:图片要清晰。
) : (
''
)}
) : (this.state.auditStatus == '2' || this.state.auditStatus == '1') &&
this.state.expert == '1' ? (
) : (this.state.auditStatus == '2' || this.state.auditStatus == '1') &&
this.state.expert == '2' ? (
顾问认证({getAuthState(this.state.auditStatus)})
{getAdviserType(theData.consultantType)}
{theData.consultantType == '4' ? (
{theData.workUnit1}
{theData.honer}
{theData.goodAtIndustry}
{theData.typicalCase}
) : (
''
)}
{
this.setState({
previewImage: file.url || file.thumbUrl,
previewVisible: true
});
}}
/>
{
this.setState({ previewVisible: false });
}}
>
{theData.consultantType == '4' && (
{
this.setState({
previewImage: file.url || file.thumbUrl,
previewVisible: true
});
}}
/>
{
this.setState({ previewVisible: false });
}}
>
)}
{
this.setState({
previewImage: file.url || file.thumbUrl,
previewVisible: true
});
}}
/>
{
this.setState({ previewVisible: false });
}}
>
{
this.setState({
previewImage: file.url || file.thumbUrl,
previewVisible: true
});
}}
/>
{
this.setState({ previewVisible: false });
}}
>
) : (
''
)}