dengzhiguo 7 years ago
parent
commit
4056a52eef

+ 4 - 4
js/component/manageCenter/customer/customerData/myClient.jsx

@@ -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

+ 4 - 5
js/component/manageCenter/customer/individualCustomer/individualCustomer.jsx

@@ -1130,7 +1130,7 @@ const IndividualCustomer = Form.create()(React.createClass({
 						consultant: this.state.consultant,
 						international: this.state.international,
 						fixedTel: this.state.fixedTel,
-						consultationPrice:this.state.consultationPrice,
+						consultationPrice:this.state.consultationPrice?this.state.consultationPrice:0,
 						qq: this.state.qq,
 						contacts: this.state.contacts,
 						contactMobile: this.state.contactMobile,
@@ -1139,10 +1139,9 @@ const IndividualCustomer = Form.create()(React.createClass({
 						isMember: this.state.isMember,
 						postalAddress: this.state.postalAddress,
 						introduction: this.state.introduction,
-						positiveIdUrl: thecompanyLogoUrl,
-						oppositeIdUrl: thecompanyLogoUrls,
-						headPortraitUrl: theorgCodeUrl,
-
+						positiveIdUrl: thecompanyLogoUrl.length!=0?thecompanyLogoUrl:'',
+						oppositeIdUrl: thecompanyLogoUrls!=0?thecompanyLogoUrls:'',
+						headPortraitUrl: theorgCodeUrl!=0?theorgCodeUrl:'',
 						investment: this.state.investment,
 						professionalTitle: this.state.professionalTitle,
 						workUnit: this.state.workUnit,

+ 8 - 8
js/component/manageCenter/customer/individualCustomer/myReject.jsx

@@ -252,14 +252,14 @@ const PublicCustomer = Form.create()(React.createClass({
 		});
 	},
 	//整行点击
-	tableRowClick(record, index) {
-		this.state.RowData = record;
-		this.detailsModalOk(record);
-		this.setState({
-			name:record.name,
-			id:record.id,
-		})
-	},
+//	tableRowClick(record, index) {
+//		this.state.RowData = record;
+//		this.detailsModalOk(record);
+//		this.setState({
+//			name:record.name,
+//			id:record.id,
+//		})
+//	},
 	detailsModalOk(e) {
 		this.setState({ 
 			modal5Visible: true