From 87e51b7b45566e2a27c8cef91219f21570dc945c Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Wed, 27 Aug 2025 20:51:12 +0800 Subject: [PATCH] rename --- src/components/PoDetail/PoQcStockInModal.tsx | 2 +- src/components/PoDetail/{PutAwayForm1.tsx => PutAwayForm.tsx} | 0 src/components/PoDetail/QcStockInModalVer2.tsx | 2 +- src/components/PoDetail/QrModal.tsx | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename src/components/PoDetail/{PutAwayForm1.tsx => PutAwayForm.tsx} (100%) diff --git a/src/components/PoDetail/PoQcStockInModal.tsx b/src/components/PoDetail/PoQcStockInModal.tsx index f531115..2615e21 100644 --- a/src/components/PoDetail/PoQcStockInModal.tsx +++ b/src/components/PoDetail/PoQcStockInModal.tsx @@ -28,7 +28,7 @@ import { useSearchParams } from "next/navigation"; import { StockInLineRow } from "./PoInputGrid"; import EscalationForm from "./EscalationForm"; import StockInForm from "./StockInForm"; -import PutAwayForm from "./PutAwayForm1"; +import PutAwayForm from "./PutAwayForm"; import { INPUT_DATE_FORMAT, stockInLineStatusMap, diff --git a/src/components/PoDetail/PutAwayForm1.tsx b/src/components/PoDetail/PutAwayForm.tsx similarity index 100% rename from src/components/PoDetail/PutAwayForm1.tsx rename to src/components/PoDetail/PutAwayForm.tsx diff --git a/src/components/PoDetail/QcStockInModalVer2.tsx b/src/components/PoDetail/QcStockInModalVer2.tsx index 060425a..ef6cb26 100644 --- a/src/components/PoDetail/QcStockInModalVer2.tsx +++ b/src/components/PoDetail/QcStockInModalVer2.tsx @@ -22,7 +22,7 @@ import StockInFormVer2 from "./StockInFormVer2"; import QcComponent from "./QcComponent"; import { dummyPutawayLine, dummyQCData } from "./dummyQcTemplate"; import QcFormVer2 from "./QcFormVer2"; -import PutAwayForm from "./PutAwayForm1"; +import PutAwayForm from "./PutAwayForm"; import { useGridApiRef } from "@mui/x-data-grid"; import {submitDialogWithWarning} from "../Swal/CustomAlerts"; import { INPUT_DATE_FORMAT, arrayToDateString, arrayToInputDateString, dayjsToInputDateString } from "@/app/utils/formatUtil"; diff --git a/src/components/PoDetail/QrModal.tsx b/src/components/PoDetail/QrModal.tsx index 9ccad02..e072909 100644 --- a/src/components/PoDetail/QrModal.tsx +++ b/src/components/PoDetail/QrModal.tsx @@ -20,7 +20,7 @@ import { StockInLineEntry, updateStockInLine, } from "@/app/api/po/actions"; -import PutAwayForm from "./PutAwayForm1"; +import PutAwayForm from "./PutAwayForm"; import { StockInLine } from "@/app/api/po"; import { WarehouseResult } from "@/app/api/warehouse"; import { QrCodeInfo } from "@/app/api/qrcode";