IDP.Integration.Bom.refreshProductCodeInOrderAsync() 函数
function refreshProductCodeInOrderAsync(option: {
                orderId: string;
            }): Promise<ProductCodeInOrder>;
自动生成订单下产品的产品编码
参数:
- 
option: { orderId: string; }订单ID
 
返回值: Promise<ProductCodeInOrder>