[update] -增加企业是否是内部企业的判断
This commit is contained in:
@@ -106,6 +106,11 @@ const getCertificateLastProofInfo = (param) => getAction('/paymentCheck/payPayme
|
||||
// 通过合同邮寄表id获取邮寄详情
|
||||
const queryMailDetailById = (param) => getAction('/payMailContract/payMailContract/queryById', param)
|
||||
|
||||
// 修改企业是否是内部企业的接口
|
||||
const updateInternalEnterprise = (param) => postAction('/company/payCompanyManagement/updateInternalEnterprise', param)
|
||||
// 判断当前企业是否是内部企业
|
||||
const judgeInternalEnterprise = (param) => getAction('/company/payCompanyManagement/getInternalEnterprise', param)
|
||||
|
||||
export {
|
||||
getWorkingGroupById,
|
||||
getChargeNotice,
|
||||
@@ -158,5 +163,8 @@ export {
|
||||
getLastProofInfo,
|
||||
getStanderMemberLastProofInfo,
|
||||
getCertificateLastProofInfo,
|
||||
queryMailDetailById
|
||||
queryMailDetailById,
|
||||
|
||||
updateInternalEnterprise,
|
||||
judgeInternalEnterprise
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user