dengzhiguo лет назад: 7
Родитель
Сommit
079f086879

+ 10 - 1
js/component/manageCenter/customer/content.jsx

@@ -112,7 +112,7 @@ class Content extends Component {
 	                });
           	    });
           	    break;
-          	//实名认证
+          	//实名认证审核
           	case 'identityAudit':
                 require.ensure([], () => {
 	                const IdentityAudits = require('./reviewed/identityAudits').default;
@@ -121,6 +121,15 @@ class Content extends Component {
 	                });
           	    });
           	    break;
+          	//客户录入审核
+          	case 'enteringAudit':
+                require.ensure([], () => {
+	                const EnteringAudit = require('./reviewed/enteringAudit').default;
+	                this.setState({
+	                    component:<EnteringAudit />,	                    	                  
+	                });
+          	    });
+          	    break;
           	//专家发布
           	case 'expertPublish':
                 require.ensure([], () => {

+ 2 - 195
js/component/manageCenter/customer/customerManagement/organizationManages.jsx

@@ -2154,7 +2154,7 @@ const PublicCustomer = Form.create()(React.createClass({
 			        >				    
 					     <Tabs defaultActiveKey="1" onChange={this.callback} activeKey={this.state.callnub}>
 						    <TabPane tab="基本信息" key="1">
-						        {adminData.isSuperAdmin?<Form horizontal onSubmit={this.newSubmit} id="demand-form">
+						        <Form horizontal onSubmit={this.newSubmit} id="demand-form">
 					                <Spin spinning={this.state.loading}>
 						               	<div className="clearfix" style={{paddingLeft:'60px'}}>
 					                    	<FormItem className="half-item"
@@ -2391,200 +2391,7 @@ const PublicCustomer = Form.create()(React.createClass({
 					                        <Button className="set-submit" type="ghost" onClick={this.detailsModal}>取消</Button>
 					                    </div>		                	
 								    </Spin>
-								</Form>	:<Form horizontal id="demand-form">
-					                <Spin spinning={this.state.loading}>
-						               	<div className="clearfix" style={{paddingLeft:'60px'}}>
-					                    	<FormItem className="half-item"
-							                    labelCol={{ span: 4 }}
-							                    wrapperCol={{ span: 18 }}
-							                    label="客户名称"
-						                        >
-						                        <span>{theInformation.identifyName}</span>
-						                    </FormItem>
-					                    </div>
-					                    <div className="clearfix" style={{paddingLeft:'60px'}}>
-					                    	<FormItem className="half-item" 
-						                         labelCol={{ span: 4 }}
-						                         wrapperCol={{ span: 18 }}
-						                        label="行业"
-						                         > 
-				                             <span>{getIndustry(String(theInformation.industry))}</span>     
-					                   		 </FormItem>
-					                   		 <FormItem className="half-item" 
-						                           labelCol={{ span: 4 }}
-						                            wrapperCol={{ span: 18 }}
-						                           label="社会属性"
-						                         > 
-						                       <span>{getSocialAttribute(theInformation.societyTag)}</span>  
-					                   		 </FormItem>
-					                         <FormItem className="half-item" 
-					                           labelCol={{ span: 4 }}
-					                           wrapperCol={{ span: 18 }}
-					                           label="省-市-区"
-					                          > 
-						                  		<span>{this.state.proviceCityArea}</span>
-						                  </FormItem>
-						                   <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                         label="通信地址"
-						                            >
-						                            <span>{theInformation.postalAddress}</span>  
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                         label="固定电话"
-						                            >
-						                            <span>{theInformation.contactsFixedTel}</span>              
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="客户传真"
-						                            >
-						                            <span>{theInformation.contactsFax}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="注册资本"
-						                            >
-						                            <span>{theInformation.registeredCapital}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="单位规模"
-						                            >
-						                            <span>{theInformation.enterpriseScale}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="法人名称"
-						                            >
-						                             <span>{theInformation.legalPerson}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="身份证号码"
-						                            >
-						                            <span>{theInformation.legalPersonIdCard}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="法人电话"
-						                            >
-						                            <span>{theInformation.legalPersonTel}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="电子邮箱"
-						                            >
-						                            <span>{theInformation.legalPersonEmail}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-				                   		   		labelCol={{ span: 4 }}
-					                            wrapperCol={{ span: 18 }}
-					                            label="投资机构"
-					                   		    >
-								                <span>{this.state.investment?'是':'否'}</span>
-								            </FormItem>
-					                   		<FormItem className="half-item"
-				                   		   		labelCol={{ span: 4 }}
-					                            wrapperCol={{ span: 18 }}
-					                            label="高新"
-					                   		    >
-								                <span>{this.state.highTechZone?'是':'否'}</span>
-								            </FormItem>
-					                   	     <FormItem className="half-item"
-				                   		   		labelCol={{ span: 4 }}
-					                            wrapperCol={{ span: 18 }}
-					                            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 className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="机构代码"
-						                            >
-						                            <span>{theInformation.orgCode}</span>
-						                    </FormItem>
-						                    <div className="clearfix pictures">
-						                        <FormItem
-							                        labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="机构证(PIC)" >
-							                        <div className="clearfix">
-							                            <Upload className="demandDetailShow-upload"
-							                                listType="picture-card"
-							                                fileList={this.state.orgCodeUrl}
-							                                onPreview={(file) => {
-							                                    this.setState({
-							                                        previewImage: file.url || file.thumbUrl,
-							                                        previewVisible: true,
-							                                    });
-							                                }} >
-							                            </Upload>
-							                            <Modal maskClosable={false} footer={null}
-							                                visible={this.state.previewVisible}
-							                                onCancel={() => { this.setState({ previewVisible: false }) }}>
-							                                <img alt="" style={{ width: '100%' }} src={this.state.orgCodeUrl || ''} />
-							                            </Modal>
-							                        </div>     
-						                        </FormItem>
-						                        <FormItem
-							                        labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="单位logo" > 
-							                        <div className="clearfix">
-							                            <Upload className="demandDetailShow-upload"
-							                                listType="picture-card"
-							                                fileList={this.state.companyLogoUrl}
-							                                onPreview={(file) => {
-							                                    this.setState({
-							                                        previewImage: file.url || file.thumbUrl,
-							                                        previewVisible: true,
-							                                    });
-							                                }} >
-							                            </Upload>
-							                            <Modal maskClosable={false} footer={null}
-							                                visible={this.state.previewVisible}
-							                                onCancel={() => { this.setState({ previewVisible: false }) }}>
-							                                <img alt="" style={{ width: '100%' }} src={this.state.companyLogoUrl || ''} />
-							                            </Modal>
-							                        </div> 
-							                    </FormItem>
-							                </div>
-							                <div className="clearfix">
-							                    <FormItem
-						                        labelCol={{ span: 2 }}
-						                        wrapperCol={{ span: 18 }}
-						                        label="业务范围" >
-						                         <span>{theInformation.businessScope}</span>
-							                    </FormItem>
-							                    <FormItem
-							                        labelCol={{ span: 2 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="单位简介" >
-							                        <span>{theInformation.introduction}</span>
-							                    </FormItem>
-						                    </div> 
-					                    </div>		                	
-								    </Spin>
-								</Form>}	
+								</Form>	
 							</TabPane>
 						    <TabPane tab="联系人信息" key="2">
 						        <div className="clearfix" >

+ 1 - 267
js/component/manageCenter/customer/customerManagement/personalManages.jsx

@@ -2088,7 +2088,7 @@ const QueryCustomer = Form.create()(React.createClass({
 			        >				    
 					     <Tabs onChange={this.callback} activeKey={this.state.callnub}>
 						    <TabPane tab="基本信息" key="1">
-						        {adminData.isSuperAdmin?<Form horizontal onSubmit={this.newSubmit} id="demand-form">
+						        <Form horizontal onSubmit={this.newSubmit} id="demand-form">
 					                <Spin spinning={this.state.loading}>
 						               	<div className="clearfix" >
 					                    	<FormItem className="half-item"
@@ -2333,273 +2333,7 @@ const QueryCustomer = Form.create()(React.createClass({
 					                        <Button className="set-submit" type="ghost" onClick={this.detailsModal}>取消</Button>
 					                    </div>		                	
 								    </Spin>
-								</Form>:
-								<Form horizontal  id="demand-form">
-								    <Spin spinning={this.state.loading}>
-						               	<div className="clearfix" >
-					                    	<FormItem className="half-item"
-							                    {...formItemLayout}
-							                    label="客户姓名"
-						                        >
-					                    	    <span>{theInformation.identifyName}</span>
-						                    </FormItem>
-					                    </div>
-					                    <div className="clearfix" >
-					                    	<FormItem className="half-item" 
-					                         {...formItemLayout}
-					                        label="行业"
-					                         > 
-				                                <span>{getIndustryType(this.state.industry)}</span>
-					                   		 </FormItem>
-					                   		 <FormItem className="half-item" 
-					                           {...formItemLayout}
-					                           label="社会属性"
-					                           > 
-					                           <span>{getSocialAttribute(theInformation.societyTag)}</span>
-					                   		 </FormItem>
-					                   		 <FormItem className="half-item"
-						                   			 {...formItemLayout}
-							                           label="业务认证"
-						                   		>
-									                <span>{parseInt(this.state.businessAudit)?'已认证':'未认证'}</span>
-									            </FormItem>
-									            <FormItem className="half-item" 
-									            	{...formItemLayout}
-							                        label="实名认证"
-									            >
-							                        <span>{getAuditStatus(this.state.auditStatus)}</span> 
-									            </FormItem>
-					                   		 <FormItem className="half-item"
-								                {...formItemLayout}
-						                        label="专家"
-								                > 
-								                  <span>{parseInt(this.state.expert)?'是':'否'}</span> 
-								            </FormItem>
-								            <FormItem className="half-item"
-								                {...formItemLayout}
-						                        label="明星"
-								                > 
-								                  <span>{parseInt(this.state.celebrity)?'是':'否'}</span> 
-								            </FormItem>
-								            <FormItem className="half-item"
-								                {...formItemLayout}
-						                        label="会员"
-								            > 
-								                  <span>{parseInt(this.state.isMember)?'是':'否'}</span> 
-								             </FormItem>
-								             <FormItem className="half-item"
-								                {...formItemLayout}
-						                        label="咨询师"
-								            > 
-								                  <span>{parseInt(this.state.consultant)?'是':'否'}</span> 
-								             </FormItem>
-								             <FormItem className="half-item"
-								                {...formItemLayout}
-						                        label="国际化"
-								            >   	
-								                  <span>{parseInt(this.state.international)?'是':'否'}</span> 
-								             </FormItem>
-					                   		 <FormItem className="half-item" 
-						                           {...formItemLayout}
-						                           label="性别"
-						                         > 
-								                  <span>{this.state.sex}</span> 
-					                   		 </FormItem>
-					                   		 <FormItem className="half-item" 
-						                           {...formItemLayout}
-						                           label="出生日期"
-					                          > 
-					                           	 <span>{this.state.yearMonth}</span>
-						                     </FormItem>
-						                     <FormItem className="half-item" 
-							                    	{...formItemLayout}
-							                        label="身份证号码"
-					                           	 >
-						                            <span>{theInformation.legalPersonIdCard}</span>
-						                     </FormItem>
-						                     <FormItem className="half-item" 
-							                    	 {...formItemLayout}
-							                        label="主要联系人"
-					                           	 >
-						                         <span>{theInformation.contacts}</span>
-						                     </FormItem>
-						                     <FormItem className="half-item" 
-							                    	 {...formItemLayout}
-							                        label="主要联系人号码"
-					                           	 >	                          
-						                         <span>{theInformation.contactMobile}</span>
-						                     </FormItem>
-						                     
-					                        <FormItem className="half-item" 
-					                           {...formItemLayout}
-					                           label="省-市-区"
-					                          > 
-					                           <span>{this.state.proviceCityArea}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-									                {...formItemLayout}
-							                        label="投资机构"
-									                > 
-									                <span>{this.state.investment?'是':'否'}</span>
-								            </FormItem>
-						                    <FormItem className="half-item" 
-							                    	 {...formItemLayout}
-							                        label="职称名字"
-					                           	 >
-						                        <span>{this.state.professionalTitle}</span>                    
-						                    </FormItem>
-						                    <FormItem className="half-item" 
-							                    	 {...formItemLayout}
-							                        label="就业单位"
-					                           	 >
-						                        <span>{this.state.workUnit}</span>       
-						                    </FormItem>
-						                    <FormItem className="half-item" 
-							                    	 {...formItemLayout}
-							                        label="学历"
-					                           	 >
-						                    		 <span>{this.state.education}</span> 
-						                    </FormItem>
-						                    <FormItem className="half-item" 
-							                    	 {...formItemLayout}
-							                        label="毕业院校"
-					                           	 >
-						                    		 <span>{this.state.graduateSchool}</span> 
-						                    </FormItem>
-						                    <FormItem className="half-item" 
-							                    	 {...formItemLayout}
-							                        label="专业类别"
-					                           	 >
-						                   		 <span>{this.state.majorCategory}</span> 
-						                    </FormItem>
-						                    <FormItem className="half-item" 
-							                    	 {...formItemLayout}
-							                        label="职业资格"
-					                           	 >
-						                   	    <span>{this.state.qualification}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	{...formItemLayout}
-							                         label="通信地址"
-						                            >
-						                             <span>{theInformation.postalAddress}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	{...formItemLayout}
-							                         label="手机号码"
-						                            >
-						                             <span>{theInformation.modile}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	{...formItemLayout}
-							                        label="客户传真"
-						                            >
-						                             <span>{theInformation.contactsFax}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	{...formItemLayout}
-							                         label="固定电话"
-						                            >
-						                            <span>{theInformation.contactsFixedTel}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	{...formItemLayout}
-							                         label="客户QQ"
-						                            >
-						                             <span>{theInformation.qq}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	{...formItemLayout}
-							                         label="电子邮箱"
-						                            >
-						                              <span>{theInformation.email}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-								                    	 {...formItemLayout}
-								                         label="咨询费用"
-							                            >
-						                   		<span>{theInformation.consultationPrice}</span>
-							                    </FormItem>
-						                    <div className='clearfix'>
-							                    <FormItem
-							                        labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="客户简介" >
-							                        <span>{theInformation.introduction}</span>
-							                    </FormItem>
-						                    </div>
-						                     <div className="clearfix pictures">
-						                        <FormItem style={{display:'inline-block',width:'350px',marginTop:'20px',marginLeft:'60px'}}
-							                        labelCol={{ span: 8 }}
-							                        wrapperCol={{ span: 10 }}
-							                        label="身份证正面" >
-							                        <div className="clearfix">
-							                            <Upload className="demandDetailShow-upload"
-							                                listType="picture-card"
-							                                fileList={this.state.orgCodeUrl}
-							                                onPreview={(file) => {
-							                                    this.setState({
-							                                        previewImage: file.url || file.thumbUrl,
-							                                        previewVisible: true,
-							                                    });
-							                                }} >
-							                            </Upload>
-							                            <Modal maskClosable={false} footer={null}
-							                                visible={this.state.previewVisible}
-							                                onCancel={() => { this.setState({ previewVisible: false }) }}>
-							                                <img alt="" style={{ width: '100%' }} src={this.state.orgCodeUrl || ''} />
-							                            </Modal>
-							                        </div>      
-						                        </FormItem>
-						                        <FormItem style={{display:'inline-block',width:'350px',marginTop:'20px'}}
-							                        labelCol={{ span: 8 }}
-							                        wrapperCol={{ span: 10 }}
-							                        label="身份证反面" > 
-							                         <div className="clearfix">
-							                            <Upload className="demandDetailShow-upload"
-							                                listType="picture-card"
-							                                fileList={this.state.companyLogoUrl}
-							                                onPreview={(file) => {
-							                                    this.setState({
-							                                        previewImage: file.url || file.thumbUrl,
-							                                        previewVisible: true,
-							                                    });
-							                                }} >
-							                            </Upload>
-							                            <Modal maskClosable={false} footer={null}
-							                                visible={this.state.previewVisible}
-							                                onCancel={() => { this.setState({ previewVisible: false }) }}>
-							                                <img alt="" style={{ width: '100%' }} src={this.state.companyLogoUrl || ''} />
-							                            </Modal>
-							                        </div>     
-							                    </FormItem>
-							                    <FormItem style={{display:'inline-block' ,width:'350px',marginTop:'20px'}}
-							                        labelCol={{ span: 8 }}
-							                        wrapperCol={{ span: 10 }}
-							                        label="客户照片" > 
-							                         <div className="clearfix">
-							                            <Upload className="demandDetailShow-upload"
-							                                listType="picture-card"
-							                                fileList={this.state.companyLogoUrls}
-							                                onPreview={(file) => {
-							                                    this.setState({
-							                                        previewImage: file.url || file.thumbUrl,
-							                                        previewVisible: true,
-							                                    });
-							                                }} >
-							                            </Upload>
-							                            <Modal maskClosable={false} footer={null}
-							                                visible={this.state.previewVisible}
-							                                onCancel={() => { this.setState({ previewVisible: false }) }}>
-							                                <img alt="" style={{ width: '100%' }} src={this.state.companyLogoUrls || ''} />
-							                            </Modal>
-							                        </div>          
-							                    </FormItem>
-							                </div> 
-					                    </div>		                	
-								    </Spin>
 								</Form>
-								}
 							</TabPane>
 						    <TabPane tab="联系人信息" key="2">
 						        <div className="clearfix" style={{display:adminData.isSuperAdmin?'block':'none'}}>

+ 2 - 195
js/component/manageCenter/customer/customerManagement/publicManages.jsx

@@ -2213,7 +2213,7 @@ const PublicCustomer = Form.create()(React.createClass({
 			        >				    
 					     <Tabs defaultActiveKey="1" onChange={this.callback} activeKey={this.state.callnub}>
 						    <TabPane tab="基本信息" key="1">
-						        {adminData.isSuperAdmin?<Form horizontal onSubmit={this.newSubmit} id="demand-form">
+						        <Form horizontal onSubmit={this.newSubmit} id="demand-form">
 					                <Spin spinning={this.state.loading}>
 						               	<div className="clearfix" style={{paddingLeft:'60px'}}>
 					                    	<FormItem className="half-item"
@@ -2446,200 +2446,7 @@ const PublicCustomer = Form.create()(React.createClass({
 					                        <Button className="set-submit" type="ghost" onClick={this.detailsModal}>取消</Button>
 					                    </div>		                	
 								    </Spin>
-								</Form>	:<Form horizontal id="demand-form">
-					                <Spin spinning={this.state.loading}>
-						               	<div className="clearfix" style={{paddingLeft:'60px'}}>
-					                    	<FormItem className="half-item"
-							                    labelCol={{ span: 4 }}
-							                    wrapperCol={{ span: 18 }}
-							                    label="客户名称"
-						                        >
-						                        <span>{theInformation.identifyName}</span>
-						                    </FormItem>
-					                    </div>
-					                    <div className="clearfix" style={{paddingLeft:'60px'}}>
-					                    	<FormItem className="half-item" 
-						                         labelCol={{ span: 4 }}
-						                         wrapperCol={{ span: 18 }}
-						                        label="行业"
-						                         > 
-				                             <span>{getIndustry(String(theInformation.industry))}</span>     
-					                   		 </FormItem>
-					                   		 <FormItem className="half-item" 
-						                           labelCol={{ span: 4 }}
-						                            wrapperCol={{ span: 18 }}
-						                           label="社会属性"
-						                         > 
-						                       <span>{getSocialAttribute(theInformation.societyTag)}</span>  
-					                   		 </FormItem>
-					                         <FormItem className="half-item" 
-					                           labelCol={{ span: 4 }}
-					                           wrapperCol={{ span: 18 }}
-					                           label="省-市-区"
-					                          > 
-						                  		<span>{this.state.proviceCityArea}</span>
-						                  </FormItem>
-						                   <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                         label="通信地址"
-						                            >
-						                            <span>{theInformation.postalAddress}</span>  
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                         label="固定电话"
-						                            >
-						                            <span>{theInformation.contactsFixedTel}</span>              
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="客户传真"
-						                            >
-						                            <span>{theInformation.contactsFax}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="注册资本"
-						                            >
-						                            <span>{theInformation.registeredCapital}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="单位规模"
-						                            >
-						                            <span>{theInformation.enterpriseScale}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="法人名称"
-						                            >
-						                             <span>{theInformation.legalPerson}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="身份证号码"
-						                            >
-						                            <span>{theInformation.legalPersonIdCard}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="法人电话"
-						                            >
-						                            <span>{theInformation.legalPersonTel}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="电子邮箱"
-						                            >
-						                            <span>{theInformation.legalPersonEmail}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-				                   		   		labelCol={{ span: 4 }}
-					                            wrapperCol={{ span: 18 }}
-					                            label="投资机构"
-					                   		    >
-								                <span>{this.state.investment?'是':'否'}</span>
-								            </FormItem>
-					                   		<FormItem className="half-item"
-				                   		   		labelCol={{ span: 4 }}
-					                            wrapperCol={{ span: 18 }}
-					                            label="高新"
-					                   		    >
-								                <span>{this.state.highTechZone?'是':'否'}</span>
-								            </FormItem>
-					                   	     <FormItem className="half-item"
-				                   		   		labelCol={{ span: 4 }}
-					                            wrapperCol={{ span: 18 }}
-					                            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 className="half-item"
-							                    	labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="机构代码"
-						                            >
-						                            <span>{theInformation.orgCode}</span>
-						                    </FormItem>
-						                    <div className="clearfix pictures">
-						                        <FormItem
-							                        labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="机构证(PIC)" >
-							                        <div className="clearfix">
-							                            <Upload className="demandDetailShow-upload"
-							                                listType="picture-card"
-							                                fileList={this.state.orgCodeUrl}
-							                                onPreview={(file) => {
-							                                    this.setState({
-							                                        previewImage: file.url || file.thumbUrl,
-							                                        previewVisible: true,
-							                                    });
-							                                }} >
-							                            </Upload>
-							                            <Modal maskClosable={false} footer={null}
-							                                visible={this.state.previewVisible}
-							                                onCancel={() => { this.setState({ previewVisible: false }) }}>
-							                                <img alt="" style={{ width: '100%' }} src={this.state.orgCodeUrl || ''} />
-							                            </Modal>
-							                        </div>     
-						                        </FormItem>
-						                        <FormItem
-							                        labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="单位logo" > 
-							                        <div className="clearfix">
-							                            <Upload className="demandDetailShow-upload"
-							                                listType="picture-card"
-							                                fileList={this.state.companyLogoUrl}
-							                                onPreview={(file) => {
-							                                    this.setState({
-							                                        previewImage: file.url || file.thumbUrl,
-							                                        previewVisible: true,
-							                                    });
-							                                }} >
-							                            </Upload>
-							                            <Modal maskClosable={false} footer={null}
-							                                visible={this.state.previewVisible}
-							                                onCancel={() => { this.setState({ previewVisible: false }) }}>
-							                                <img alt="" style={{ width: '100%' }} src={this.state.companyLogoUrl || ''} />
-							                            </Modal>
-							                        </div> 
-							                    </FormItem>
-							                </div>
-							                <div className="clearfix">
-							                    <FormItem
-						                        labelCol={{ span: 2 }}
-						                        wrapperCol={{ span: 18 }}
-						                        label="业务范围" >
-						                         <span>{theInformation.businessScope}</span>
-							                    </FormItem>
-							                    <FormItem
-							                        labelCol={{ span: 2 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="单位简介" >
-							                        <span>{theInformation.introduction}</span>
-							                    </FormItem>
-						                    </div> 
-					                    </div>		                	
-								    </Spin>
-								</Form>}	
+								</Form>		
 							</TabPane>
 						    <TabPane tab="联系人信息" key="2">
 						        <div className="clearfix" >

+ 1 - 267
js/component/manageCenter/customer/customerManagement/publicManagesOne.jsx

@@ -2146,7 +2146,7 @@ const QueryCustomer = Form.create()(React.createClass({
 			        >				    
 					     <Tabs onChange={this.callback} activeKey={this.state.callnub}>
 						    <TabPane tab="基本信息" key="1">
-						        {adminData.isSuperAdmin?<Form horizontal onSubmit={this.newSubmit} id="demand-form">
+						        <Form horizontal onSubmit={this.newSubmit} id="demand-form">
 					                <Spin spinning={this.state.loading}>
 						               	<div className="clearfix" >
 					                    	<FormItem className="half-item"
@@ -2390,273 +2390,7 @@ const QueryCustomer = Form.create()(React.createClass({
 					                        <Button className="set-submit" type="ghost" onClick={this.detailsModal}>取消</Button>
 					                    </div>		                	
 								    </Spin>
-								</Form>:
-								<Form horizontal  id="demand-form">
-								    <Spin spinning={this.state.loading}>
-						               	<div className="clearfix" >
-					                    	<FormItem className="half-item"
-							                    {...formItemLayout}
-							                    label="客户姓名"
-						                        >
-					                    	    <span>{theInformation.identifyName}</span>
-						                    </FormItem>
-					                    </div>
-					                    <div className="clearfix" >
-					                    	<FormItem className="half-item" 
-					                         {...formItemLayout}
-					                        label="行业"
-					                         > 
-				                                <span>{getIndustryType(this.state.industry)}</span>
-					                   		 </FormItem>
-					                   		 <FormItem className="half-item" 
-					                           {...formItemLayout}
-					                           label="社会属性"
-					                           > 
-					                           <span>{getSocialAttribute(theInformation.societyTag)}</span>
-					                   		 </FormItem>
-					                   		 <FormItem className="half-item"
-						                   			 {...formItemLayout}
-							                           label="业务认证"
-						                   		>
-									                <span>{parseInt(this.state.businessAudit)?'已认证':'未认证'}</span>
-									            </FormItem>
-									            <FormItem className="half-item" 
-									            	{...formItemLayout}
-							                        label="实名认证"
-									            >
-							                        <span>{getAuditStatus(this.state.auditStatus)}</span> 
-									            </FormItem>
-					                   		 <FormItem className="half-item"
-								                {...formItemLayout}
-						                        label="专家"
-								                > 
-								                  <span>{parseInt(this.state.expert)?'是':'否'}</span> 
-								            </FormItem>
-								            <FormItem className="half-item"
-								                {...formItemLayout}
-						                        label="明星"
-								                > 
-								                  <span>{parseInt(this.state.celebrity)?'是':'否'}</span> 
-								            </FormItem>
-								            <FormItem className="half-item"
-								                {...formItemLayout}
-						                        label="会员"
-								            > 
-								                  <span>{parseInt(this.state.isMember)?'是':'否'}</span> 
-								             </FormItem>
-								             <FormItem className="half-item"
-								                {...formItemLayout}
-						                        label="咨询师"
-								            > 
-								                  <span>{parseInt(this.state.consultant)?'是':'否'}</span> 
-								             </FormItem>
-								             <FormItem className="half-item"
-								                {...formItemLayout}
-						                        label="国际化"
-								            >   	
-								                  <span>{parseInt(this.state.international)?'是':'否'}</span> 
-								             </FormItem>
-					                   		 <FormItem className="half-item" 
-						                           {...formItemLayout}
-						                           label="性别"
-						                         > 
-								                  <span>{this.state.sex}</span> 
-					                   		 </FormItem>
-					                   		 <FormItem className="half-item" 
-						                           {...formItemLayout}
-						                           label="出生日期"
-					                          > 
-					                           	 <span>{this.state.yearMonth}</span>
-						                     </FormItem>
-						                     <FormItem className="half-item" 
-							                    	{...formItemLayout}
-							                        label="身份证号码"
-					                           	 >
-						                            <span>{theInformation.legalPersonIdCard}</span>
-						                     </FormItem>
-						                     <FormItem className="half-item" 
-							                    	 {...formItemLayout}
-							                        label="主要联系人"
-					                           	 >
-						                         <span>{theInformation.contacts}</span>
-						                     </FormItem>
-						                     <FormItem className="half-item" 
-							                    	 {...formItemLayout}
-							                        label="主要联系人号码"
-					                           	 >	                          
-						                         <span>{theInformation.contactMobile}</span>
-						                     </FormItem>
-						                     
-					                        <FormItem className="half-item" 
-					                           {...formItemLayout}
-					                           label="省-市-区"
-					                          > 
-					                           <span>{this.state.proviceCityArea}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-									                {...formItemLayout}
-							                        label="投资机构"
-									                > 
-									                <span>{this.state.investment?'是':'否'}</span>
-								            </FormItem>
-						                    <FormItem className="half-item" 
-							                    	 {...formItemLayout}
-							                        label="职称名字"
-					                           	 >
-						                        <span>{this.state.professionalTitle}</span>                    
-						                    </FormItem>
-						                    <FormItem className="half-item" 
-							                    	 {...formItemLayout}
-							                        label="就业单位"
-					                           	 >
-						                        <span>{this.state.workUnit}</span>       
-						                    </FormItem>
-						                    <FormItem className="half-item" 
-							                    	 {...formItemLayout}
-							                        label="学历"
-					                           	 >
-						                    		 <span>{this.state.education}</span> 
-						                    </FormItem>
-						                    <FormItem className="half-item" 
-							                    	 {...formItemLayout}
-							                        label="毕业院校"
-					                           	 >
-						                    		 <span>{this.state.graduateSchool}</span> 
-						                    </FormItem>
-						                    <FormItem className="half-item" 
-							                    	 {...formItemLayout}
-							                        label="专业类别"
-					                           	 >
-						                   		 <span>{this.state.majorCategory}</span> 
-						                    </FormItem>
-						                    <FormItem className="half-item" 
-							                    	 {...formItemLayout}
-							                        label="职业资格"
-					                           	 >
-						                   	    <span>{this.state.qualification}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	{...formItemLayout}
-							                         label="通信地址"
-						                            >
-						                             <span>{theInformation.postalAddress}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	{...formItemLayout}
-							                         label="手机号码"
-						                            >
-						                             <span>{theInformation.modile}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	{...formItemLayout}
-							                        label="客户传真"
-						                            >
-						                             <span>{theInformation.contactsFax}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	{...formItemLayout}
-							                         label="固定电话"
-						                            >
-						                            <span>{theInformation.contactsFixedTel}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	{...formItemLayout}
-							                         label="客户QQ"
-						                            >
-						                             <span>{theInformation.qq}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-							                    	{...formItemLayout}
-							                         label="电子邮箱"
-						                            >
-						                              <span>{theInformation.email}</span>
-						                    </FormItem>
-						                    <FormItem className="half-item"
-								                    	 {...formItemLayout}
-								                         label="咨询费用"
-							                            >
-						                   		<span>{theInformation.consultationPrice}</span>
-							                    </FormItem>
-						                    <div className='clearfix'>
-							                    <FormItem
-							                        labelCol={{ span: 4 }}
-							                        wrapperCol={{ span: 18 }}
-							                        label="客户简介" >
-							                        <span>{theInformation.introduction}</span>
-							                    </FormItem>
-						                    </div>
-						                     <div className="clearfix pictures">
-						                        <FormItem style={{display:'inline-block',width:'350px',marginTop:'20px',marginLeft:'60px'}}
-							                        labelCol={{ span: 8 }}
-							                        wrapperCol={{ span: 10 }}
-							                        label="身份证正面" >
-							                        <div className="clearfix">
-							                            <Upload className="demandDetailShow-upload"
-							                                listType="picture-card"
-							                                fileList={this.state.orgCodeUrl}
-							                                onPreview={(file) => {
-							                                    this.setState({
-							                                        previewImage: file.url || file.thumbUrl,
-							                                        previewVisible: true,
-							                                    });
-							                                }} >
-							                            </Upload>
-							                            <Modal maskClosable={false} footer={null}
-							                                visible={this.state.previewVisible}
-							                                onCancel={() => { this.setState({ previewVisible: false }) }}>
-							                                <img alt="" style={{ width: '100%' }} src={this.state.orgCodeUrl || ''} />
-							                            </Modal>
-							                        </div>      
-						                        </FormItem>
-						                        <FormItem style={{display:'inline-block',width:'350px',marginTop:'20px'}}
-							                        labelCol={{ span: 8 }}
-							                        wrapperCol={{ span: 10 }}
-							                        label="身份证反面" > 
-							                         <div className="clearfix">
-							                            <Upload className="demandDetailShow-upload"
-							                                listType="picture-card"
-							                                fileList={this.state.companyLogoUrl}
-							                                onPreview={(file) => {
-							                                    this.setState({
-							                                        previewImage: file.url || file.thumbUrl,
-							                                        previewVisible: true,
-							                                    });
-							                                }} >
-							                            </Upload>
-							                            <Modal maskClosable={false} footer={null}
-							                                visible={this.state.previewVisible}
-							                                onCancel={() => { this.setState({ previewVisible: false }) }}>
-							                                <img alt="" style={{ width: '100%' }} src={this.state.companyLogoUrl || ''} />
-							                            </Modal>
-							                        </div>     
-							                    </FormItem>
-							                    <FormItem style={{display:'inline-block' ,width:'350px',marginTop:'20px'}}
-							                        labelCol={{ span: 8 }}
-							                        wrapperCol={{ span: 10 }}
-							                        label="客户照片" > 
-							                         <div className="clearfix">
-							                            <Upload className="demandDetailShow-upload"
-							                                listType="picture-card"
-							                                fileList={this.state.companyLogoUrls}
-							                                onPreview={(file) => {
-							                                    this.setState({
-							                                        previewImage: file.url || file.thumbUrl,
-							                                        previewVisible: true,
-							                                    });
-							                                }} >
-							                            </Upload>
-							                            <Modal maskClosable={false} footer={null}
-							                                visible={this.state.previewVisible}
-							                                onCancel={() => { this.setState({ previewVisible: false }) }}>
-							                                <img alt="" style={{ width: '100%' }} src={this.state.companyLogoUrls || ''} />
-							                            </Modal>
-							                        </div>          
-							                    </FormItem>
-							                </div> 
-					                    </div>		                	
-								    </Spin>
 								</Form>
-								}
 							</TabPane>
 						    <TabPane tab="联系人信息" key="2">
 						        <div className="clearfix" style={{display:adminData.isSuperAdmin?'block':'none'}}>

+ 28 - 7
js/component/manageCenter/customer/customerService/myBusiness.jsx

@@ -354,13 +354,15 @@ const MyBusiness = Form.create()(React.createClass({
         this.state.followSituation='0';
         this.state.customerStatus='0';
         this.state.contactType=undefined;
+        this.state.superior=''; 
         this.state.remarks='';
         this.state.result='';
         this.state.keys=false;
         this.state.lastName=undefined;
         this.addTime(); 
         this.setState({
-            showDesc: true,           
+            showDesc: true,   
+           
         });       
     },
     
@@ -822,6 +824,24 @@ const MyBusiness = Form.create()(React.createClass({
 			})
 			this.getNewWoman(theType) 	 
 		},
+		//上级主管输入框失去焦点是判断客户是否存在
+		selectAuto(value,options){
+			console.log(value);
+			let theType='';
+			let contactLists=this.state.customerArr||[];
+				if (value) {
+	            contactLists.map(function (item) {
+	                if (item.name == value.toString()) {
+	                    theType = item.id;
+	                }
+	           });     
+	   		}	
+			this.setState({
+				superior:value,
+				khId:theType
+			})
+			this.getNewWoman(theType) ;
+		},
 		//客户输入框失去焦点是判断客户是否存在
 		blurChange(e){
 			let theType='';
@@ -1190,16 +1210,17 @@ const MyBusiness = Form.create()(React.createClass({
 											        style={{ width: '200px' }}
 											        dataSource={options}
 											        placeholder="输入名称"
-											        optionLabelProp="value"
+											        value={this.state.superior}
 											        onChange={this.httpChange}
-											        onSelect={this.autoChange}
 											        filterOption={true}
 											        onBlur={this.blurChange}
+											        onSelect={this.selectAuto}
+											        filterOption={true}
+											       
 											      >
-											        <Input style={{width:'200px'}}/>
-											      </AutoComplete>
-			    			    				  <span style={{color:'red'}}> *</span>
-											      
+											        <Input/>
+											      </AutoComplete> 
+											      <span className="mandatory">*</span>      
 							                </FormItem>
 			    			    	    </div>
 						            </div>

Разница между файлами не показана из-за своего большого размера
+ 2265 - 0
js/component/manageCenter/customer/reviewed/enteringAudit.jsx


Разница между файлами не показана из-за своего большого размера
+ 2609 - 0
js/component/manageCenter/customer/reviewed/enteringAuditOne.jsx


Разница между файлами не показана из-за своего большого размера
+ 2680 - 304
package-lock.json


+ 5 - 3
package.json

@@ -10,10 +10,10 @@
     "dllstage": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy stage --env.host 'http://aftts.hnzhiming.com'",
     "dllpro": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy prod --env.host 'http://s.jishutao.com'",
     "build": "node bin/clean.js && webpack --progress --colors --env.deploy dev",
-    "buildtest": "node --max_old_space_size=4096 bin/clean.js && webpack --progress --colors --env.deploy test",
+    "buildtest": "node bin/clean.js && webpack --progress --colors --env.deploy test",
     "buildstage": "node bin/clean.js && webpack --progress --colors --env.deploy stage",
     "pro": "node bin/clean.js && webpack --progress --colors --env.deploy prod",
-		"dev": "webpack-dev-server --port 80 --devtool eval --progress --colors --hot --content-base build --env.deploy dev --env.watch watch"
+    "dev": "webpack-dev-server --port 80 --devtool eval --progress --colors --hot --content-base build --env.deploy dev --env.watch watch"
   },
   "repository": {
     "type": "git",
@@ -28,10 +28,12 @@
     "babel-plugin-import": "^1.1.1",
     "babel-preset-es2015": "^6.22.0",
     "babel-preset-react": "^6.23.0",
+    "copy-webpack-plugin": "^4.3.1",
     "css-loader": "^0.26.2",
     "del": "^3.0.0",
     "extract-text-webpack-plugin": "^2.1.0",
     "file-loader": "^0.10.1",
+    "html-webpack-include-assets-plugin": "^1.0.2",
     "html-webpack-plugin": "^2.28.0",
     "jquery": "^3.1.1",
     "jsx-loader": "^0.13.2",
@@ -42,7 +44,7 @@
     "style-loader": "^0.13.2",
     "url-loader": "^0.5.8",
     "webpack": "^2.2.1",
-    "webpack-dev-server": "^2.4.1"
+    "webpack-dev-server": "^2.9.7"
   },
   "dependencies": {
     "antd": "^2.7.4",

+ 20 - 5
webpack.config.js

@@ -2,6 +2,8 @@
 const path = require('path');
 const ExtractTextPlugin = require("extract-text-webpack-plugin");
 const HtmlWebpackPlugin = require('html-webpack-plugin');
+const CopyWebpackPlugin = require('copy-webpack-plugin');
+const HtmlWebpackIncludeAssetsPlugin = require('html-webpack-include-assets-plugin');
 const WebpackDevServer = require('webpack-dev-server');
 const entries = require('./webpack/entry.config.js');
 const version = require('./package.json').version;
@@ -24,11 +26,24 @@ module.exports = (function () {
         new webpack.optimize.CommonsChunkPlugin({
             name: 'vendors'
         }),
-        //   /* 配置好Dll */
-        new webpack.DllReferencePlugin({
-               context: dirVars.staticRootDir, // 指定一个路径作为上下文环境,需要与DllPlugin的context参数保持一致,建议统一设置为项目根目录
-               manifest: require('./dll/'+argv.env.deploy+'/manifest.json') // 指定manifest.json
-           }),
+      /* 配置好Dll */
+       new webpack.DllReferencePlugin({
+           context: dirVars.staticRootDir, // 指定一个路径作为上下文环境,需要与DllPlugin的context参数保持一致,建议统一设置为项目根目录
+           manifest: require('./dll/'+argv.env.deploy+'/manifest.json') // 指定manifest.json
+       }),
+	   // 把dll文件复制到打包后的文件中
+		new CopyWebpackPlugin([
+		    {
+		      from: path.resolve('./dll/'+argv.env.deploy),
+		      to: (__dirname, './dll/'),
+		      ignore: ['.*']
+		    }
+		]),
+		// 将 dll.js 插入HTML里
+		new HtmlWebpackIncludeAssetsPlugin({
+		    assets: [(__dirname, 'dll/dll.js'),(__dirname, 'dll/dll.css')],
+		    append: false
+		}),
         new ExtractTextPlugin({
             filename: "[name].css",
             disable: false,