forked from yoone/WEB
Fix: bug fix
This commit is contained in:
parent
3c4a53b4bb
commit
1c0ee37b72
|
|
@ -41,6 +41,11 @@ const ListPage: React.FC = () => {
|
|||
}));
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '网站',
|
||||
dataIndex: 'siteId',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: '订单号',
|
||||
dataIndex: 'externalOrderId',
|
||||
|
|
|
|||
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in New Issue