Sfoglia il codice sorgente

build bug fix

reset-do-picking-order
kelvin.yau 1 settimana fa
parent
commit
3598941032
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      src/components/InventorySearch/InventorySearch.tsx

+ 2
- 0
src/components/InventorySearch/InventorySearch.tsx Vedi File

@@ -61,6 +61,8 @@ const InventorySearch: React.FC<Props> = ({ inventories, printerCombo }) => {
status: "",
baseUom: "",
uomShortDesc: "",
latestMarketUnitPrice: "",
latestMupUpdatedDate: "",
}), [])
const [inputs, setInputs] = useState<Record<SearchParamNames, string>>(defaultInputs);



Caricamento…
Annulla
Salva