跳到主要内容

IDP.Integration.Bom.arrangePlanksAsync() 函数

function arrangePlanksAsync(option: {
layouts: BomPlankLayoutArrange[];
}): Promise<{
layoutIds: string[];
}>;

将一块板件排版到一块大板

参数:

返回值: Promise<{ layoutIds: string[]; }>