From 7ac56d2419236feb587633140ab54619623dae0c Mon Sep 17 00:00:00 2001 From: "kelvin.yau" Date: Mon, 6 Oct 2025 15:01:41 +0800 Subject: [PATCH] translation, columns update --- src/app/api/do/actions.tsx | 1 + src/components/DoDetail/DoInfoCard.tsx | 4 ++-- src/components/DoSearch/DoSearch.tsx | 4 ++-- .../FinishedGoodSearch/FGPickOrderCard.tsx | 4 ++-- src/components/JoSearch/JoSearch.tsx | 13 ++++++++++++- src/components/PoDetail/QcComponent.tsx | 2 +- src/i18n/zh/do.json | 2 +- 7 files changed, 21 insertions(+), 9 deletions(-) diff --git a/src/app/api/do/actions.tsx b/src/app/api/do/actions.tsx index 03c64fb..4be8783 100644 --- a/src/app/api/do/actions.tsx +++ b/src/app/api/do/actions.tsx @@ -19,6 +19,7 @@ export interface DoDetail { code: string; supplierCode: string; shopCode: string; + shopName: string; currencyCode: string; orderDate: string; estimatedArrivalDate: string; diff --git a/src/components/DoDetail/DoInfoCard.tsx b/src/components/DoDetail/DoInfoCard.tsx index 1e2b23e..9da2846 100644 --- a/src/components/DoDetail/DoInfoCard.tsx +++ b/src/components/DoDetail/DoInfoCard.tsx @@ -41,8 +41,8 @@ const DoInfoCard: React.FC = ({ diff --git a/src/components/DoSearch/DoSearch.tsx b/src/components/DoSearch/DoSearch.tsx index 9b2ab7e..0a61b52 100644 --- a/src/components/DoSearch/DoSearch.tsx +++ b/src/components/DoSearch/DoSearch.tsx @@ -452,14 +452,14 @@ if(orderStartDate != ""){ alignItems="end" > - + */} {hasSearched && hasResults && (