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
393111a5
Commit
393111a5
authored
Oct 12, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业绩排行 总计 修改
parent
c71c7650
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
realtimePerformance.html
application/index/view/realtime/realtimePerformance.html
+8
-1
realtimePerformance.js
public/resource/js/realtimePerformance.js
+3
-1
No files found.
application/index/view/realtime/realtimePerformance.html
View file @
393111a5
...
...
@@ -61,6 +61,13 @@
line-height
:
30px
;
margin-left
:
-28px
;
}
.total-performance-zong
{
margin-top
:
15px
!important
;
float
:
left
;
margin-left
:
55px
;
font-size
:
16px
;
font-weight
:
700
;
}
</style>
<div
id=
"page-content-wrapper"
>
...
...
@@ -110,7 +117,7 @@
<span
class=
"btn btn-primary btn3 search left"
id=
"maintable_search"
>
搜索
</span>
<span
class=
"btn btn-primary btn3 left"
id=
"maintable_reset"
>
重置
</span>
<span
class=
"btn btn-primary btn3 left"
id=
"export"
>
导出报表
</span>
<
!--<span class="btn btn-info btn3" id="maintable_export">导出excel</span>--
>
<
span
class=
"total-performance-zong left"
>
总计:
<span
class=
"total-performance"
></span></span
>
</form>
</td>
</tr>
...
...
public/resource/js/realtimePerformance.js
View file @
393111a5
...
...
@@ -439,7 +439,9 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
//不点击 搜索按钮 初始化时间
realtime
.
time_search_start
=
$
(
'#maintable_create_time'
).
val
();
realtime
.
time_search_end
=
$
(
'#maintable_end_time'
).
val
();
/*分页代码 后端返回total 值*/
//部门 门店 经纪人 排行 业绩总计
$
(
'.total-performance'
).
html
(
data
.
data
.
performance_total
);
//分页代码 后端返回total 值
add_page
(
data
.
data
.
total
,
pageNo
,
realtime
.
pageSize
,
realtime
.
getList
);
}
else
{
...
...
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