Quellcode durchsuchen

for enson testing

master
kelvin.yau vor 2 Wochen
Ursprung
Commit
a18037d791
3 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  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 Datei anzeigen

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


+ 1
- 1
src/components/Qc/QcForm.tsx Datei anzeigen

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


+ 1
- 0
src/components/Qc/QcStockInModal.tsx Datei anzeigen

@@ -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<ModalProps, "children"> {
// itemDetail: StockInLine & { qcResult?: PurchaseQcResult[] } & { escResult?: EscalationResult[] } | undefined;


Laden…
Abbrechen
Speichern