【修改】撤销来款

This commit is contained in:
fengachen
2022-09-16 10:27:40 +08:00
parent 90c795efac
commit fedc1622cc
2 changed files with 38 additions and 11 deletions
+3 -1
View File
@@ -116,7 +116,8 @@ const incomingUpdatePayment = (param) => postAction('/member/tbMemberProjectSubi
// 更新会员系统 证书缴费的发票信息
const incomingUpdateCertificate = (param) => postAction('/member/tbCertificatePayment/incomingUpdateCertificate', param)
// 撤销来款
const revokeIncome = (params) => postAction(`/paymentRecord/payPaymentRecord/revoke?id=${params}`)
// 确认来款- 查询当前项目是否有来款信息
const getPayConfirmList = (param) => getAction('/payConfirmPaymentRecord/list', param)
// 新增一个确认来款信息
@@ -150,6 +151,7 @@ export {
getPackCompanyById,
addPackProject,
removePackProject,
revokeIncome,
batchRemovePackProject,
aduitCompany,
checkContactByCompany,