From 1c0ee37b727a42e8049deed4db530efc22b34811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E7=8F=91?= Date: Wed, 13 Aug 2025 17:51:27 +0800 Subject: [PATCH] Fix: bug fix --- src/pages/Logistics/List/index.tsx | 5 +++++ src/pages/Order/List/index.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 =