zksu
/
WEB
forked from yoone/WEB
1
0
Fork 0

Fix: bug fix

This commit is contained in:
黄珑 2025-08-13 17:51:27 +08:00
parent 3c4a53b4bb
commit 1c0ee37b72
2 changed files with 6 additions and 1 deletions

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 =