dengzhiguo 7 年 前
コミット
a48f8f5ee6

+ 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,
-						enterpriseScale: this.state.enterpriseScale,
+						registeredCapital: this.state.registeredCapital?this.state.registeredCapital:'',
+						enterpriseScale: this.state.enterpriseScale?this.state.enterpriseScale:'',
 						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,
-						orgCodeUrl: theorgCodeUrl,
+						companyLogoUrl: thecompanyLogoUrl?thecompanyLogoUrl:'',
+						orgCodeUrl: theorgCodeUrl?theorgCodeUrl:'',
 						investment: this.state.investment,
 						businessAudit: this.state.businessAudit,
 						auditStatus: this.state.auditStatus

+ 1 - 1
js/component/manageCenter/customer/customerService/businessManges.jsx

@@ -20,7 +20,7 @@ const MyBusiness = Form.create()(React.createClass({
             method: "post",
             dataType: "json",
             crossDomain: false,          
-            url:globalConfig.context + '/api/admin/customer/listBusiness',
+            url:globalConfig.context + '/api/admin/customer/listManageBusiness',
             data: { 				
                 pageNo: pageNo || 1,
                 pageSize: this.state.pagination.pageSize,               

+ 1 - 1
js/component/manageCenter/customer/reviewed/identityAudits.jsx

@@ -12,7 +12,7 @@ const TabPane = Tabs.TabPane;
 const monthFormat = 'YYYY/MM';
 import CustomerDetail from './myClientDesc.jsx';
 import { socialAttribute, industry, auditStatusL, newFollow, lvl, currentMember, statuslist, customerStatus, intentionalService } from '../../../dataDic.js';
-import { getSocialAttribute, splitUrl,getAuditStatus, getCompanyIntention, getStatuslist, getContactType, getIndustryType, getfllowSituation, beforeUploadFile, getWhether, getcustomerStatue, getfllowSituationOn, getCertification, getcustomerTyp, getLvl, getCurrentMember, getprovince } from '../../../tools.js';
+import { getSocialAttribute, splitUrl,getAuditStatus, getCompanyIntention, getStatuslist, getContactType, getIndustryType,getIndustry, getfllowSituation, beforeUploadFile, getWhether, getcustomerStatue, getfllowSituationOn, getCertification, getcustomerTyp, getLvl, getCurrentMember, getprovince } from '../../../tools.js';
 //图片组件
 const PicturesWalls = React.createClass({
 	getInitialState() {