Ver a proveniência

build bug fix

reset-do-picking-order
kelvin.yau há 1 semana
ascendente
cometimento
3598941032
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      src/components/InventorySearch/InventorySearch.tsx

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

@@ -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
Guardar