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
d1b4bc01
Commit
d1b4bc01
authored
Jun 24, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d2c865b9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
17 deletions
+17
-17
users_list.html
application/index/view/member/users_list.html
+2
-2
realtimePerformanceOffice.js
public/resource/js/realtimePerformanceOffice.js
+12
-12
user_template_tpl.html
public/resource/template/user_template_tpl.html
+3
-3
No files found.
application/index/view/member/users_list.html
View file @
d1b4bc01
...
@@ -596,11 +596,11 @@
...
@@ -596,11 +596,11 @@
<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"
>
产生类型
</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>
</tr>
</tr>
</thead>
</thead>
...
...
public/resource/js/realtimePerformanceOffice.js
View file @
d1b4bc01
...
@@ -717,7 +717,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
...
@@ -717,7 +717,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
};
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
'/index/performanceInfo'
,
url
:
'/
office_
index/performanceInfo'
,
data
:
params
,
data
:
params
,
timeout
:
30000
,
timeout
:
30000
,
dataType
:
'json'
,
dataType
:
'json'
,
...
@@ -764,7 +764,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
...
@@ -764,7 +764,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
};
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
'/
broker
/bargainSumPcInfo'
,
url
:
'/
office
/bargainSumPcInfo'
,
data
:
params
,
data
:
params
,
timeout
:
30000
,
timeout
:
30000
,
dataType
:
'json'
,
dataType
:
'json'
,
...
@@ -811,7 +811,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
...
@@ -811,7 +811,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
};
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
'/
broker
/paylogListPcInfo'
,
url
:
'/
office
/paylogListPcInfo'
,
data
:
params
,
data
:
params
,
timeout
:
30000
,
timeout
:
30000
,
dataType
:
'json'
,
dataType
:
'json'
,
...
@@ -856,7 +856,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
...
@@ -856,7 +856,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
};
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
'/
broker
/marchInListPcInfo'
,
url
:
'/
office
/marchInListPcInfo'
,
data
:
params
,
data
:
params
,
timeout
:
30000
,
timeout
:
30000
,
dataType
:
'json'
,
dataType
:
'json'
,
...
@@ -900,7 +900,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
...
@@ -900,7 +900,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
};
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
'/
broker
/marchInListPcInfo'
,
url
:
'/
office
/marchInListPcInfo'
,
data
:
params
,
data
:
params
,
timeout
:
30000
,
timeout
:
30000
,
dataType
:
'json'
,
dataType
:
'json'
,
...
@@ -944,7 +944,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
...
@@ -944,7 +944,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
};
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
'/
broker
/followListPcInfo'
,
url
:
'/
office
/followListPcInfo'
,
data
:
params
,
data
:
params
,
timeout
:
30000
,
timeout
:
30000
,
dataType
:
'json'
,
dataType
:
'json'
,
...
@@ -988,7 +988,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
...
@@ -988,7 +988,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
};
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
'/
broker
/housingResourcePcInfo'
,
url
:
'/
office
/housingResourcePcInfo'
,
data
:
params
,
data
:
params
,
timeout
:
30000
,
timeout
:
30000
,
dataType
:
'json'
,
dataType
:
'json'
,
...
@@ -1032,7 +1032,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
...
@@ -1032,7 +1032,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
};
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
'/
broker
/userResourcePcInfo'
,
url
:
'/
office
/userResourcePcInfo'
,
data
:
params
,
data
:
params
,
timeout
:
30000
,
timeout
:
30000
,
dataType
:
'json'
,
dataType
:
'json'
,
...
@@ -1076,7 +1076,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
...
@@ -1076,7 +1076,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
};
};
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
'/
broker
/teamNumPcInfo'
,
url
:
'/
office
/teamNumPcInfo'
,
data
:
params
,
data
:
params
,
timeout
:
30000
,
timeout
:
30000
,
dataType
:
'json'
,
dataType
:
'json'
,
...
@@ -1176,7 +1176,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
...
@@ -1176,7 +1176,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
bargaininfoShow
:
function
()
{
//报告详情
bargaininfoShow
:
function
()
{
//报告详情
$
.
ajax
({
$
.
ajax
({
'type'
:
'GET'
,
'type'
:
'GET'
,
'url'
:
'/index/bargainInfo'
,
'url'
:
'/
office_
index/bargainInfo'
,
data
:
{
data
:
{
"id"
:
realtime
.
bargain_id
"id"
:
realtime
.
bargain_id
},
},
...
@@ -1233,7 +1233,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
...
@@ -1233,7 +1233,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
$
(
"#maid_new_table_list"
).
html
(
''
);
$
(
"#maid_new_table_list"
).
html
(
''
);
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
'/index/commissionList'
,
url
:
'/
office_
index/commissionList'
,
data
:
{
data
:
{
'id'
:
realtime
.
bargain_id
'id'
:
realtime
.
bargain_id
},
},
...
@@ -1277,7 +1277,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
...
@@ -1277,7 +1277,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
taxShow
:
function
()
{
taxShow
:
function
()
{
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
'/index/getTallAge'
,
url
:
'/
office_
index/getTallAge'
,
data
:
{
data
:
{
'bargain_id'
:
realtime
.
bargain_id
'bargain_id'
:
realtime
.
bargain_id
},
},
...
...
public/resource/template/user_template_tpl.html
View file @
d1b4bc01
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
[
%
if
(
it
[
item
][
"user_status"
]
==
0
)
{
%
]
求租
[
%
}
else
if
(
it
[
item
][
"user_status"
]
==
1
)
{
%
]
已租
[
%
}
else
{
%
]
无效
[
%
}
%
]
[
%
if
(
it
[
item
][
"user_status"
]
==
0
)
{
%
]
求租
[
%
}
else
if
(
it
[
item
][
"user_status"
]
==
1
)
{
%
]
已租
[
%
}
else
{
%
]
无效
[
%
}
%
]
<
/td
>
<
/td
>
<
td
>
<
td
>
[
%
if
(
it
[
item
][
"
industry_type"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
"industry_type
"
]
%
]
[
%
}
%
]
[
%
if
(
it
[
item
][
"
concrete_industry"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
"concrete_industry
"
]
%
]
[
%
}
%
]
<
/td
>
<
/td
>
<
td
>
<
td
>
...
@@ -48,9 +48,9 @@
...
@@ -48,9 +48,9 @@
老数据客户
老数据客户
[
%
}
%
]
[
%
}
%
]
<
/td
>
<
/td
>
<
td
>
<
!--<
td
>
[
%=
it
[
item
][
'agent_name'
]
%
]
[
%=
it
[
item
][
'agent_name'
]
%
]
<
/td
>
<
/td>
--
>
<
td
width
=
"16%"
>
<
td
width
=
"16%"
>
[
%
if
((
it
[
item
][
'agent_id'
]
*
1
==
0
)
||
(
check_auth
(
'index/useraction_search'
)))
{
%
]
[
%
if
((
it
[
item
][
'agent_id'
]
*
1
==
0
)
||
(
check_auth
(
'index/useraction_search'
)))
{
%
]
<
a
class
=
"btn1 caozuo genj_ure caozuo-add-color [%= getLoaclId(it[item]['id']) %]"
href
=
"#modal-record"
data
-
toggle
=
"modal"
data
-
phone
=
'[%= it[item]["user_phone"] %]'
data
-
id
=
'[%= it[item]["id"] %]'
data
-
baohu
=
'[%= it[item]["is_outstrip_twenty_four_hours"] %]'
data
-
agent
=
'[%= it[item]["agent_id"] %]'
data
-
vip
=
'[%= it[item]["vip"] %]'
data
-
current
=
'[%= it[item]["current_agent_id"] %]'
>
详情
/
跟进
<
/a><p style="display: none;">
[
%= JSON.stringify(delName(it[item
]))
%]</
p
>&
nbsp
;
<
a
class
=
"btn1 caozuo genj_ure caozuo-add-color [%= getLoaclId(it[item]['id']) %]"
href
=
"#modal-record"
data
-
toggle
=
"modal"
data
-
phone
=
'[%= it[item]["user_phone"] %]'
data
-
id
=
'[%= it[item]["id"] %]'
data
-
baohu
=
'[%= it[item]["is_outstrip_twenty_four_hours"] %]'
data
-
agent
=
'[%= it[item]["agent_id"] %]'
data
-
vip
=
'[%= it[item]["vip"] %]'
data
-
current
=
'[%= it[item]["current_agent_id"] %]'
>
详情
/
跟进
<
/a><p style="display: none;">
[
%= JSON.stringify(delName(it[item
]))
%]</
p
>&
nbsp
;
...
...
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