Просмотр исходного кода

build bug fix

reset-do-picking-order
kelvin.yau 1 неделю назад
Родитель
Сommit
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: "", status: "",
baseUom: "", baseUom: "",
uomShortDesc: "", uomShortDesc: "",
latestMarketUnitPrice: "",
latestMupUpdatedDate: "",
}), []) }), [])
const [inputs, setInputs] = useState<Record<SearchParamNames, string>>(defaultInputs); const [inputs, setInputs] = useState<Record<SearchParamNames, string>>(defaultInputs);




Загрузка…
Отмена
Сохранить