|
@@ -96,7 +96,14 @@ const AchievementDetailForm = Form.create()(React.createClass({
|
|
|
<div>
|
|
|
<Form horizontal onSubmit={this.handleSubmit} id="demand-form">
|
|
|
<Spin spinning={this.state.loading}>
|
|
|
- <div className="clearfix">
|
|
|
+ <div className="clearfix">
|
|
|
+ <FormItem className="half-item"
|
|
|
+
|
|
|
+ >
|
|
|
+ <span className="mandatory" style={{color:'red',marginLeft:'57px'}}>*请录入真实有效的客户信息</span>
|
|
|
+ </FormItem>
|
|
|
+ </div>
|
|
|
+ <div className="clearfix">
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
label="客户姓名" >
|
|
@@ -107,6 +114,7 @@ const AchievementDetailForm = Form.create()(React.createClass({
|
|
|
<Input placeholder="客户姓名" />
|
|
|
)}
|
|
|
</FormItem>
|
|
|
+
|
|
|
</div>
|
|
|
<div className="clearfix">
|
|
|
<FormItem className="half-item"
|