publicCustomer.jsx 771 B

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