mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 17:12:53 +08:00
[NEW]nbs-客户清单下载功能
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user