[update] 支出合同变更

This commit is contained in:
zhaoxiao
2021-12-15 10:10:32 +08:00
parent d0b052614f
commit 5c4db61396
7 changed files with 132 additions and 71 deletions
+4 -1
View File
@@ -93,6 +93,8 @@ const getPrintPostContactByMailId = (param) => getAction('/mail/payMailBill/prin
const getUserByDepartCode = (param) => getAction('/statistics/allProjectStatistics/listForUserByOrgCode', param)
// 收入合同--作废
const cancellationContract = (param) => postAction('/contract/payIncomeContract/cancellation', param)
// 支出合同--作废
const cancellationExpenditureContract = (param) => postAction('/contract/paySpendingContract/cancellation', param)
export {
getWorkingGroupById,
@@ -140,5 +142,6 @@ export {
getAllRevenueContract,
getPrintPostContactByMailId,
getUserByDepartCode,
cancellationContract
cancellationContract,
cancellationExpenditureContract
}