|
@@ -510,13 +510,6 @@ const Newuser = Form.create()(React.createClass({
|
|
</AutoComplete>
|
|
</AutoComplete>
|
|
<span className="mandatory">*</span>
|
|
<span className="mandatory">*</span>
|
|
</FormItem>
|
|
</FormItem>
|
|
- {this.props.userDetaile?
|
|
|
|
- <FormItem className="half-item"
|
|
|
|
- {...formItemLayout}
|
|
|
|
- label="用户编号" >
|
|
|
|
- <span>{this.state.userNo}</span>
|
|
|
|
- </FormItem>
|
|
|
|
- :''}
|
|
|
|
<FormItem className="half-item"
|
|
<FormItem className="half-item"
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
label="公出审核"
|
|
label="公出审核"
|
|
@@ -532,6 +525,13 @@ const Newuser = Form.create()(React.createClass({
|
|
/>
|
|
/>
|
|
<span className="mandatory">*</span>
|
|
<span className="mandatory">*</span>
|
|
</FormItem>
|
|
</FormItem>
|
|
|
|
+ {this.props.userDetaile?
|
|
|
|
+ <FormItem className="half-item"
|
|
|
|
+ {...formItemLayout}
|
|
|
|
+ label="用户编号" >
|
|
|
|
+ <span>{this.state.userNo}</span>
|
|
|
|
+ </FormItem>
|
|
|
|
+ :''}
|
|
<div className='clearfix'>
|
|
<div className='clearfix'>
|
|
<FormItem className="half-item"
|
|
<FormItem className="half-item"
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|