Parcourir la source

update

MergeProblem1
CANCERYS\kw093 il y a 22 heures
Parent
révision
d9c3f2c3bb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/components/FinishedGoodSearch/FGPickOrderCard.tsx

+ 1
- 1
src/components/FinishedGoodSearch/FGPickOrderCard.tsx Voir le fichier

@@ -57,7 +57,7 @@ const FinishedGoodFloorLanePanel: React.FC<Props> = ({ onPickOrderAssigned }) =>
setIsAssigning(true);
try {
const res = await assignByLane(currentUserId, storeId, truckLanceCode, truckDepartureTime, requiredDate);
const res = await assignByLane(currentUserId, storeId, truckLanceCode, truckDepartureTime);
if (res.code === "SUCCESS") {
console.log(" Successfully assigned pick order from lane", truckLanceCode);


Chargement…
Annuler
Enregistrer