|
@@ -84,7 +84,7 @@ export const eVisaTaskCheck = (form) => HcApi({
|
|
|
url: '/api/blade-business/eVisaTaskCheck/checkContractIsOpenEVisa',
|
|
|
method: 'get',
|
|
|
params: form,
|
|
|
-}, false)
|
|
|
+})
|
|
|
|
|
|
export const eVisaTaskCheckApi = async (form) => {
|
|
|
const { error, code, msg, data } = await eVisaTaskCheck(form)
|
|
@@ -103,7 +103,7 @@ export const checkFlowUserIsExistPfxFile = (form) => HcApi({
|
|
|
url: '/api/blade-business/eVisaTaskCheck/checkFlowUserIsExistPfxFile',
|
|
|
method: 'get',
|
|
|
params: form,
|
|
|
-}, false)
|
|
|
+})
|
|
|
|
|
|
|
|
|
//获取符合条件的预设流程(三大填报页、日志列表的批量上报、首件列表的批量上报)
|
|
@@ -111,7 +111,7 @@ export const queryFixedFlow = (form) => HcApi({
|
|
|
url: '/api/blade-business/eVisaTaskCheck/queryFixedFlow',
|
|
|
method: 'post',
|
|
|
data: form,
|
|
|
-}, false)
|
|
|
+})
|
|
|
//资料查询获取任务流程
|
|
|
export const queryFixedFlow1 = (form) => HcApi({
|
|
|
url: '/api/blade-business/eVisaTaskCheck/queryFixedFlow2',
|
|
@@ -123,25 +123,25 @@ export const queryFixedFlow3 = (form) => HcApi({
|
|
|
url: '/api/blade-business/eVisaTaskCheck/queryFixedFlow3',
|
|
|
method: 'post',
|
|
|
data: form,
|
|
|
-}, false)
|
|
|
+})
|
|
|
//检查所选的流程环节处理人是否具有审批权限(三大填报页、日志列表的批量上报、首件列表的批量上报)
|
|
|
export const checkCustomFlowUserIsEVisaPermissions = (form) => HcApi({
|
|
|
url: '/api/blade-business/eVisaTaskCheck/checkCustomFlowUserIsEVisaPermissions',
|
|
|
method: 'post',
|
|
|
data: form,
|
|
|
-}, false)
|
|
|
+})
|
|
|
//检查所选的流程环节处理人是否具有审批权限(日志和首件)
|
|
|
export const checkCustomFlowUserIsEVisaPermissions3 = (form) => HcApi({
|
|
|
url: '/api/blade-business/eVisaTaskCheck/checkCustomFlowUserIsEVisaPermissions3',
|
|
|
method: 'post',
|
|
|
data: form,
|
|
|
-}, false)
|
|
|
+})
|
|
|
//资料查询页面
|
|
|
export const checkCustomFlowUserIsEVisaPermissionsquery = (form) => HcApi({
|
|
|
url: '/api/blade-business/eVisaTaskCheck/batchCheckCustomFlowUserIsEVisaPermissions2',
|
|
|
method: 'post',
|
|
|
data: form,
|
|
|
-}, false)
|
|
|
+})
|
|
|
//获取用户列表
|
|
|
export const getContractUserList = (form) => HcApi({
|
|
|
url: '/api/blade-manager/contractInfo/get-contract-userList',
|
|
@@ -163,7 +163,7 @@ export const getTenantDetail = (id) => HcApi({
|
|
|
export const getVersionJson = () => HcApi({
|
|
|
url: 'version.json?time=' + new Date().getTime(),
|
|
|
method: 'get',
|
|
|
-}, false)
|
|
|
+})
|
|
|
|
|
|
//获取项目下的合同段信息
|
|
|
export const getContractInfo = (form) => HcApi({
|