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
0a9863e0
Commit
0a9863e0
authored
Jul 25, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预约看铺修改
parent
48e0c461
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
7 deletions
+28
-7
realtimePerformance.html
application/index/view/realtime/realtimePerformance.html
+2
-2
watch_shop.js
public/resource/js/watch_shop.js
+16
-2
real_time_performance_template_tpl.html
...resource/template/real_time_performance_template_tpl.html
+10
-3
No files found.
application/index/view/realtime/realtimePerformance.html
View file @
0a9863e0
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<thead>
<tr>
<tr>
<td
colspan=
"1
0
"
class=
"maintable-top-sub-tr"
>
<td
colspan=
"1
1
"
class=
"maintable-top-sub-tr"
>
<a
class=
"btn btn-info liudan_pic_btn"
>
部门业绩排行榜
</a>
<a
class=
"btn btn-info liudan_pic_btn"
>
部门业绩排行榜
</a>
<a
class=
"btn btn-default liudan_pic_btn"
>
门店业绩排行榜
</a>
<a
class=
"btn btn-default liudan_pic_btn"
>
门店业绩排行榜
</a>
<a
class=
"btn btn-default liudan_pic_btn"
>
个人业绩排行榜
</a>
<a
class=
"btn btn-default liudan_pic_btn"
>
个人业绩排行榜
</a>
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
</tr>
</tr>
<!--三级审核的搜索功能-->
<!--三级审核的搜索功能-->
<tr>
<tr>
<td
colspan=
"1
0
"
>
<td
colspan=
"1
1
"
>
<form
id=
"maintable_form_search"
>
<form
id=
"maintable_form_search"
>
<span
class=
"btn btn-primary btn3 left"
id=
"maintable_month"
>
本月
</span>
<span
class=
"btn btn-primary btn3 left"
id=
"maintable_month"
>
本月
</span>
<span
class=
"btn btn-primary btn3 left"
id=
"maintable_today"
>
今天
</span>
<span
class=
"btn btn-primary btn3 left"
id=
"maintable_today"
>
今天
</span>
...
...
public/resource/js/watch_shop.js
View file @
0a9863e0
...
@@ -199,9 +199,23 @@ define (['doT', 'text!temp/watch_template_tpl.html', 'css!style/home.css','pagin
...
@@ -199,9 +199,23 @@ define (['doT', 'text!temp/watch_template_tpl.html', 'css!style/home.css','pagin
params
.
house_id
=
$
(
"#house_id"
).
val
();
params
.
house_id
=
$
(
"#house_id"
).
val
();
params
.
pageNo
=
user
.
pageNo
;
params
.
pageNo
=
user
.
pageNo
;
params
.
pageSize
=
user
.
pageSize
;
params
.
pageSize
=
user
.
pageSize
;
//预约看铺列表 取地址栏数据
var
str
=
decodeURI
(
window
.
location
.
href
);
var
index
=
str
.
lastIndexOf
(
"
\
/"
);
str
=
str
.
substring
(
index
+
1
,
str
.
length
);
var
watch_url
=
''
;
if
(
str
==
1
){
watch_url
=
'/index/watch_shop/1'
}
if
(
str
==
2
){
watch_url
=
'/index/our_watch_shop/2'
}
if
(
watch_url
==
''
){
alert
(
'数据错误'
);
return
;
}
$
.
ajax
({
$
.
ajax
({
url
:
'/index/watch_shop/1'
,
url
:
watch_url
,
type
:
'GET'
,
type
:
'GET'
,
async
:
true
,
async
:
true
,
data
:
params
,
data
:
params
,
...
...
public/resource/template/real_time_performance_template_tpl.html
View file @
0a9863e0
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<script
id=
"realtimePerformance_list_tpl_one"
type=
"text/template"
>
<script
id=
"realtimePerformance_list_tpl_one"
type=
"text/template"
>
[
%
if
(
it
[
"list"
]
&&
it
[
"list"
].
length
&&
it
[
"list"
].
length
>
0
)
{
%
]
[
%
if
(
it
[
"list"
]
&&
it
[
"list"
].
length
&&
it
[
"list"
].
length
>
0
)
{
%
]
<
tr
class
=
"maintable-tr-bar"
>
<
tr
class
=
"maintable-tr-bar"
>
<
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
>
...
@@ -15,8 +16,10 @@
...
@@ -15,8 +16,10 @@
<
/tr
>
<
/tr
>
[
%
for
(
var
item
in
it
[
"list"
]){
%
]
[
%
for
(
var
item
in
it
[
"list"
]){
%
]
<
tr
data
-
id
=
"[%= it['list'][item]['id'] %]"
data
-
orderid
=
"[%= it['list'][item]['order_id'] %]"
>
<
tr
data
-
id
=
"[%= it['list'][item]['id'] %]"
data
-
orderid
=
"[%= it['list'][item]['order_id'] %]"
>
<!--
index_
-->
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'index_'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
<
td
class
=
"text-center"
>
<
a
class
=
"store-ranking"
href
=
"#modal-store"
data
-
toggle
=
"modal"
>
[
%=
it
[
"list"
][
item
][
'district_name'
]
%
]
<
/a
>
<
a
class
=
"store-ranking"
href
=
"#modal-store"
data
-
toggle
=
"modal"
>
[
%=
it
[
"list"
][
item
][
'district_name'
]
+
'-'
+
it
[
"list"
][
item
][
'name'
]
%
]
<
/a
>
<
/td
>
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'performance_total'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'performance_total'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'bargain_sum'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'bargain_sum'
]
%
]
<
/td
>
...
@@ -40,6 +43,7 @@
...
@@ -40,6 +43,7 @@
<script
id=
"realtimePerformance_list_tpl_two"
type=
"text/template"
>
<script
id=
"realtimePerformance_list_tpl_two"
type=
"text/template"
>
[
%
if
(
it
[
"list"
]
&&
it
[
"list"
].
length
&&
it
[
"list"
].
length
>
0
)
{
%
]
[
%
if
(
it
[
"list"
]
&&
it
[
"list"
].
length
&&
it
[
"list"
].
length
>
0
)
{
%
]
<
tr
class
=
"maintable-tr-bar"
>
<
tr
class
=
"maintable-tr-bar"
>
<
th
class
=
"text-center"
>
排名
<
/th
>
<
td
class
=
"text-center"
>
门店
<
/td
>
<
td
class
=
"text-center"
>
门店
<
/td
>
<
th
class
=
"text-center"
>
业绩(元)
<
/th
>
<
th
class
=
"text-center"
>
业绩(元)
<
/th
>
<
th
class
=
"text-center"
>
成交报告(出租)
<
/th
>
<
th
class
=
"text-center"
>
成交报告(出租)
<
/th
>
...
@@ -53,8 +57,9 @@
...
@@ -53,8 +57,9 @@
<
/tr
>
<
/tr
>
[
%
for
(
var
item
in
it
[
"list"
]){
%
]
[
%
for
(
var
item
in
it
[
"list"
]){
%
]
<
tr
data
-
id
=
"[%= it['list'][item]['id'] %]"
data
-
orderid
=
"[%= it['list'][item]['order_id'] %]"
>
<
tr
data
-
id
=
"[%= it['list'][item]['id'] %]"
data
-
orderid
=
"[%= it['list'][item]['order_id'] %]"
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'index_'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
<
td
class
=
"text-center"
>
<
a
class
=
"store-ranking"
href
=
"#modal-store"
data
-
toggle
=
"modal"
>
[
%=
it
[
"list"
][
item
][
'district_name'
]
%
]
<
/a
>
<
a
class
=
"store-ranking"
href
=
"#modal-store"
data
-
toggle
=
"modal"
>
[
%=
it
[
"list"
][
item
][
'district_name'
]
+
'-'
+
it
[
"list"
][
item
][
'store_name'
]
+
'-'
+
it
[
"list"
][
item
][
'name'
]
%
]
<
/a
>
<
/td
>
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'performance_total'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'performance_total'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'bargain_sum'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'bargain_sum'
]
%
]
<
/td
>
...
@@ -78,6 +83,7 @@
...
@@ -78,6 +83,7 @@
<script
id=
"realtimePerformance_list_tpl_three"
type=
"text/template"
>
<script
id=
"realtimePerformance_list_tpl_three"
type=
"text/template"
>
[
%
if
(
it
[
"list"
]
&&
it
[
"list"
].
length
&&
it
[
"list"
].
length
>
0
)
{
%
]
[
%
if
(
it
[
"list"
]
&&
it
[
"list"
].
length
&&
it
[
"list"
].
length
>
0
)
{
%
]
<
tr
class
=
"maintable-tr-bar"
>
<
tr
class
=
"maintable-tr-bar"
>
<
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
>
...
@@ -90,7 +96,8 @@
...
@@ -90,7 +96,8 @@
<
/tr
>
<
/tr
>
[
%
for
(
var
item
in
it
[
"list"
]){
%
]
[
%
for
(
var
item
in
it
[
"list"
]){
%
]
<
tr
data
-
id
=
"[%= it['list'][item]['id'] %]"
data
-
orderid
=
"[%= it['list'][item]['order_id'] %]"
>
<
tr
data
-
id
=
"[%= it['list'][item]['id'] %]"
data
-
orderid
=
"[%= it['list'][item]['order_id'] %]"
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'district_name'
]
%
]
<
/a></
td
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'index_'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'district_name'
]
+
'-'
+
it
[
"list"
][
item
][
'store_name'
]
+
'-'
+
it
[
"list"
][
item
][
'name'
]
%
]
<
/a></
td
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'performance_total'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'performance_total'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'bargain_sum'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'bargain_sum'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'bargain_sum'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'bargain_sum'
]
%
]
<
/td
>
...
...
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