Преглед изворни кода

build bug fix

reset-do-picking-order
kelvin.yau пре 6 дана
родитељ
комит
3598941032
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      src/components/InventorySearch/InventorySearch.tsx

+ 2
- 0
src/components/InventorySearch/InventorySearch.tsx Прегледај датотеку

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



Loading…
Откажи
Сачувај