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
b69cc4f6
Commit
b69cc4f6
authored
Oct 23, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业绩排行 优化
parent
98718cc9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
realtimePerformance.html
application/index/view/realtime/realtimePerformance.html
+1
-1
realtimePerformance.js
public/resource/js/realtimePerformance.js
+5
-0
No files found.
application/index/view/realtime/realtimePerformance.html
View file @
b69cc4f6
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
<div
class=
"panel-heading breadcrumb"
>
<div
class=
"panel-heading breadcrumb"
>
<li>
<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>
<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:
none
;margin-top: 6px;"
>
</select>
</select>
</li>
</li>
</div>
</div>
...
...
public/resource/js/realtimePerformance.js
View file @
b69cc4f6
...
@@ -53,6 +53,10 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
...
@@ -53,6 +53,10 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
};
};
});
});
});
});
//城市 筛选
_doc
.
on
(
'input'
,
'#realtime_city_choose'
,
function
()
{
realtime
.
getList
();
});
_doc
.
on
(
"input"
,
"#user_agent_name"
,
function
()
{
//客户列表 客方员工姓名 下拉式搜索
_doc
.
on
(
"input"
,
"#user_agent_name"
,
function
()
{
//客户列表 客方员工姓名 下拉式搜索
if
(
$
(
"#user_agent_name"
).
val
()
==
''
)
{
if
(
$
(
"#user_agent_name"
).
val
()
==
''
)
{
realtime
.
agent_id_choose
=
''
;
realtime
.
agent_id_choose
=
''
;
...
@@ -446,6 +450,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
...
@@ -446,6 +450,7 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
realtime
.
time_search_end
=
$
(
'#maintable_end_time'
).
val
();
realtime
.
time_search_end
=
$
(
'#maintable_end_time'
).
val
();
//部门 门店 经纪人 排行 业绩总计
//部门 门店 经纪人 排行 业绩总计
$
(
'.total-performance'
).
html
(
data
.
data
.
performance_total
);
$
(
'.total-performance'
).
html
(
data
.
data
.
performance_total
);
$
(
'#realtime_city_choose'
).
show
();
//显示 业绩排行的城市筛选
//分页代码 后端返回total 值
//分页代码 后端返回total 值
add_page
(
data
.
data
.
total
,
pageNo
,
realtime
.
pageSize
,
realtime
.
getList
);
add_page
(
data
.
data
.
total
,
pageNo
,
realtime
.
pageSize
,
realtime
.
getList
);
...
...
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