[update] 审核;bug修改

This commit is contained in:
zhaoxiao
2021-12-20 16:52:03 +08:00
parent 883f433c8c
commit c2503fa272
6 changed files with 71 additions and 11 deletions
+8 -2
View File
@@ -97,8 +97,12 @@ const getUserByDepartCode = (param) => getAction('/statistics/allProjectStatisti
const cancellationContract = (param) => postAction('/contract/payIncomeContract/cancellation', param)
// 支出合同--作废
const cancellationExpenditureContract = (param) => postAction('/contract/paySpendingContract/cancellation', param)
// 到账开票审核缴费凭证时获取最新一条缴费信息
// 到账开票审核缴费凭证时获取最新一条缴费信息(普通项目、工作组项目、资料网员)
const getLastProofInfo = (param) => getAction('/paymentCheck/payPaymentCheck/getLastRecord', param)
// 到账开票审核缴费凭证时获取最新一条缴费信息(标协会员)
const getStanderMemberLastProofInfo = (param) => getAction('/paymentCheck/payPaymentCheck/getTbMemberProject', param)
// 到账开票审核缴费凭证时获取最新一条缴费信息(标协证书)
const getCertificateLastProofInfo = (param) => getAction('/paymentCheck/payPaymentCheck/getTbCertificatePayment', param)
export {
getWorkingGroupById,
@@ -149,5 +153,7 @@ export {
cancellationContract,
councilPublishRemind,
cancellationExpenditureContract,
getLastProofInfo
getLastProofInfo,
getStanderMemberLastProofInfo,
getCertificateLastProofInfo
}