|
|
@@ -19,12 +19,10 @@ import { StockInLineRow } from "./PoInputGrid"; |
|
|
|
import { useTranslation } from "react-i18next"; |
|
|
|
import StockInForm from "./StockInForm"; |
|
|
|
import StockInFormVer2 from "./StockInFormVer2"; |
|
|
|
import PutawayForm from "./PutawayForm"; |
|
|
|
import QcComponent from "./QcComponent"; |
|
|
|
import { dummyPutawayLine, dummyQCData } from "./dummyQcTemplate"; |
|
|
|
import QcFormVer2 from "./QcFormVer2"; |
|
|
|
import PutAwayForm from "./PutAwayForm"; |
|
|
|
import { dummyPutAwayLine, dummyQCData } from "./dummyQcTemplate"; |
|
|
|
import PutAwayForm from "./PutAwayForm1"; |
|
|
|
import { useGridApiRef } from "@mui/x-data-grid"; |
|
|
|
import {submitDialogWithWarning} from "../Swal/CustomAlerts"; |
|
|
|
import { INPUT_DATE_FORMAT, arrayToDateString, arrayToInputDateString, dayjsToInputDateString } from "@/app/utils/formatUtil"; |
|
|
|