Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
e9b48af0
Commit
e9b48af0
authored
Oct 23, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户列表 客户跟进列表 排行榜 去掉城市筛选
parent
24822813
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
+11
-11
realtimePerformance.html
application/index/view/realtime/realtimePerformance.html
+2
-2
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+2
-2
public.js
public/resource/js/public.js
+3
-3
realtimePerformance.js
public/resource/js/realtimePerformance.js
+2
-2
user.js
public/resource/js/user.js
+2
-2
No files found.
application/index/view/realtime/realtimePerformance.html
View file @
e9b48af0
...
...
@@ -89,11 +89,11 @@
<div
class=
"panel-heading breadcrumb"
>
<li>
<a
href=
"#"
class=
"performance-ranking-head"
style=
""
><span
id=
"performance_ranking"
>
业绩排行
</span>
<span
id=
"rank_start_day"
></span>
至
<span
id=
"rank_end_day"
></span></a>
<select
class=
"form-control btn2-city"
id=
"realtime_city_choose"
style=
"display: block;margin-top: 6px;"
>
<
!--<
select class="form-control btn2-city" id="realtime_city_choose" style="display: block;margin-top: 6px;">
<option value="">全部</option>
<option value="上海市">上海市</option>
<option value="杭州市">杭州市</option>
</select>
</select>
-->
</li>
</div>
<div
class=
"panel-body"
>
...
...
public/resource/js/RemarkFollowIndex.js
View file @
e9b48af0
...
...
@@ -1454,10 +1454,10 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
return
;
}
if
(
$
(
'#user_city_choose'
).
val
()
==
310100
){
//城市
params
.
city
=
'上海市'
;
//
params.city = '上海市';
}
if
(
$
(
'#user_city_choose'
).
val
()
==
330100
){
params
.
city
=
'杭州市'
;
//
params.city = '杭州市';
}
params
.
user_id
=
$
.
trim
(
$
(
"#customer_name_id"
).
val
());
//区域
params
.
disc
=
$
.
trim
(
$
(
"#user_area_choose"
).
val
());
//区域
...
...
public/resource/js/public.js
View file @
e9b48af0
...
...
@@ -81,9 +81,9 @@ define(['doT', 'jquery', 'text!temp/menu_template_tpl.html', 'layer'], function
var
_doc
=
$
(
document
);
//显示 隐藏城市
$
(
'#user_city_choose'
).
hide
();
if
(
window
.
location
.
pathname
==
'/index/users_list'
||
window
.
location
.
pathname
==
'/index/RemarkFollowList'
){
$
(
'#user_city_choose'
).
show
();
}
//
if(window.location.pathname == '/index/users_list' || window.location.pathname == '/index/RemarkFollowList'){
//
$('#user_city_choose').show();
//
}
_doc
.
on
(
'click'
,
'.menu-sub-alink'
,
function
(
e
){
e
.
preventDefault
();
...
...
public/resource/js/realtimePerformance.js
View file @
e9b48af0
...
...
@@ -414,8 +414,8 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
'district_id'
:
$
(
'#district_id'
).
val
(),
'store_id'
:
$
(
'#guest_stores'
).
val
(),
'agent_id'
:
realtime
.
agent_id_choose
,
'order'
:
realtime
.
order_ranking
,
'city'
:
$
(
'#realtime_city_choose'
).
val
()
'order'
:
realtime
.
order_ranking
//
'city':$('#realtime_city_choose').val()
};
$
.
ajax
({
...
...
public/resource/js/user.js
View file @
e9b48af0
...
...
@@ -1737,10 +1737,10 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
if
(
$
(
'#user_city_choose'
).
val
()
==
310100
){
//城市
params
.
city
=
'上海市'
;
//
params.city = '上海市' ;
}
if
(
$
(
'#user_city_choose'
).
val
()
==
330100
){
params
.
city
=
'杭州市'
;
//
params.city = '杭州市' ;
}
params
.
disc
=
$
.
trim
(
$
(
"#user_area_choose"
).
val
());
//区域
// 创建时间 筛选 不能超过 2个月
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment