ソースを参照

for enson testing

master
kelvin.yau 2週間前
コミット
a18037d791
3個のファイルの変更3行の追加2行の削除
  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 ファイルの表示

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


+ 1
- 1
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;


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


読み込み中…
キャンセル
保存