From 14b66cb9a0612a86eeb99f5fa6aff1a45f885f27 Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Mon, 16 Jun 2025 17:47:58 +0800 Subject: [PATCH] update --- src/app/(main)/po/page.tsx | 32 +++++++++---------------- src/components/PoDetail/PoInputGrid.tsx | 2 +- 2 files changed, 12 insertions(+), 22 deletions(-) diff --git a/src/app/(main)/po/page.tsx b/src/app/(main)/po/page.tsx index dc69e34..e538e16 100644 --- a/src/app/(main)/po/page.tsx +++ b/src/app/(main)/po/page.tsx @@ -16,30 +16,20 @@ export const metadata: Metadata = { const PurchaseOrder: React.FC = async () => { const { t } = await getServerI18n("purchaseOrder"); -// preloadClaims(); - + // preloadClaims(); return ( <> - - - {/* */} - - - }> - - + + }> + + ); diff --git a/src/components/PoDetail/PoInputGrid.tsx b/src/components/PoDetail/PoInputGrid.tsx index 09b54ee..bdbbaf9 100644 --- a/src/components/PoDetail/PoInputGrid.tsx +++ b/src/components/PoDetail/PoInputGrid.tsx @@ -382,7 +382,7 @@ function PoInputGrid({ headerName: t("acceptedQty"), flex: 0.5, type: "number", - editable: true, + // editable: true, // replace with tooltip + content }, {