IDP.Integration.Bom.Plank.createGroovesAsync() function
板面上,创建槽
Signature:
function createGroovesAsync(option: {
grooves: Array<BomPlankGrooveEditable & BoomPlankWithId>;
}): Promise<void>;
Links: function createGroovesAsync(option: { grooves: Array<BomPlankGrooveEditable & BoomPlankWithId>; }): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
option | { grooves: Array<BomPlankGrooveEditable & BoomPlankWithId>; } | 槽信息 @vm-type AsyncFunctionType |
Returns:
Promise<void>