跳到主要内容

IDP.Integration.Bom.updateRawPlanksAsync() 函数

function updateRawPlanksAsync(option: {
rawPlanks: Array<Omit<BomRawPlank, 'mergeId'>>;
}): Promise<void>;

批量更新大板信息

参数:

  • option: { rawPlanks: Array<Omit<BomRawPlank, 'mergeId'>>; }

    大板信息

    @vm-type AsyncFunctionType

返回值: Promise<void>