liting2017 6 years ago
parent
commit
d6909ecaad

+ 1 - 1
js/component/manageCenter/customer/NEW/intentionCustomer/followDetail.jsx

@@ -390,7 +390,7 @@ const FollowDetail = React.createClass({
 			    			   		<FormItem 
 			                            labelCol={{ span: 4 }}
 										wrapperCol={{ span: 20 }}
-			                            label="拜访方式" >
+			                            label="跟进方式" >
 			    			   			<Radio.Group value={this.state.contactType} onChange={(e) => {
 										        this.setState({ contactType: e.target.value }) 
 						                    }}>

+ 4 - 4
js/component/manageCenter/customer/NEW/intentionCustomer/intentionDetail/detail/visit.jsx

@@ -24,7 +24,7 @@ const Visit = React.createClass({
 				}
 			},
 			visitsList: [{
-				title: '拜访时间',
+				title: '跟进时间',
 				dataIndex: 'followTime',
 				key: 'followTime'
 			}, {
@@ -32,7 +32,7 @@ const Visit = React.createClass({
 				dataIndex: 'identifyName',
 				key: 'identifyName'
 			}, {
-				title: '拜访方式',
+				title: '跟进方式',
 				dataIndex: 'contactType',
 				key: 'contactType',
 				render: text => { return getContactType(text) }
@@ -57,11 +57,11 @@ const Visit = React.createClass({
 							</div>
 				}
 			}, {
-				title: '拜访人',
+				title: '跟进人',
 				dataIndex: 'adminName',
 				key: 'adminName'
 			}, {
-				title: '拜访说明',
+				title: '跟进说明',
 				dataIndex: 'result',
 				key: 'result'
 			}, {

+ 1 - 1
js/component/manageCenter/customer/NEW/intentionCustomer/intentionDetail/detail/visitDetail.jsx

@@ -340,7 +340,7 @@ const VisitDetail = React.createClass({
 			    			   		<FormItem 
 			                            labelCol={{ span:4 }}
 										wrapperCol={{ span: 20 }}
-			                            label="拜访方式" >
+			                            label="跟进方式" >
 			    			   			{!followData.readOnly?<Radio.Group value={this.state.contactType} onChange={(e) => {
 										        this.setState({ contactType: e.target.value }) 
 						                    }}>

+ 1 - 1
js/component/manageCenter/customer/NEW/intentionCustomer/intentionDetail/intentionDetail.jsx

@@ -151,7 +151,7 @@ const IntentionDetail = React.createClass({
 							         accountState={this.state.accountState}
 					    		/>
 						    </TabPane>
-							<TabPane tab="客户拜访" key="4">
+							<TabPane tab="客户跟进" key="4">
 							    <Visit
 						     		categoryArr={this.props.categoryArr}
 						     		closeDetail={this.closeDetail}

+ 1 - 1
js/component/manageCenter/customer/NEW/signCustomer/followDetail.jsx

@@ -336,7 +336,7 @@ const FollowDetail = React.createClass({
 			    			   		<FormItem 
 			                            labelCol={{ span: 4 }}
 										wrapperCol={{ span: 20 }}
-			                            label="拜访方式" >
+			                            label="跟进方式" >
 			    			   			<Radio.Group value={this.state.contactType} onChange={(e) => {
 										        this.setState({ contactType: e.target.value }) 
 						                    }}>

+ 4 - 4
js/component/manageCenter/customer/NEW/signCustomer/intentionDetail/detail/visit.jsx

@@ -24,7 +24,7 @@ const Visit = React.createClass({
 				}
 			},
 			visitsList: [{
-				title: '拜访时间',
+				title: '跟进时间',
 				dataIndex: 'followTime',
 				key: 'followTime'
 			}, {
@@ -32,7 +32,7 @@ const Visit = React.createClass({
 				dataIndex: 'identifyName',
 				key: 'identifyName'
 			}, {
-				title: '拜访方式',
+				title: '跟进方式',
 				dataIndex: 'contactType',
 				key: 'contactType',
 				render: text => { return getContactType(text) }
@@ -57,11 +57,11 @@ const Visit = React.createClass({
 							</div>
 				}
 			}, {
-				title: '拜访人',
+				title: '跟进人',
 				dataIndex: 'adminName',
 				key: 'adminName'
 			}, {
-				title: '拜访说明',
+				title: '跟进说明',
 				dataIndex: 'result',
 				key: 'result'
 			}, {

+ 1 - 1
js/component/manageCenter/customer/NEW/signCustomer/intentionDetail/detail/visitDetail.jsx

@@ -270,7 +270,7 @@ const VisitDetail = React.createClass({
 			                            labelCol={{ span:4 }}
 										wrapperCol={{ span: 20 }}
 										style={{marginBottom:12}}
-			                            label="拜访方式" >
+			                            label="跟进方式" >
 			    			   			{!followData.readOnly?<Radio.Group value={this.state.contactType} onChange={(e) => {
 										        this.setState({ contactType: e.target.value }) 
 						                    }}>

+ 1 - 41
js/component/manageCenter/customer/NEW/signCustomer/intentionDetail/intentionDetail.jsx

@@ -83,46 +83,6 @@ const IntentionDetail = React.createClass({
 				basicState:false
 			})
 		}
-/*		if(e == '6') {
-			this.setState({
-				IntentionState:false,
-				contactState:false,
-				accountState:false,
-				visitState:false,
-				businessState:false,
-				basicState:false
-			})
-		}
-		if(e == '7') {
-			this.setState({
-				IntentionState:false,
-				contactState:false,
-				accountState:false,
-				visitState:false,
-				businessState:false,
-				basicState:false
-			})
-		}
-		if(e == '8') {
-			this.setState({
-				IntentionState:false,
-				contactState:false,
-				accountState:false,
-				visitState:false,
-				businessState:false,
-				basicState:false
-			})
-		}
-		if(e == '9') {
-			this.setState({
-				IntentionState:false,
-				contactState:false,
-				accountState:false,
-				visitState:false,
-				businessState:false,
-				basicState:false
-			})
-		}*/
 		this.setState({
 			callnub: e,
 		})
@@ -191,7 +151,7 @@ const IntentionDetail = React.createClass({
 								         accountState={this.state.accountState}
 						    		/>
 						    </TabPane>
-							<TabPane tab="客户拜访" key="4">
+							<TabPane tab="客户跟进" key="4">
 							     <Visit
 							     		closeDetail={this.closeDetail}
 								        data={this.props.IntentionData}