兼职凭证

This commit is contained in:
orangebabu
2025-06-12 11:48:04 +08:00
parent 1fe9353f44
commit a19c88e810
7 changed files with 333 additions and 40 deletions

View File

@ -57,3 +57,10 @@ export function exportSalary(query: any): any {
})
}
export function generateVoucherSubmit(data: any) {
return request({
url: '/employee/salary/generate-voucher',
method: 'post',
data: data
})
}