Commit 01691c91 authored by qiyaxin's avatar qiyaxin

出差申请审批

parent f56a631f
......@@ -80,3 +80,20 @@ export function projectCostReimbursementNotPass(query) {
})
}
// 3.出差申请审批
//出差申请审批-通过
export function tripApplicationPass(query) {
return request({
url: '/expenseApproval/tripApplicationApproval',
method: 'post',
data:query
})
}
//出差申请审批-驳回
export function tripApplicationPassNotPass(query) {
return request({
url: '/expenseApproval/tripApplicationApprovalReject',
method: 'post',
data:query
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment