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 && (