[update] 工作组在研项目,收入合同修改

This commit is contained in:
zhaoxiao
2021-12-14 19:13:32 +08:00
parent 6c43899da9
commit 20f938ab13
9 changed files with 173 additions and 45 deletions
+4 -1
View File
@@ -91,6 +91,8 @@ const getPrintPostContactByMailId = (param) => getAction('/mail/payMailBill/prin
// 全所统计--通过部门code查所有人员
const getUserByDepartCode = (param) => getAction('/statistics/allProjectStatistics/listForUserByOrgCode', param)
// 收入合同--作废
const cancellationContract = (param) => postAction('/contract/payIncomeContract/cancellation', param)
export {
getWorkingGroupById,
@@ -137,5 +139,6 @@ export {
archiveExpenditureContract,
getAllRevenueContract,
getPrintPostContactByMailId,
getUserByDepartCode
getUserByDepartCode,
cancellationContract
}