瀏覽代碼

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;


Loading…
取消
儲存