|
@@ -1039,6 +1039,7 @@ const QueryCustomer = Form.create()(React.createClass({
|
|
professionalTitle: this.state.professionalTitle,
|
|
professionalTitle: this.state.professionalTitle,
|
|
workUnit: this.state.workUnit,
|
|
workUnit: this.state.workUnit,
|
|
education: this.state.education,
|
|
education: this.state.education,
|
|
|
|
+ graduateSchool: this.state.graduateSchool,
|
|
majorCategory: this.state.majorCategory,
|
|
majorCategory: this.state.majorCategory,
|
|
qualification: this.state.qualification,
|
|
qualification: this.state.qualification,
|
|
businessAudit:this.state.businessAudit,
|
|
businessAudit:this.state.businessAudit,
|
|
@@ -1117,6 +1118,7 @@ const QueryCustomer = Form.create()(React.createClass({
|
|
professionalTitle: thisData.professionalTitle,
|
|
professionalTitle: thisData.professionalTitle,
|
|
workUnit: thisData.workUnit,
|
|
workUnit: thisData.workUnit,
|
|
education: thisData.education,
|
|
education: thisData.education,
|
|
|
|
+ graduateSchool: thisData.graduateSchool,
|
|
majorCategory: thisData.majorCategory,
|
|
majorCategory: thisData.majorCategory,
|
|
qualification: thisData.qualification,
|
|
qualification: thisData.qualification,
|
|
businessAudit:thisData.businessAudit,
|
|
businessAudit:thisData.businessAudit,
|
|
@@ -1371,6 +1373,14 @@ const QueryCustomer = Form.create()(React.createClass({
|
|
},
|
|
},
|
|
//点击新增详情
|
|
//点击新增详情
|
|
newContacts() {
|
|
newContacts() {
|
|
|
|
+ this.state.newsex =undefined;
|
|
|
|
+ this.state.newname ='';
|
|
|
|
+ this.state.newmobile='';
|
|
|
|
+ this.state.newwechat='';
|
|
|
|
+ this.state.newqq='';
|
|
|
|
+ this.state.newdepatrment='';
|
|
|
|
+ this.state.newposition='';
|
|
|
|
+ this.state.newemail='';
|
|
this.setState({
|
|
this.setState({
|
|
uids: this.state.uid,
|
|
uids: this.state.uid,
|
|
addcontactModul: true
|
|
addcontactModul: true
|
|
@@ -2146,6 +2156,13 @@ const QueryCustomer = Form.create()(React.createClass({
|
|
</FormItem>
|
|
</FormItem>
|
|
<FormItem className="half-item"
|
|
<FormItem className="half-item"
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
|
|
+ label="毕业院校"
|
|
|
|
+ >
|
|
|
|
+ <Input placeholder="学历" value={this.state.graduateSchool} onChange={(e) => {
|
|
|
|
+ this.setState({ graduateSchool: e.target.value })}}/>
|
|
|
|
+ </FormItem>
|
|
|
|
+ <FormItem className="half-item"
|
|
|
|
+ {...formItemLayout}
|
|
label="专业类别"
|
|
label="专业类别"
|
|
>
|
|
>
|
|
<Input placeholder="专业类别" value={this.state.majorCategory} onChange={(e) => {
|
|
<Input placeholder="专业类别" value={this.state.majorCategory} onChange={(e) => {
|
|
@@ -2438,6 +2455,12 @@ const QueryCustomer = Form.create()(React.createClass({
|
|
</FormItem>
|
|
</FormItem>
|
|
<FormItem className="half-item"
|
|
<FormItem className="half-item"
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
|
|
+ label="毕业院校"
|
|
|
|
+ >
|
|
|
|
+ <span>{this.state.graduateSchool}</span>
|
|
|
|
+ </FormItem>
|
|
|
|
+ <FormItem className="half-item"
|
|
|
|
+ {...formItemLayout}
|
|
label="专业类别"
|
|
label="专业类别"
|
|
>
|
|
>
|
|
<span>{this.state.majorCategory}</span>
|
|
<span>{this.state.majorCategory}</span>
|