跳到主要内容

IDP.Integration.Bom.createPlanksAsync() 函数

function createPlanksAsync(option: {
planks: BomPlankEditable[];
}): Promise<{
plankIds: string[];
}>;

批量创建板件接口

参数:

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

异常:

{Error} 报错即表示创建失败