|
@@ -130,10 +130,10 @@ const PublicCustomer = Form.create()(React.createClass({
|
|
|
locationProvince:thisdata.province?thisdata.province+'-'+thisdata.city||''+'-'+thisdata.area :'--'
|
|
|
});
|
|
|
};
|
|
|
-
|
|
|
+ this.state.pagination.current = data.data.pageNo;
|
|
|
+ this.state.pagination.total = data.data.totalCount;
|
|
|
};
|
|
|
- this.state.pagination.current = data.data.pageNo;
|
|
|
- this.state.pagination.total = data.data.totalCount;
|
|
|
+
|
|
|
this.setState({
|
|
|
dataSource: theArr,
|
|
|
pagination: this.state.pagination
|
|
@@ -1108,7 +1108,6 @@ const PublicCustomer = Form.create()(React.createClass({
|
|
|
registeredCapital:this.state.registeredCapital,
|
|
|
enterpriseScale:this.state.enterpriseScale,
|
|
|
legalPerson:this.state.legalPerson,
|
|
|
- international:this.state.international,
|
|
|
legalPersonIdCard:this.state.legalPersonIdCard,
|
|
|
legalPersonTel:this.state.legalPersonTel,
|
|
|
legalPersonEmail:this.state.legalPersonEmail,
|
|
@@ -1174,7 +1173,7 @@ const PublicCustomer = Form.create()(React.createClass({
|
|
|
ProvinceCity:ProvinceCityArr,
|
|
|
proviceCityArea:ProvinceS?cityArea:'',
|
|
|
industry:String(thisData.industry)=='null'?undefined:String(thisData.industry),
|
|
|
- international:thisData.international,
|
|
|
+
|
|
|
societyTag:thisData.societyTag,
|
|
|
introduction:thisData.introduction,
|
|
|
postalAddress:thisData.postalAddress,
|
|
@@ -1540,6 +1539,10 @@ const PublicCustomer = Form.create()(React.createClass({
|
|
|
});
|
|
|
}.bind(this));
|
|
|
},
|
|
|
+ //意向服务列表修改保存
|
|
|
+ intentionModify(e){
|
|
|
+ console.log(e)
|
|
|
+ },
|
|
|
//拜访意向服务列表单个删除
|
|
|
intentionDelet(e,index){
|
|
|
if(!this.state.keys){
|
|
@@ -2276,19 +2279,7 @@ const PublicCustomer = Form.create()(React.createClass({
|
|
|
<Radio value={0}>否</Radio>
|
|
|
<Radio value={1}>是</Radio>
|
|
|
</Radio.Group>
|
|
|
- </FormItem>
|
|
|
- <FormItem className="half-item"
|
|
|
- labelCol={{ span: 4 }}
|
|
|
- wrapperCol={{ span: 18 }}
|
|
|
- label="国际化"
|
|
|
- >
|
|
|
- <Radio.Group value={this.state.international} onChange={(e) => {
|
|
|
- this.setState({international:e.target.value })
|
|
|
- }}>
|
|
|
- <Radio value={0}>否</Radio>
|
|
|
- <Radio value={1}>是</Radio>
|
|
|
- </Radio.Group>
|
|
|
- </FormItem>
|
|
|
+ </FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
labelCol={{ span: 4 }}
|
|
|
wrapperCol={{ span: 18 }}
|
|
@@ -2448,14 +2439,7 @@ const PublicCustomer = Form.create()(React.createClass({
|
|
|
label="上市"
|
|
|
>
|
|
|
<span>{this.state.listed?'是':'否'}</span>
|
|
|
- </FormItem>
|
|
|
- <FormItem className="half-item"
|
|
|
- labelCol={{ span: 4 }}
|
|
|
- wrapperCol={{ span: 18 }}
|
|
|
- label="国际化"
|
|
|
- >
|
|
|
- <span>{this.state.international?'是':'否'}</span>
|
|
|
- </FormItem>
|
|
|
+ </FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
labelCol={{ span: 4 }}
|
|
|
wrapperCol={{ span: 18 }}
|