dengzhiguo 7 vuotta sitten
vanhempi
commit
274488982d

+ 13 - 5
js/component/manageCenter/customer/NEW/crm/crm.jsx

@@ -87,6 +87,7 @@ const IntentionCustomer = Form.create()(React.createClass({
 				pageSize: this.state.pagination.pageSize,
 				name: this.state.nameSearch,
 				dataGrade: this.state.dataGrade,
+				follow: this.state.follow,
 				province: !(this.state.addressSearch).length ? this.state.provinceSearch : this.state.addressSearch[0],
 				city: !(this.state.addressSearch).length ? '' : this.state.addressSearch[1],
 				startDate: this.state.releaseDate[0],
@@ -353,6 +354,7 @@ const IntentionCustomer = Form.create()(React.createClass({
 		this.state.nameSearch = '';
 		this.state.addressSearch = [];
 		this.state.dataGrade=undefined;
+		this.state.follow=undefined;
 		this.state.provinceSearch = undefined;
 		this.state.citySearch = undefined;
 		this.state.releaseDate[0] = undefined;
@@ -783,11 +785,17 @@ const IntentionCustomer = Form.create()(React.createClass({
     						onChange={(e,pre) => { this.setState({ addressSearch: e }) }} />	                 
                     </span>
                     <Select placeholder="选择资料质量" style={{ width: 120 }}
-                            value={this.state.dataGrade}
-                            onChange={(e) => { this.setState({ dataGrade: e }) }}>
-                            <Select.Option value="0" >有效资料</Select.Option>
-                            <Select.Option value="1" >优质资料</Select.Option>
-                        </Select>
+                        value={this.state.dataGrade}
+                        onChange={(e) => { this.setState({ dataGrade: e }) }}>
+                        <Select.Option value="0" >有效资料</Select.Option>
+                        <Select.Option value="1" >优质资料</Select.Option>
+                    </Select>
+                    <Select placeholder="是否面谈客户" style={{ width: 120 }}
+                        value={this.state.follow}
+                        onChange={(e) => { this.setState({ follow: e }) }}>
+                        <Select.Option value="0" >否</Select.Option>
+                        <Select.Option value="1" >是</Select.Option>
+                    </Select>
                     <RangePicker style={{marginRight:'10px'}}
                         value={[this.state.releaseDate[0] ? moment(this.state.releaseDate[0]) : null,
                         this.state.releaseDate[1] ? moment(this.state.releaseDate[1]) : null]}

+ 14 - 6
js/component/manageCenter/customer/NEW/crm/crmAll.jsx

@@ -87,6 +87,7 @@ const IntentionCustomer = Form.create()(React.createClass({
 				pageSize: this.state.pagination.pageSize,
 				name: this.state.nameSearch,
 				dataGrade: this.state.dataGrade,
+				follow: this.state.follow,
 				province: !(this.state.addressSearch).length ? this.state.provinceSearch : this.state.addressSearch[0],
 				city: !(this.state.addressSearch).length ? '' : this.state.addressSearch[1],
 				startDate: this.state.releaseDate[0],
@@ -351,6 +352,7 @@ const IntentionCustomer = Form.create()(React.createClass({
 		this.state.nameSearch = '';
 		this.state.addressSearch = [];
 		this.state.dataGrade=undefined;
+		this.state.follow=undefined;
 		this.state.provinceSearch = undefined;
 		this.state.citySearch = undefined;
 		this.state.releaseDate[0] = undefined;
@@ -781,11 +783,17 @@ const IntentionCustomer = Form.create()(React.createClass({
     						onChange={(e,pre) => { this.setState({ addressSearch: e }) }} />	                 
                     </span>
                     <Select placeholder="选择资料质量" style={{ width: 120 }}
-                            value={this.state.dataGrade}
-                            onChange={(e) => { this.setState({ dataGrade: e }) }}>
-                            <Select.Option value="0" >有效资料</Select.Option>
-                            <Select.Option value="1" >优质资料</Select.Option>
-                        </Select>
+                        value={this.state.dataGrade}
+                        onChange={(e) => { this.setState({ dataGrade: e }) }}>
+                        <Select.Option value="0" >有效资料</Select.Option>
+                        <Select.Option value="1" >优质资料</Select.Option>
+                    </Select>
+                    <Select placeholder="是否面谈客户" style={{ width: 120 }}
+                        value={this.state.follow}
+                        onChange={(e) => { this.setState({ follow: e }) }}>
+                        <Select.Option value="0" >否</Select.Option>
+                        <Select.Option value="1" >是</Select.Option>
+                    </Select>
                     <RangePicker style={{marginRight:'10px'}}
                         value={[this.state.releaseDate[0] ? moment(this.state.releaseDate[0]) : null,
                         this.state.releaseDate[1] ? moment(this.state.releaseDate[1]) : null]}
@@ -1003,7 +1011,7 @@ const IntentionCustomer = Form.create()(React.createClass({
 							                            <p>建议:图片要清晰。</p>
 							                    </FormItem>
 							                </div> 
-							                <div style={{fontSize:'18px',marginLeft:'50px',marginTop:'15px',marginBottom:'10px',color:"red",fontWeight:"bold"}}>签单客户信息完善(完善以下信息才能开单)</div>
+							                <div style={{fontSize:'18px',marginLeft:'50px',marginTop:'15px',marginBottom:'10px',color:"red",fontWeight:"bold"}}>签单客户信息完善</div>
 							                <div className='clearfix' >
 						                    	<FormItem className="half-item"
 								                    	 {...formItemLayout}