调整采购申请查询及增加导出功能
This commit is contained in:
@@ -437,3 +437,12 @@ export function getSupplementFilesByApplyId(applyId: string) {
|
||||
params: { purchaseId: applyId },
|
||||
});
|
||||
}
|
||||
|
||||
export function exportPurchaseApply(params?: any) {
|
||||
return request({
|
||||
url: '/purchase/purchasingapply/export',
|
||||
method: 'get',
|
||||
params,
|
||||
responseType: 'blob',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user