[NEW]nbs-客户清单下载功能

This commit is contained in:
yuweiqi
2020-02-27 11:58:25 +08:00
parent f5ea3889b4
commit fc3a455bf5
2 changed files with 56 additions and 12 deletions

View File

@@ -57,11 +57,19 @@ export function nbsTable(data) {
data
})
}
//NBS智能分析报告生成PDF
export function makePDF(data) {
return request({
url: getUrl('/proposal/nbs/getPdfInfo', 1),
method: 'post',
data
})
}
}
//NBS客户清单列表pdf生成
export function makeCustomerPDF(data) {
return request({
url: getUrl('/proposal/nbs/getProposalNbsStatisticsDetailDownLoad', 1),
method: 'post',
data
})
}