diff --git a/src/pages/Logistics/List/index.tsx b/src/pages/Logistics/List/index.tsx index aa5c509..380d452 100644 --- a/src/pages/Logistics/List/index.tsx +++ b/src/pages/Logistics/List/index.tsx @@ -41,6 +41,11 @@ const ListPage: React.FC = () => { })); }, }, + { + title: '网站', + dataIndex: 'siteId', + hideInSearch: true, + }, { title: '订单号', dataIndex: 'externalOrderId', diff --git a/src/pages/Order/List/index.tsx b/src/pages/Order/List/index.tsx index f7677b1..8384001 100644 --- a/src/pages/Order/List/index.tsx +++ b/src/pages/Order/List/index.tsx @@ -1151,7 +1151,7 @@ const Shipping: React.FC<{ }; }} - onFinish={async ({ customer_note, notes, items, details, ...data }) => { + onFinish={async ({ customer_note, notes, items, details, externalOrderId, ...data }) => { details.origin.email_addresses = details.origin.email_addresses.split(','); details.destination.email_addresses =