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;