Ver código fonte

build bug fix

reset-do-picking-order
kelvin.yau 1 semana atrás
pai
commit
3598941032
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      src/components/InventorySearch/InventorySearch.tsx

+ 2
- 0
src/components/InventorySearch/InventorySearch.tsx Ver arquivo

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



Carregando…
Cancelar
Salvar