IDP.Integration.Bom.deleteLayoutsByPlankIdAsync() 函数
function deleteLayoutsByPlankIdAsync(option: {
plankIds: string[];
}): Promise<{
layoutIds: string[];
}>;
通过板件id 批量删除排版记录
参数:
-
option: { plankIds: string[]; }板件ID集合
@vm-type AsyncFunctionType
返回值: Promise<{ layoutIds: string[]; }>