|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
import React, { Component } from "react";
|
|
|
|
|
import { Row, Col, Tabs, Table, Divider, Spin } from "antd";
|
|
|
|
|
import { ContainerOutlined, BlockOutlined, SmileOutlined, TagsOutlined, GlobalOutlined, FullscreenOutlined, DingtalkOutlined } from "@ant-design/icons";
|
|
|
|
|
import { ContainerOutlined, BlockOutlined, SmileOutlined, TagsOutlined, GlobalOutlined, FullscreenOutlined, DingtalkOutlined, CarryOutOutlined } from "@ant-design/icons";
|
|
|
|
|
import { stores_Context } from "../config";
|
|
|
|
|
import { Line, Pie } from "@ant-design/charts";
|
|
|
|
|
import { observer } from "mobx-react";
|
|
|
|
@ -330,7 +330,7 @@ class Orders extends Component {
|
|
|
|
|
shows: ['DateType', 'DepartmentList', 'WebCode', 'IncludeTickets', 'dates'],
|
|
|
|
|
fieldProps: {
|
|
|
|
|
DepartmentList: { show_all: false, mode: 'multiple' },
|
|
|
|
|
WebCode: { show_all: true },
|
|
|
|
|
WebCode: { show_all: false, mode: 'multiple' },
|
|
|
|
|
years: { hide_vs: true },
|
|
|
|
|
},
|
|
|
|
|
}}
|
|
|
|
@ -374,6 +374,14 @@ class Orders extends Component {
|
|
|
|
|
</span>
|
|
|
|
|
),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
key: 'Product',
|
|
|
|
|
label: (
|
|
|
|
|
<span>
|
|
|
|
|
<CarryOutOutlined />
|
|
|
|
|
产品类型
|
|
|
|
|
</span>),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
key: 'Country',
|
|
|
|
|
label: (
|
|
|
|
|