Fix: bug fix #8

Merged
longbot merged 1 commits from longbot/WEB:Feature-add-shipment into main 2025-08-13 09:52:32 +00:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 1c0ee37b72 - Show all commits

View File

@ -41,6 +41,11 @@ const ListPage: React.FC = () => {
}));
},
},
{
title: '网站',
dataIndex: 'siteId',
hideInSearch: true,
},
{
title: '订单号',
dataIndex: 'externalOrderId',

View File

@ -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 =