【开发】理事会编辑 查询 发布提醒修改
This commit is contained in:
@@ -8,6 +8,8 @@ const getChargeNotice = (param) => getAction('/project/payWorkingGroupSubitem/ge
|
||||
const publishRemind = (param) => postAction('/meeting/workGroupMeeting/publishReminder', param)
|
||||
// 分标委会议的发布提醒
|
||||
const commitePublishRemind = (param) => postAction('/meeting/committeeMeeting/publishReminder',param)
|
||||
// 理事会的发布提醒
|
||||
const councilPublishRemind = (param) => postAction('/meeting/councilMeeting/publishReminder',param)
|
||||
// 通过id获取收入合同信息
|
||||
const getRevenueContractById = (param) => getAction('/contract/payIncomeContract/queryById', param)
|
||||
// 收入合同审核
|
||||
@@ -143,5 +145,6 @@ export {
|
||||
getPrintPostContactByMailId,
|
||||
getUserByDepartCode,
|
||||
cancellationContract,
|
||||
councilPublishRemind,
|
||||
cancellationExpenditureContract
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user