Przeglądaj źródła

build bug fix

reset-do-picking-order
kelvin.yau 1 tydzień temu
rodzic
commit
3598941032
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      src/components/InventorySearch/InventorySearch.tsx

+ 2
- 0
src/components/InventorySearch/InventorySearch.tsx Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz