增强办公,新增审批,缺少电子签章功能

This commit is contained in:
2026-04-20 15:56:29 +08:00
parent a026ef7a54
commit cd71a3a457
18 changed files with 1791 additions and 537 deletions

View File

@@ -32,6 +32,13 @@ export function editTravelReq(data) {
})
}
export function earlyEndTravelReq(bizId) {
return request({
url: `/hrm/travel/earlyEnd/${bizId}`,
method: 'put'
})
}
export function delTravelReq(bizIds) {
return request({
url: `/hrm/travel/${bizIds}`,