zhaoxiaoqiang1
2026-01-04 f1d30d03186c79ca2cbcfe60d6d2ce7d73fba97b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
import { get, post } from '@/utils/request'
// 企业准入申请单列表查询
export const qryEnpAdmitInList = p => post('/server/enterprise/qryEnpAdmitInList', p)
// 企业查询条件下拉
export const enterpriseQryCondition = p => post('/server/enterprise/enterpriseQryCondition', p)
// 查询企业信息
export const qryEnpBasicInfo = p => post('/server/enterprise/qryEnpBasicInfo', p)
// 更新企业信息基本信息
export const updateEnterpriseBaseInfo = p => post('/server/enterprise/updateEnterpriseBaseInfo', p)
 
// 查询申请信息
export const qryEnterpriseApplyInfo = p => post('/server/enterprise/qryEnterpriseApplyInfo', p)
 
// 股东信息表格
// 查询企业股东信息
export const qryEnpShareholderInfo = p => post('/server/enterprise/qryEnpShareholderInfo', p)
// 企业股东模块点击新增返回
export const clickAddEnpShareholderInfo = p => post('/server/enterprise/clickAddEnpShareholderInfo', p)
// 新增或更新股东信息
export const addOrUpdateShareholderInfo = p => post('/server/enterprise/addOrUpdateShareholderInfo', p)
// 删除股东信息
export const delShareholderInfo = p => post('/server/enterprise/delShareholderInfo', p)
 
 
// 财务表格
// 查询企业财务信息
export const qryEnpFinancialData = p => post('/server/enterprise/qryEnpFinancialData', p)
// 删除财务信息
export const delEnpFinancialData = p => post('/server/enterprise/delEnpFinancialData', p)
// 新增或更新企业财务信息
export const addOrUpdateEnpFinancialData = p => post('/server/enterprise/addOrUpdateEnpFinancialData', p)
// 企业财务模块点击新增返回
export const clickAddEnpFinancialData = p => post('/server/enterprise/clickAddEnpFinancialData', p)
// 对接人表格
// 新增或更新企业对接人信息
export const addOrUpdateDockingInfo = p => post('/server/enterprise/addOrUpdateDockingInfo', p)
// 企业对接人模块点击新增返回
export const clickAddEnpDockingInfo = p => post('/server/enterprise/clickAddEnpDockingInfo', p)
// 删除企业对接人信息
export const delEnpDockingInfo = p => post('/server/enterprise/delEnpDockingInfo', p)
// 查询企业对接人信息
export const qryEnpDockingInfo = p => post('/server/enterprise/qryEnpDockingInfo', p)
// 开通产品表格
// 查询企业开通产品信息
export const qryEnpQuotaInfo = p => post('/server/enterprise/qryEnpQuotaInfo', p)
// 企业产品删除
export const deleteEnpQuota = p => post('/server/enterprise/deleteEnpQuota', p)
// 企业产品模块点击新增返回
export const clickAddEnpProductInfo = p => post('/server/enterprise/clickAddEnpProductInfo', p)
// 更新或新增企业产品
export const addOrUpdateEnpQuota = p => post('/server/enterprise/addOrUpdateEnpQuota', p)
 
// 授信信息
export const qryEnpCreditInfo = p => post('/server/enterprise/qryEnpCreditInfo', p)
// 更新企业授信信息
export const updateEnpCreditInfo = p => post('/server/enterprise/updateEnpCreditInfo', p)
 
// 历史审批意见
export const qryEnpApprovalOpinions = p => post('/server/enterprise/qryEnpApprovalOpinions', p)
 
// 流程流转记录
export const qryEnpFlowCirculationRecord = p => post('/server/enterprise/qryEnpFlowCirculationRecord', p)
 
// 新增
// 新增企业准入保存
export const saveEnpAdmit = p => post('/server/enterprise/saveEnpAdmit', p)
 
// 企业申请审批列表查询
export const qryEnpApproveList = p => post('/server/enterprise/qryEnpApproveList', p)
 
// 查询企业影像信息
export const qryEnpImageInfo = p => post('/server/enterprise/qryEnpImageInfo', p)
// 删除影像资料
export const deleteProjectImage = p => post('/server/deleteProjectImage', p)
// 新增影像资料
export const addProjectImage = p => post('/server/enterprise/addEnpImage', p)
 
// 查询总公司列表
export const qryHeadOfficeEnpList = p => post('/server/enterprise/qryHeadOfficeEnpList', p)
// 查询企业详情参数
export const qryEnpDetailParams = p => post('/server/enterprise/qryEnpDetailParams', p)
// 企业流程提交
export const enpFlowSubmit = p => post('/server/enterprise/enpFlowSubmit', p)
// 企业立即处理任务
export const enpProcessingTask = p => post('/server/enterprise/enpProcessingTask', p)
// 查询企业当前阶段的审批意见
export const qryEnpApproveOpinion = p => post('/server/enterprise/qryEnpApproveOpinion', p)
// 更新当前阶段的审批意见
export const updateEnpApproveOpinion = p => post('/server/enterprise/updateEnpApproveOpinion', p)
// 查询企业维护记录信息列表
export const qryEnpChangeHistory = p => post('/server/enterprise/qryEnpChangeHistory', p)
// 企业申请左侧信息tab查询
export const queryEnterpriseTabTree = p => post('/server/enterprise/queryEnterpriseTabTree', p)
// 企业取消申请
export const enpCancelApply = p => post('/server/enterprise/enpCancelApply', p)
// 企业准出
export const enpTakeOut = p => post('/server/enterprise/enpTakeOut', p)
// 变更申请
export const createEnpChangeApply = p => post('/server/enterprise/createEnpChangeApply', p)
// 重新申请
export const enpReapply = p => post('/server/enterprise/enpReapply', p)
// 撤回申请
export const enpFlowReset = p => post('/server/enterprise/enpFlowReset', p)
// 签署意见下拉
export const queryCommitActionRange = p => post('/server/queryCommitActionRange', p)
// 系统分配任务
export const enpAutoTask = p => post('/server/enterprise/enpAutoTask', p)
// 企业继续处理
export const qryEnpDetailParamsContinue = p => post('/server/enterprise/qryEnpDetailParamsContinue', p)
// 企业继续处理
export const qryEnpFlowPhaseNo = p => post('/server/enterprise/qryEnpFlowPhaseNo', p)
 
// 获取核心企业列表
export const qryCoreEnterpriseList = p => post('/server/enterprise/qryCoreEnterpriseList', p) 
 
 
//核心企业公司
// 项目公司列表查询:
export const qryEntProjectInfoList = p => post('/server/entProject/qryEntProjectInfoList', p) 
 
// 详情/保存/修改
export const saveEntProjectInfo = p => post('/server/entProject/saveEntProjectInfo', p) 
 
export const delEntProjectInfo = p => post('/server/entProject/delEntProjectInfo', p) 
 
 
export const qryEntProjectContractInfoList = p => post('/server/entProject/qryEntProjectContractInfoList', p) 
 
// 详情/保存/修改
export const saveEntProjectContractInfo = p => post('/server/entProject/saveEntProjectContractInfo', p) 
 
export const delEntProjectContractInfo = p => post('/server/entProject/delEntProjectContractInfo', p)