Sfoglia il codice sorgente

quick update

master
cyril.tsui 5 mesi fa
parent
commit
75357be60b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/components/PoDetail/QcStockInModal.tsx

+ 1
- 1
src/components/PoDetail/QcStockInModal.tsx Vedi File

@@ -475,7 +475,7 @@ const [qcItems, setQcItems] = useState(dummyQCData)
} finally { } finally {
setIsPrinting(() => false) setIsPrinting(() => false)
} }
}, [itemDetail.id, pafRowSelectionModel, printQty]);
}, [itemDetail.id, pafRowSelectionModel, printQty, selectedPrinter]);
const acceptQty = formProps.watch("acceptedQty") const acceptQty = formProps.watch("acceptedQty")




Caricamento…
Annulla
Salva