IDP.Integration.Bom.createRawPlanksAsync() function
批量创建大板
Signature:
function createRawPlanksAsync(option: {
rawPlanks: BomRawPlankEditable[];
}): Promise<{
rawPlankIds: string[];
}>;
Links: function createRawPlanksAsync(option: { rawPlanks: BomRawPlankEditable[]; }): Promise<{ rawPlankIds: string[]; }>;
Parameters
Parameter | Type | Description |
---|---|---|
option | { rawPlanks: BomRawPlankEditable[]; } | 大板信息 @vm-type AsyncFunctionType |
Returns:
Promise<{ rawPlankIds: string[]; }>