跳到主要内容

IDP.Integration.FOP.getPlankDrawingsAsync() 函数

function getPlankDrawingsAsync(option: {
orderId: string;
codes: string[];
}): Promise<Array<{
code: string;
url: string;
}>>;

批量查询板件的图纸 返回每块板件的pdf图纸文件链接

参数:

  • option: { orderId: string; codes: string[]; }

返回值: Promise<Array<{ code: string; url: string; }>>