Explorar el Código

build bug fix

reset-do-picking-order
kelvin.yau hace 1 semana
padre
commit
3598941032
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/components/InventorySearch/InventorySearch.tsx

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

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



Cargando…
Cancelar
Guardar