[update] 支出合同变更
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user