Procházet zdrojové kódy

build bug fix

reset-do-picking-order
kelvin.yau před 1 týdnem
rodič
revize
3598941032
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      src/components/InventorySearch/InventorySearch.tsx

+ 2
- 0
src/components/InventorySearch/InventorySearch.tsx Zobrazit soubor

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



Načítá se…
Zrušit
Uložit