|
|
|
@ -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({
|
|
|
|
|