|
|
|
@@ -16,6 +16,7 @@ export interface InventoryResult { |
|
|
|
availableQty: number; |
|
|
|
/** Item Search / getRecordByPage (inventory bucket). */ |
|
|
|
stockUomId?: number | null; |
|
|
|
stockUomCode?: string | null; |
|
|
|
/** Location Search / searchLatest (lot-line grouped row). Same UOM id space as stockUomId. */ |
|
|
|
uomId?: number; |
|
|
|
uomCode: string; |
|
|
|
|