工作组会议维护

This commit is contained in:
fengachen
2021-09-06 18:15:08 +08:00
parent b11a6eb824
commit 9cdf7e4407
7 changed files with 733 additions and 321 deletions
+3
View File
@@ -4,6 +4,8 @@ import { getAction, postAction } from '@api/manage'
const getWorkingGroupById = (params) => getAction('/project/payWorkingGroup/queryById', params)
// 判断工作组成员是否设置来款通知
const getChargeNotice = (param) => getAction('/project/payWorkingGroupSubitem/getCharge', param)
// 工作组会议的发布提醒
const publishRemind = (param) => getAction('',param)
// 通过id获取收入合同信息
const getRevenueContractById = (param) => getAction('/contract/payIncomeContract/queryById', param)
// 收入合同审核
@@ -12,6 +14,7 @@ const aduitRevenueContract = (param) => postAction('/contract/payIncomeContract/
export {
getWorkingGroupById,
getChargeNotice,
publishRemind,
getRevenueContractById,
aduitRevenueContract
}