[update] - 确认来款功能的添加
This commit is contained in:
@@ -116,6 +116,14 @@ const incomingUpdatePayment = (param) => postAction('/member/tbMemberProjectSubi
|
||||
// 更新会员系统 证书缴费的发票信息
|
||||
const incomingUpdateCertificate = (param) => postAction('/member/tbCertificatePayment/incomingUpdateCertificate', param)
|
||||
|
||||
|
||||
// 确认来款- 查询当前项目是否有来款信息
|
||||
const getPayConfirmList = (param) => getAction('/payConfirmPaymentRecord/list', param)
|
||||
// 新增一个确认来款信息
|
||||
const addPayConfirm = (param) => postAction('/payConfirmPaymentRecord/add', param)
|
||||
// 编辑一个确认来款信息
|
||||
const editPayConfirm = (param) => postAction('/payConfirmPaymentRecord/edit', param)
|
||||
|
||||
export {
|
||||
getWorkingGroupById,
|
||||
getChargeNotice,
|
||||
@@ -174,5 +182,10 @@ export {
|
||||
judgeInternalEnterprise,
|
||||
|
||||
incomingUpdatePayment,
|
||||
incomingUpdateCertificate
|
||||
incomingUpdateCertificate,
|
||||
|
||||
|
||||
getPayConfirmList,
|
||||
addPayConfirm,
|
||||
editPayConfirm
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user