Bladeren bron

rename

master
cyril.tsui 8 uur geleden
bovenliggende
commit
87e51b7b45
4 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. +1
    -1
      src/components/PoDetail/PoQcStockInModal.tsx
  2. +0
    -0
      src/components/PoDetail/PutAwayForm.tsx
  3. +1
    -1
      src/components/PoDetail/QcStockInModalVer2.tsx
  4. +1
    -1
      src/components/PoDetail/QrModal.tsx

+ 1
- 1
src/components/PoDetail/PoQcStockInModal.tsx Bestand weergeven

@@ -28,7 +28,7 @@ import { useSearchParams } from "next/navigation";
import { StockInLineRow } from "./PoInputGrid"; import { StockInLineRow } from "./PoInputGrid";
import EscalationForm from "./EscalationForm"; import EscalationForm from "./EscalationForm";
import StockInForm from "./StockInForm"; import StockInForm from "./StockInForm";
import PutAwayForm from "./PutAwayForm1";
import PutAwayForm from "./PutAwayForm";
import { import {
INPUT_DATE_FORMAT, INPUT_DATE_FORMAT,
stockInLineStatusMap, stockInLineStatusMap,


src/components/PoDetail/PutAwayForm1.tsx → src/components/PoDetail/PutAwayForm.tsx Bestand weergeven


+ 1
- 1
src/components/PoDetail/QcStockInModalVer2.tsx Bestand weergeven

@@ -22,7 +22,7 @@ import StockInFormVer2 from "./StockInFormVer2";
import QcComponent from "./QcComponent"; import QcComponent from "./QcComponent";
import { dummyPutawayLine, dummyQCData } from "./dummyQcTemplate"; import { dummyPutawayLine, dummyQCData } from "./dummyQcTemplate";
import QcFormVer2 from "./QcFormVer2"; import QcFormVer2 from "./QcFormVer2";
import PutAwayForm from "./PutAwayForm1";
import PutAwayForm from "./PutAwayForm";
import { useGridApiRef } from "@mui/x-data-grid"; import { useGridApiRef } from "@mui/x-data-grid";
import {submitDialogWithWarning} from "../Swal/CustomAlerts"; import {submitDialogWithWarning} from "../Swal/CustomAlerts";
import { INPUT_DATE_FORMAT, arrayToDateString, arrayToInputDateString, dayjsToInputDateString } from "@/app/utils/formatUtil"; import { INPUT_DATE_FORMAT, arrayToDateString, arrayToInputDateString, dayjsToInputDateString } from "@/app/utils/formatUtil";


+ 1
- 1
src/components/PoDetail/QrModal.tsx Bestand weergeven

@@ -20,7 +20,7 @@ import {
StockInLineEntry, StockInLineEntry,
updateStockInLine, updateStockInLine,
} from "@/app/api/po/actions"; } from "@/app/api/po/actions";
import PutAwayForm from "./PutAwayForm1";
import PutAwayForm from "./PutAwayForm";
import { StockInLine } from "@/app/api/po"; import { StockInLine } from "@/app/api/po";
import { WarehouseResult } from "@/app/api/warehouse"; import { WarehouseResult } from "@/app/api/warehouse";
import { QrCodeInfo } from "@/app/api/qrcode"; import { QrCodeInfo } from "@/app/api/qrcode";


Laden…
Annuleren
Opslaan