From a18037d791510ca621aa029a035593c649925568 Mon Sep 17 00:00:00 2001 From: "kelvin.yau" Date: Thu, 15 Jan 2026 16:07:03 +0800 Subject: [PATCH] for enson testing --- src/components/Qc/QcComponent.tsx | 2 +- src/components/Qc/QcForm.tsx | 2 +- src/components/Qc/QcStockInModal.tsx | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Qc/QcComponent.tsx b/src/components/Qc/QcComponent.tsx index ae194a2..474b4ba 100644 --- a/src/components/Qc/QcComponent.tsx +++ b/src/components/Qc/QcComponent.tsx @@ -285,7 +285,7 @@ const fetchNewQcData = useCallback( } },[fetchEscalationLogsByStockInLines] ); - +// // Set QC Data useEffect(() => { if (itemDetail) { diff --git a/src/components/Qc/QcForm.tsx b/src/components/Qc/QcForm.tsx index 10d46d4..30a35f6 100644 --- a/src/components/Qc/QcForm.tsx +++ b/src/components/Qc/QcForm.tsx @@ -16,7 +16,7 @@ import { useGridApiRef, } from "@mui/x-data-grid"; import { QcFormInput, QcResult } from "@/app/api/qc"; - +// interface Props { rows: QcResult[]; disabled?: boolean; diff --git a/src/components/Qc/QcStockInModal.tsx b/src/components/Qc/QcStockInModal.tsx index 035325b..2fb4250 100644 --- a/src/components/Qc/QcStockInModal.tsx +++ b/src/components/Qc/QcStockInModal.tsx @@ -54,6 +54,7 @@ const style = { display: "block", width: { xs: "90%", sm: "90%", md: "90%" }, height: { xs: "90%", sm: "90%", md: "90%" }, + // }; interface CommonProps extends Omit { // itemDetail: StockInLine & { qcResult?: PurchaseQcResult[] } & { escResult?: EscalationResult[] } | undefined;