|
@@ -1,12 +1,9 @@
|
|
|
import React, { Component } from "react";
|
|
|
-import TabelContent from "../../../common/tabelContent";
|
|
|
import {
|
|
|
Button,
|
|
|
Modal,
|
|
|
Form,
|
|
|
DatePicker,
|
|
|
- Input,
|
|
|
- Radio,
|
|
|
message,
|
|
|
Spin,
|
|
|
Select,
|
|
@@ -20,6 +17,7 @@ import moment from "moment";
|
|
|
import { provinceSelect, getProvince } from "../../../NewDicProvinceList";
|
|
|
import { ChooseList } from "../../../manageCenter/order/orderNew/chooseList";
|
|
|
import OrderList from "./order"; //客户订单列表
|
|
|
+import './index.less';
|
|
|
|
|
|
const { TabPane } = Tabs;
|
|
|
const FormItem = Form.Item;
|
|
@@ -442,18 +440,11 @@ class Source extends Component {
|
|
|
render() {
|
|
|
const { searchValues, onelist, columns, changeList, contactsOption, visible, datas, params } = this.state;
|
|
|
return (
|
|
|
- <div className="user-content signatureStatistics">
|
|
|
- <div className="content-title">
|
|
|
- <span
|
|
|
- style={{
|
|
|
- fontWeight: 900,
|
|
|
- fontSize: 16,
|
|
|
- display: "block",
|
|
|
- marginBottom: 10,
|
|
|
- }}
|
|
|
- >销售来源统计表 <spn style={{ color: "rgb(49,49,255)" }}>注:可通过签单数、签单金额查询统计</spn></span>
|
|
|
+ <div className="user-content">
|
|
|
+ <div className="content-title" style={{ marginBottom: 10 }}>
|
|
|
+ <span style={{ fontWeight: 900, fontSize: 16, }}>销售来源统计表 <spn style={{ color: "rgb(49,49,255)" }}>注:可通过签单数、签单金额查询统计</spn></span>
|
|
|
</div>
|
|
|
- <Tabs defaultActiveKey="1">
|
|
|
+ <Tabs defaultActiveKey="1" onChange={() => { }}>
|
|
|
<TabPane tab="搜索" key="1">
|
|
|
<div style={{ paddingTop: 10 }}>
|
|
|
<Form layout="inline">
|
|
@@ -591,7 +582,6 @@ class Source extends Component {
|
|
|
visible &&
|
|
|
<Modal
|
|
|
visible={visible}
|
|
|
- // title="客户订单列表"
|
|
|
title={
|
|
|
<div>
|
|
|
<span style={{ marginRight: 20 }}>客户订单列表</span>
|