mo 1 year ago
parent 510ee985a3
commit ef360ef265

@ -18,6 +18,15 @@ export function updateVoucher(data) {
})
}
// 归档会计凭证
export function updateVoucherRecord(data) {
return request({
url: '/accounting/voucher/updateRecord',
method: 'put',
data: data
})
}
// 删除会计凭证
export function deleteVoucher(id) {
return request({

Loading…
Cancel
Save