|
@@ -1031,8 +1031,8 @@ const MyClient = Form.create()(React.createClass({
|
|
postalAddress: this.state.postalAddress,
|
|
postalAddress: this.state.postalAddress,
|
|
contactsFixedTel: this.state.contactsFixedTel,
|
|
contactsFixedTel: this.state.contactsFixedTel,
|
|
contactsFax: this.state.contactsFax,
|
|
contactsFax: this.state.contactsFax,
|
|
- registeredCapital: this.state.registeredCapital?this.state.registeredCapital:'',
|
|
|
|
- enterpriseScale: this.state.enterpriseScale?this.state.enterpriseScale:'',
|
|
|
|
|
|
+ registeredCapital: this.state.registeredCapital?this.state.registeredCapital:0,
|
|
|
|
+ enterpriseScale: this.state.enterpriseScale?this.state.enterpriseScale:0,
|
|
legalPerson: this.state.legalPerson,
|
|
legalPerson: this.state.legalPerson,
|
|
legalPersonIdCard: this.state.legalPersonIdCard,
|
|
legalPersonIdCard: this.state.legalPersonIdCard,
|
|
legalPersonTel: this.state.legalPersonTel,
|
|
legalPersonTel: this.state.legalPersonTel,
|
|
@@ -1045,8 +1045,8 @@ const MyClient = Form.create()(React.createClass({
|
|
orgCode: this.state.orgCode,
|
|
orgCode: this.state.orgCode,
|
|
businessScope: this.state.businessScope,
|
|
businessScope: this.state.businessScope,
|
|
introduction: this.state.introduction,
|
|
introduction: this.state.introduction,
|
|
- companyLogoUrl: thecompanyLogoUrl?thecompanyLogoUrl:'',
|
|
|
|
- orgCodeUrl: theorgCodeUrl?theorgCodeUrl:'',
|
|
|
|
|
|
+ companyLogoUrl: thecompanyLogoUrl!=0?thecompanyLogoUrl:'',
|
|
|
|
+ orgCodeUrl: theorgCodeUrl!=0?theorgCodeUrl:'',
|
|
investment: this.state.investment,
|
|
investment: this.state.investment,
|
|
businessAudit: this.state.businessAudit,
|
|
businessAudit: this.state.businessAudit,
|
|
auditStatus: this.state.auditStatus
|
|
auditStatus: this.state.auditStatus
|