|
@@ -500,7 +500,8 @@ const Expert = React.createClass({
|
|
|
<Button type="dashed" style={{marginLeft:20}} onClick={(e)=>{this.setState({authenticationState:undefined})}}>暂不认证</Button>
|
|
|
<span style={{marginLeft:10,color:'#f00'}}>{this.state.auditStatus=='3'?"(认证失败:"+this.state.authMessage+')':''}</span>
|
|
|
</div>
|
|
|
- {(this.state.authenticationState=='0'||this.state.auditStatus!='0')?<div className="patentBody">
|
|
|
+ {(this.state.authenticationState=='0'&&this.state.auditStatus!='0')?
|
|
|
+ <div className="patentBody">
|
|
|
<FormItem className="half-item" {...formItemLayout} label="毕业院校">
|
|
|
{getFieldDecorator('graduateSchool', {
|
|
|
initialValue: theData.graduateSchool,
|
|
@@ -531,7 +532,6 @@ const Expert = React.createClass({
|
|
|
rules: [ { required: true, message: '此项为必填项!' } ],
|
|
|
})(<Input placeholder="输入职称" maxLength={32}/>)}
|
|
|
</FormItem>
|
|
|
-
|
|
|
</div>:this.state.authenticationState=='1'?
|
|
|
<div>
|
|
|
<FormItem className="half-item" {...formItemLayout} label="顾问类型">
|