update 收入合同+支出合同,有邮寄的可以查看邮寄详情
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user