ソースを参照

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: "", status: "",
baseUom: "", baseUom: "",
uomShortDesc: "", uomShortDesc: "",
latestMarketUnitPrice: "",
latestMupUpdatedDate: "",
}), []) }), [])
const [inputs, setInputs] = useState<Record<SearchParamNames, string>>(defaultInputs); const [inputs, setInputs] = useState<Record<SearchParamNames, string>>(defaultInputs);




読み込み中…
キャンセル
保存