IDP.Integration.Bom.findGroupsByProductIdAsync() 函数
function findGroupsByProductIdAsync(option: {
orderId: string;
productIds: string[];
}): Promise<{
groups: BomGroupFull[];
}>;
通过产品ID查询分组信息
参数:
-
option: { orderId: string; productIds: string[]; }查询信息
@vm-type AsyncFunctionType
返回值: Promise<{ groups: BomGroupFull[]; }>