导出纳新

This commit is contained in:
zhonghua.li
2026-05-16 21:23:07 +08:00
parent baddbb9369
commit 4c61fc8828
2 changed files with 134 additions and 0 deletions

View File

@@ -65,6 +65,20 @@ export function syncHxrAdminUserVip(params) {
})
}
/** 按租户ID与申请日期范围导出进货申请 Excel */
export function exportLbPurchaseApply(params) {
return request({
url: '/lbPurchaseApply/export',
method: 'get',
params: {
applyDateStart: params.applyDateStart,
applyDateEnd: params.applyDateEnd,
tenantId: params.tenantId
},
responseType: 'blob'
})
}
/** 按申请日期区间与租户同步同事 hxrd 用户 VIP可能较慢依赖外部管理端 */
export function syncHxrAdminColleagueVip(params) {
return request({