|
|
@@ -40,6 +40,10 @@ export interface DoDetailLine { |
|
|
uomCode?: string; |
|
|
uomCode?: string; |
|
|
uom?: string; |
|
|
uom?: string; |
|
|
shortUom?: string; |
|
|
shortUom?: string; |
|
|
|
|
|
/** AVAILABLE lot lines: sum(in - out - hold), same unit as DO line qty. */ |
|
|
|
|
|
stockQty?: number; |
|
|
|
|
|
/** `available` | `insufficient` */ |
|
|
|
|
|
availableStatus?: string; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
export interface DoSearchAll { |
|
|
export interface DoSearchAll { |
|
|
|