diff --git a/src/views/toB/ToBOrderSub.jsx b/src/views/toB/ToBOrderSub.jsx index 82cbefa..5bb6279 100644 --- a/src/views/toB/ToBOrderSub.jsx +++ b/src/views/toB/ToBOrderSub.jsx @@ -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 }) => { ), }, + { + 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 = [