perf: 分销: +显示字段

main
Lei OT 3 months ago
parent 5f7a942842
commit ead5b37ded

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

Loading…
Cancel
Save