IDP.Integration.Bom.updateMoldingsAsync() 函数
function updateMoldingsAsync(option: {
moldings: BomMoldingEditable[];
}): Promise<void>;
更新线条
参数:
-
option: { moldings: BomMoldingEditable[]; }线条信息
@vm-type AsyncFunctionType
返回值: Promise<void>