| 123456789101112131415161718192021 | 
							- import React from 'react';
 
- import { AutoComplete, Icon, Button, Input, InputNumber, Select, Spin, Table, message, Modal, Row, Col, DatePicker,Switch,Upload} from 'antd';
 
- import ajax from 'jquery/src/ajax/xhr.js';
 
- import $ from 'jquery/src/ajax';
 
- import moment from 'moment';
 
- import './myClient.less';
 
- import { orderStatusList,cityArr,customerStatus,intentionalService,newFollow} from '../../../dataDic.js';
 
- import { beforeUploadFile,getOrderStatus, getSearchUrl,getcustomerTyp,getcityArr,getcustomerStatue,getCompanyIntention,getfllowSituation,getsex} from '../../../tools.js';
 
- //查询功能和初始列表
 
- const PublicCustomer = React.createClass({	
 
- 	render(){
 
- 		return(
 
- 			<div className="user-content">公共客户</div>
 
- 		)
 
- 	}
 
- 	
 
-  })
 
- export default PublicCustomer;
 
 
  |