Kaynağa Gözat

build bug fix

reset-do-picking-order
kelvin.yau 2 hafta önce
ebeveyn
işleme
3598941032
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      src/components/InventorySearch/InventorySearch.tsx

+ 2
- 0
src/components/InventorySearch/InventorySearch.tsx Dosyayı Görüntüle

@@ -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);




Yükleniyor…
İptal
Kaydet