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