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