Przeglądaj źródła

for enson testing

master
kelvin.yau 2 tygodni temu
rodzic
commit
a18037d791
3 zmienionych plików z 3 dodań i 2 usunięć
  1. +1
    -1
      src/components/Qc/QcComponent.tsx
  2. +1
    -1
      src/components/Qc/QcForm.tsx
  3. +1
    -0
      src/components/Qc/QcStockInModal.tsx

+ 1
- 1
src/components/Qc/QcComponent.tsx Wyświetl plik

@@ -285,7 +285,7 @@ const fetchNewQcData = useCallback(
} }
},[fetchEscalationLogsByStockInLines] },[fetchEscalationLogsByStockInLines]
); );
//
// Set QC Data // Set QC Data
useEffect(() => { useEffect(() => {
if (itemDetail) { if (itemDetail) {


+ 1
- 1
src/components/Qc/QcForm.tsx Wyświetl plik

@@ -16,7 +16,7 @@ import {
useGridApiRef, useGridApiRef,
} from "@mui/x-data-grid"; } from "@mui/x-data-grid";
import { QcFormInput, QcResult } from "@/app/api/qc"; import { QcFormInput, QcResult } from "@/app/api/qc";
//
interface Props { interface Props {
rows: QcResult[]; rows: QcResult[];
disabled?: boolean; disabled?: boolean;


+ 1
- 0
src/components/Qc/QcStockInModal.tsx Wyświetl plik

@@ -54,6 +54,7 @@ const style = {
display: "block", display: "block",
width: { xs: "90%", sm: "90%", md: "90%" }, width: { xs: "90%", sm: "90%", md: "90%" },
height: { xs: "90%", sm: "90%", md: "90%" }, height: { xs: "90%", sm: "90%", md: "90%" },
//
}; };
interface CommonProps extends Omit<ModalProps, "children"> { interface CommonProps extends Omit<ModalProps, "children"> {
// itemDetail: StockInLine & { qcResult?: PurchaseQcResult[] } & { escResult?: EscalationResult[] } | undefined; // itemDetail: StockInLine & { qcResult?: PurchaseQcResult[] } & { escResult?: EscalationResult[] } | undefined;


Ładowanie…
Anuluj
Zapisz