update 收入合同+支出合同,有邮寄的可以查看邮寄详情

This commit is contained in:
zhaoxiao
2022-04-24 11:41:11 +08:00
parent b07da0cfa6
commit 61371f251a
4 changed files with 144 additions and 4 deletions
+4 -1
View File
@@ -103,6 +103,8 @@ const getLastProofInfo = (param) => getAction('/paymentCheck/payPaymentCheck/get
const getStanderMemberLastProofInfo = (param) => getAction('/paymentCheck/payPaymentCheck/getTbMemberProject', param)
// 到账开票审核缴费凭证时获取最新一条缴费信息(标协证书)
const getCertificateLastProofInfo = (param) => getAction('/paymentCheck/payPaymentCheck/getTbCertificatePayment', param)
// 通过合同邮寄表id获取邮寄详情
const queryMailDetailById = (param) => getAction('/payMailContract/payMailContract/queryById', param)
export {
getWorkingGroupById,
@@ -155,5 +157,6 @@ export {
cancellationExpenditureContract,
getLastProofInfo,
getStanderMemberLastProofInfo,
getCertificateLastProofInfo
getCertificateLastProofInfo,
queryMailDetailById
}