[update] 收入合同、eslint
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
import { getAction } from '@api/manage'
|
||||
import { getAction, postAction } from '@api/manage'
|
||||
|
||||
// 通过id获取工作组详情
|
||||
const getWorkingGroupById = (params) => getAction('/project/payWorkingGroup/queryById', params)
|
||||
// 判断工作组成员是否设置来款通知
|
||||
const getChargeNotice = (param) => getAction('/project/payWorkingGroupSubitem/getCharge', param)
|
||||
// 通过id获取收入合同信息
|
||||
const getRevenueContractById = (param) => getAction('/contract/payIncomeContract/queryById', param)
|
||||
// 收入合同审核
|
||||
const aduitRevenueContract = (param) => postAction('/contract/payIncomeContract/audit', param)
|
||||
|
||||
export {
|
||||
getWorkingGroupById,
|
||||
getChargeNotice
|
||||
getChargeNotice,
|
||||
getRevenueContractById,
|
||||
aduitRevenueContract
|
||||
}
|
||||
Reference in New Issue
Block a user