IDP.Integration.Bom.unpackMaterialsByOrderIdAsync() 函数
function unpackMaterialsByOrderIdAsync(option: {
orderIds: string[];
}): Promise<{
bomIds: string[];
groupIds: string[];
}>;
通过订单ID批量解包物料
参数:
-
option: { orderIds: string[]; }@vm-type AsyncFunctionType
返回值: Promise<{ bomIds: string[]; groupIds: string[]; }>