流程+任务分发+报销功能完成

This commit is contained in:
2025-02-23 16:24:29 +08:00
parent f54dc4aa3e
commit 330036b272
33 changed files with 1669 additions and 124 deletions

View File

@@ -17,6 +17,15 @@ export function getOaClaim(claimId) {
})
}
// 查询差旅费报销详细
export function getOaClaimByProcInsId(procInsId) {
return request({
url: '/system/oaClaim/process/' + procInsId,
method: 'get'
})
}
// 新增差旅费报销
export function addOaClaim(data) {
return request({