File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
views/crm/statistics/customer Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -143,31 +143,32 @@ export const StatisticsCustomerApi = {
143
143
params
144
144
} )
145
145
} ,
146
+ // TODO @puhui 999:下面这些拆出去哈;
146
147
// 6.1 获取客户行业统计数据
147
148
getCustomerIndustry : ( params : any ) => {
148
149
return request . get ( {
149
- url : '/crm/statistics-customer /get-customer-industry-summary' ,
150
+ url : '/crm/statistics-portrait /get-customer-industry-summary' ,
150
151
params
151
152
} )
152
153
} ,
153
154
// 6.1 获取客户来源统计数据
154
155
getCustomerSource : ( params : any ) => {
155
156
return request . get ( {
156
- url : '/crm/statistics-customer /get-customer-source-summary' ,
157
+ url : '/crm/statistics-portrait /get-customer-source-summary' ,
157
158
params
158
159
} )
159
160
} ,
160
161
// 6.1 获取客户行业统计数据
161
162
getCustomerLevel : ( params : any ) => {
162
163
return request . get ( {
163
- url : '/crm/statistics-customer /get-customer-level-summary' ,
164
+ url : '/crm/statistics-portrait /get-customer-level-summary' ,
164
165
params
165
166
} )
166
167
} ,
167
168
// 6.1 获取客户行业统计数据
168
169
getCustomerArea : ( params : any ) => {
169
170
return request . get ( {
170
- url : '/crm/statistics-customer /get-customer-area-summary' ,
171
+ url : '/crm/statistics-portrait /get-customer-area-summary' ,
171
172
params
172
173
} )
173
174
}
Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ const handleQuery = () => {
178
178
case ' dealCycle' : // 成交周期分析
179
179
dealCycleRef .value ?.loadData ?.()
180
180
break
181
+ // TODO @puhui999:这 4 个拆出去哈;独立一个【客户画像】菜单
181
182
case ' addressRef' :
182
183
addressRef .value ?.loadData ?.()
183
184
break
You can’t perform that action at this time.
0 commit comments