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
350ee809
Commit
350ee809
authored
Jun 24, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c72d11c8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
21 deletions
+12
-21
realtimePerformanceOffice.html
...cation/index/view/realtime/realtimePerformanceOffice.html
+0
-0
realtimePerformanceOffice.js
public/resource/js/realtimePerformanceOffice.js
+0
-0
real_time_performance_office_template_tpl.html
...e/template/real_time_performance_office_template_tpl.html
+0
-0
real_time_performance_template_tpl.html
...resource/template/real_time_performance_template_tpl.html
+12
-21
No files found.
application/index/view/realtime/realtimePerformanceOffice.html
0 → 100644
View file @
350ee809
This diff is collapsed.
Click to expand it.
public/resource/js/realtimePerformanceOffice.js
0 → 100644
View file @
350ee809
This diff is collapsed.
Click to expand it.
public/resource/template/real_time_performance_office_template_tpl.html
0 → 100644
View file @
350ee809
This diff is collapsed.
Click to expand it.
public/resource/template/real_time_performance_template_tpl.html
View file @
350ee809
...
...
@@ -5,18 +5,15 @@
<
th
class
=
"text-center"
>
排名
<
/th
>
<
th
class
=
"text-center"
>
部门
<
/th
>
<
th
class
=
"text-center"
>
团队人数
<
/th
>
<
th
class
=
"text-center"
>
客源跟进
(
商铺
+
办公楼
)
<
/th
>
<
th
class
=
"text-center"
>
客源跟进
<
/th
>
<
th
class
=
"text-center"
>
新增客户
<
/th
>
<
th
class
=
"text-center"
>
新增商铺
<
/th
>
<
th
class
=
"text-center"
>
新增办公楼
<
/th
>
<
th
class
=
"text-center"
>
报备数
(
商铺
+
办公楼
)
<
/th
>
<
th
class
=
"text-center"
>
进场数
(
商铺
+
办公楼
)
<
/th
>
<
th
class
=
"text-center"
>
收款数
(
商铺
+
办公楼
)
<
/th
>
<
th
class
=
"text-center"
>
成交单数
(
商铺
+
办公楼
)
<
/th
>
<
th
class
=
"text-center"
>
业绩
(
商铺
+
办公楼
)
<
span
class
=
"glyphicon glyphicon-triangle-bottom positive-sequence-yeji"
><
/span><span class="glyphicon glyphicon-triangle-top reverse-order-yeji"></
span
><
/th
>
<
th
class
=
"text-center"
>
业绩总
<
/th
>
<
th
class
=
"text-center"
>
实收
(
商铺
+
办公楼
)
<
/th
>
<
th
class
=
"text-center"
>
实收总
<
/th
>
<
th
class
=
"text-center"
>
报备数
<
/th
>
<
th
class
=
"text-center"
>
进场数
<
/th
>
<
th
class
=
"text-center"
>
收款数
<
/th
>
<
th
class
=
"text-center"
>
成交单数
<
/th
>
<
th
class
=
"text-center"
>
业绩(元)
<
span
class
=
"glyphicon glyphicon-triangle-bottom positive-sequence-yeji"
><
/span><span class="glyphicon glyphicon-triangle-top reverse-order-yeji"></
span
><
/th
>
<
/tr
>
[
%
for
(
var
item
in
it
){
%
]
<
tr
data
-
id
=
"[%= it[item]['district_id'] %]"
>
...
...
@@ -25,19 +22,13 @@
<
a
class
=
"store-ranking"
href
=
"#modal-store"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'district_name'
]
%
]
<
/a
>
<
/td
>
<
td
class
=
"text-center"
><
a
class
=
"team-number-details performance-district-click"
href
=
"#modal-team-number-details"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'team_num'
]
%
]
<
/a></
td
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
'followUp_sum_total'
]
%
]
+
[
%=
it
[
item
][
'followUp_sum_total'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
'followUp_sum_total'
]
%
]
<
/td
>
<
td
class
=
"text-center"
><
a
class
=
"newuser-number-details performance-district-click"
href
=
"#modal-newuser-number-details"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'add_user_num_total'
]
%
]
<
/a></
td
>
<
td
class
=
"text-center"
><
a
class
=
"newshop-number-details performance-district-click"
href
=
"#modal-newshop-number-details"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'add_house_num_total'
]
%
]
<
/a></
td
>
<
td
class
=
"text-center"
><
a
class
=
"newshop-number-details performance-district-click"
href
=
"#modal-newshop-number-details"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'add_house_num_total'
]
%
]
<
/a></
td
>
<
td
class
=
"text-center"
><
a
class
=
"reported-number-details performance-district-click"
href
=
"#modal-reported-number-details"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'look_at_num_total'
]
%
]
<
/a>+<a class="reported-number-details performance-district-click" href="#modal-reported-number-details" data-toggle="modal" data-id="
[
%= it[item
][
'district_id'
]
%]">
[
%= it[item
][
'look_at_num_total'
]
%]</
a
><
/td>
<
td
class
=
"text-center"
><
a
class
=
"approach-number-details performance-district-click"
href
=
"#modal-approach-number-details"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'march_in_num_total'
]
%
]
<
/a>+<a class="approach-number-details performance-district-click" href="#modal-approach-number-details" data-toggle="modal" data-id="
[
%= it[item
][
'district_id'
]
%]">
[
%= it[item
][
'march_in_num_total'
]
%]</
a
><
/td
>
<
td
class
=
"text-center"
><
a
class
=
"collection-number-details performance-district-click"
href
=
"#modal-collection-number-details"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'paylog_total'
]
%
]
<
/a>+<a class="collection-number-details performance-district-click" href="#modal-collection-number-details" data-toggle="modal" data-id="
[
%= it[item
][
'district_id'
]
%]">
[
%= it[item
][
'paylog_total'
]
%]</
a
><
/td
>
<
td
class
=
"text-center"
><
a
class
=
"deal-number-details performance-district-click"
href
=
"#modal-deal-number-details"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'bargain_sum_total'
]
%
]
<
/a>+<a class="deal-number-details performance-district-click" href="#modal-deal-number-details" data-toggle="modal" data-id="
[
%= it[item
][
'district_id'
]
%]">
[
%= it[item
][
'bargain_sum_total'
]
%]</
a
><
/td
>
<
td
class
=
"text-center"
><
a
class
=
"performance-number-details performance-district-click"
href
=
"#modal-performance-details"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'performance_total'
]
%
]
<
/a>+<a class="performance-number-details performance-district-click" href="#modal-performance-details" data-toggle="modal" data-id="
[
%= it[item
][
'district_id'
]
%]" >
[
%= it[item
][
'performance_total'
]
%]</
a
><
/td
>
<
td
class
=
"text-center"
><
a
class
=
"performance-number-details performance-district-click"
href
=
"#modal-performance-details"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'performance_total'
]
%
]
<
/a></
td
>
<
td
class
=
"text-center"
><
a
class
=
"performance-number-details performance-district-click"
href
=
"#modal-performance-details"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'performance_total'
]
%
]
<
/a>+<a class="performance-number-details performance-district-click" href="#modal-performance-details" data-toggle="modal" data-id="
[
%= it[item
][
'district_id'
]
%]" >
[
%= it[item
][
'performance_total'
]
%]</
a
><
/td
>
<
td
class
=
"text-center"
><
a
class
=
"reported-number-details performance-district-click"
href
=
"#modal-reported-number-details"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'look_at_num_total'
]
%
]
<
/a></
td
>
<
td
class
=
"text-center"
><
a
class
=
"approach-number-details performance-district-click"
href
=
"#modal-approach-number-details"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'march_in_num_total'
]
%
]
<
/a></
td
>
<
td
class
=
"text-center"
><
a
class
=
"collection-number-details performance-district-click"
href
=
"#modal-collection-number-details"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'paylog_total'
]
%
]
<
/a></
td
>
<
td
class
=
"text-center"
><
a
class
=
"deal-number-details performance-district-click"
href
=
"#modal-deal-number-details"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'bargain_sum_total'
]
%
]
<
/a></
td
>
<
td
class
=
"text-center"
><
a
class
=
"performance-number-details performance-district-click"
href
=
"#modal-performance-details"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['district_id'] %]"
>
[
%=
it
[
item
][
'performance_total'
]
%
]
<
/a></
td
>
<
/tr
>
[
%
}
%
]
...
...
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