|
|
|
|
@ -31,6 +31,11 @@ const OrderDetailTable = ({ caption, dataSource, loading, ...props }) => {
|
|
|
|
|
dataIndex: 'COLI_WebCode',
|
|
|
|
|
key: 'COLI_WebCode',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '国籍',
|
|
|
|
|
dataIndex: 'MEI_Country',
|
|
|
|
|
key: 'MEI_Country',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '成行',
|
|
|
|
|
dataIndex: 'COLI_Success',
|
|
|
|
|
@ -48,6 +53,11 @@ const OrderDetailTable = ({ caption, dataSource, loading, ...props }) => {
|
|
|
|
|
</span>
|
|
|
|
|
),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '天数',
|
|
|
|
|
dataIndex: 'COLI_Days',
|
|
|
|
|
key: 'COLI_Days',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '预计利润',
|
|
|
|
|
dataIndex: 'CGI_YJLY',
|
|
|
|
|
@ -58,6 +68,11 @@ const OrderDetailTable = ({ caption, dataSource, loading, ...props }) => {
|
|
|
|
|
dataIndex: 'COLI_ApplyDate',
|
|
|
|
|
key: 'COLI_ApplyDate',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '确认日期',
|
|
|
|
|
dataIndex: 'COLI_ConfirmDate',
|
|
|
|
|
key: 'COLI_ConfirmDate',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '出发日期',
|
|
|
|
|
dataIndex: 'CGI_ArriveDate',
|
|
|
|
|
@ -144,10 +159,10 @@ const ToBOrderSub = observer(({ ...props }) => {
|
|
|
|
|
// xAxis: {
|
|
|
|
|
// type: "timeCat",
|
|
|
|
|
// },
|
|
|
|
|
point: {
|
|
|
|
|
size: 4,
|
|
|
|
|
shape: 'cicle',
|
|
|
|
|
},
|
|
|
|
|
// point: {
|
|
|
|
|
// size: 4,
|
|
|
|
|
// shape: 'cicle',
|
|
|
|
|
// },
|
|
|
|
|
annotations: [
|
|
|
|
|
{
|
|
|
|
|
type: 'text',
|
|
|
|
|
@ -196,7 +211,7 @@ const ToBOrderSub = observer(({ ...props }) => {
|
|
|
|
|
return ret;
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
smooth: true,
|
|
|
|
|
// smooth: true,
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
const tab_items = [
|
|
|
|
|
|