跳到主要内容

IDP.Integration.Bom.deleteLayoutsByPlankIdAsync() function

通过板件id 批量删除排版记录

Signature:

function deleteLayoutsByPlankIdAsync(option: {
plankIds: string[];
}): Promise<{
layoutIds: string[];
}>;

Links: function deleteLayoutsByPlankIdAsync(option: { plankIds: string[]; }): Promise<{ layoutIds: string[]; }>;

Parameters

Parameter

Type

Description

option

{ plankIds: string[]; }

板件ID集合

@vm-type AsyncFunctionType

Returns:

Promise<{ layoutIds: string[]; }>