跳到主要内容

IDP.Integration.Bom.findGroupsByOrderIdAsync() 函数

function findGroupsByOrderIdAsync(option: {
orderIds: string[];
}): Promise<{
groups: BomGroupFull[];
}>;

通过关联的订单ID查询Group分组信息

参数:

  • option: { orderIds: string[]; }

    订单Id

    @vm-type AsyncFunctionType

返回值: Promise<{ groups: BomGroupFull[]; }>