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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
import { MethodType } from "@/constants/enum/general/method-type.enum";
import { HeaderType } from "@/constants/enum/general/header-type.enum";
const prefix = `${process.env.VUE_APP_MS_APPLICATION_API}${process.env.VUE_APP_API_PREFIX}`;
const applicationApi = {
//新增上门营销
AddMarketing: {
url: `${prefix}/market-task/add`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//营销任务查询
MarketingList: {
url: `${prefix}/market-task/selectMarkList`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//营销认领
MarketingClaim: {
url: `${prefix}/market-task/getTask`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//营销池任务查询
MarketingPool: {
url: `${prefix}/market-task/getTaskPool`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//个贷营销任务处理
resloveTask: {
url: `${prefix}/market-task/resloveTask`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//营销任务处理详情查询
taskDetail: {
url: `${prefix}/market-task/taskDetail`,
methodType: MethodType.GET.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//修改任务状态
updateMarketTaskSingle: {
url: `${prefix}/market-task/updateMarketTaskSingle`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//个人营销时光轴
taskTimeLine: {
url: `${prefix}/market-task/taskTimeLine`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//对公客户经理待办任务列表查询
selectTodoTaskManager: {
url: `${prefix}/market-task-public-main/select-todo-task-manager`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//对公客户经理所属营销池待办任务
selectRelStatusTaskManager: {
url: `${prefix}/market-task-public-main/select-rel-status-task-manager`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//对公营销任务认领(任务主表的操作)
updateTodoTaskManager: {
url: `${prefix}/market-task-public-main/update-todo-task-manager`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//对公营销营销池任务
selectRelStatusTask: {
url: `${prefix}/market-task-public-main/select-rel-status-task`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//对公修改营销任务状态
updateMarketTaskStatus: {
url: `${prefix}/market-task-public-main/update-market-task-status`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//对公客户拜访营销任务表查询
detailByTaskNum: {
url: `${prefix}/market-task-customer-visit/detail-by-taskNum`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//对公客户拜访营销任务表新增
ComMarkAddVisit: {
url: `${prefix}/market-task-customer-visit/add`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//对公客户拜访营销任务表更新
ComMarkUpdateVisit: {
url: `${prefix}/market-task-customer-visit/update`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//对公招商引资企业营销台账任务表查询
detailByTaskNumAttract: {
url: `${prefix}/market-task-investment-attract/detail-by-taskNum`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//对公招商引资企业营销台账任务表新增
ComMarkAddAttract: {
url: `${prefix}/market-task-investment-attract/add`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//对公招商引资企业营销台账任务表更新
ComMarkUpdateAttract: {
url: `${prefix}/market-task-investment-attract/update`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//公司精准信息摸排专项营销任务表查询
detailByTaskNumProject: {
url: `${prefix}/market-task-pre-mopai-project/detail-by-taskNum`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//公司精准信息摸排专项营销任务表新增
ComMarkAddProject: {
url: `${prefix}/market-task-pre-mopai-project/add`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//公司精准信息摸排专项营销任务表更新
ComMarkUpdateProject: {
url: `${prefix}/market-task-pre-mopai-project/update`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//精准营销专项对公营销任务表查询
detailByTaskNumPre: {
url: `${prefix}/market-task-pre-project/detail-by-taskNum`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//精准营销专项对公营销任务表新增
ComMarkAddPre: {
url: `${prefix}/market-task-pre-project/add`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//公司精准信息摸排专项营销任务表更新
ComMarkUpdatePre: {
url: `${prefix}/market-task-pre-project/update`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//客户经理新增多条对公客户任务
addsTaskManager: {
url: `${prefix}/market-task-public-main/adds-task-manager`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//查询对公营销客户名单
selectMarkertCustomerListPublic: {
url: `${prefix}/market-customer-list-public/selectMarkertCustomerListPublic`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//中小营销任务列表查询
selectMarketZxxdVisitTask: {
url: `${prefix}/market-zxxd-visit-task/select-market-zxxd-visit-task`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//中小续贷拜访任务更新
updateMarketZxxdVisitTask: {
url: `${prefix}/market-zxxd-visit-task/update-market-zxxd-visit-task`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
// //客户经理营销待办任务列表统计查询-个人
// selectMarketTaskCount: {
// url: `${prefix}/market-task/selectMarketTaskCount`,
// methodType: MethodType.POST.code,
// headerType: HeaderType.BASE.code,
// MCEP: 'MCEP'
// },
//客户经理营销待办任务列表统计查询-对公
selectMarketTaskCountPublic: {
url: `${prefix}/market-task-public-main/selectMarketTaskCount`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
//待办任务统计数量
queryPerFtfTaskCount: {
url: `${prefix}/market-task/query-per-ftf-task-count`,
methodType: MethodType.POST.code,
headerType: HeaderType.BASE.code,
MCEP: 'MCEP'
},
};
export default applicationApi;