IDP.Integration.Bom.findLayoutAsync() function
查询排版结果
@vm-type AsyncFunctionType
Signature:
function findLayoutAsync(option: {
mergeId: string;
}): Promise<BomRawPlankLayoutResult>;
Links: function findLayoutAsync(option: { mergeId: string; }): Promise<BomRawPlankLayoutResult>;
Parameters
Parameter | Type | Description |
---|---|---|
option | { mergeId: string; } | 查询条件 |
Returns:
Promise<BomRawPlankLayoutResult>