IDP.Integration.Bom.createPlanksAsync() 函数
function createPlanksAsync(option: {
planks: BomPlankEditable[];
}): Promise<{
plankIds: string[];
}>;
批量创建板件接口
参数:
-
option: { planks: BomPlankEditable[]; }@vm-type AsyncFunctionType
返回值: Promise<{ plankIds: string[]; }>
异常:
{Error} 报错即表示创建失败