[update] 到账开票审核

This commit is contained in:
zhaoxiao
2021-12-16 16:57:12 +08:00
parent f2149082cb
commit 420084217b
7 changed files with 427 additions and 8 deletions
+4 -1
View File
@@ -97,6 +97,8 @@ 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)
export {
getWorkingGroupById,
@@ -146,5 +148,6 @@ export {
getUserByDepartCode,
cancellationContract,
councilPublishRemind,
cancellationExpenditureContract
cancellationExpenditureContract,
getLastProofInfo
}