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
444a76c4
Commit
444a76c4
authored
Jul 20, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台优化
parent
0f270581
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
19 deletions
+19
-19
agent.html
application/index/view/agent/agent.html
+10
-10
users_list.html
application/index/view/member/users_list.html
+2
-2
inspectionRecord.js
public/resource/js/inspectionRecord.js
+1
-1
get_collection_template_tpl.html
public/resource/template/get_collection_template_tpl.html
+0
-2
user_template_tpl.html
public/resource/template/user_template_tpl.html
+6
-4
No files found.
application/index/view/agent/agent.html
View file @
444a76c4
...
@@ -54,17 +54,17 @@
...
@@ -54,17 +54,17 @@
</tr>
</tr>
<tr
class=
"text-center"
>
<tr
class=
"text-center"
>
<th
class=
"text-center"
>
注册时间
</th>
<th
class=
"text-center"
>
注册时间
</th>
<th>
用户ID
</th>
<th
class=
"text-center"
>
用户ID
</th>
<th>
用户头像
</th>
<th
class=
"text-center"
>
用户头像
</th>
<th>
账号类型
</th>
<th
class=
"text-center"
>
账号类型
</th>
<th>
部门
</th>
<th
class=
"text-center"
>
部门
</th>
<th>
门店
</th>
<th
class=
"text-center"
>
门店
</th>
<th>
姓名
</th>
<th
class=
"text-center"
>
姓名
</th>
<th>
手机号
</th>
<th
class=
"text-center"
>
手机号
</th>
<th>
角色
</th>
<th
class=
"text-center"
>
角色
</th>
<!--2.2版本 -->
<!--2.2版本 -->
<th>
评价次数
</th>
<th
class=
"text-center"
>
评价次数
</th>
<th>
分数
</th>
<th
class=
"text-center"
>
分数
</th>
<th
class=
"text-center"
>
操作
</th>
<th
class=
"text-center"
>
操作
</th>
</tr>
</tr>
<tbody
id=
"agentlist"
>
<tbody
id=
"agentlist"
>
...
...
application/index/view/member/users_list.html
View file @
444a76c4
...
@@ -45,14 +45,14 @@
...
@@ -45,14 +45,14 @@
width
:
16%
!important
;
width
:
16%
!important
;
}
}
.text-left
{
/*
.text-left {
float: left;
float: left;
display: inline-block;
display: inline-block;
height: 26px;
height: 26px;
line-height: 26px;
line-height: 26px;
font-size: 14px;
font-size: 14px;
}
}
*/
.text-right
{
.text-right
{
float
:
right
;
float
:
right
;
display
:
inline-block
;
display
:
inline-block
;
...
...
public/resource/js/inspectionRecord.js
View file @
444a76c4
...
@@ -97,7 +97,7 @@ define(['doT', 'text!temp/inspectionRecord_list_template_tpl.html', 'css!style/h
...
@@ -97,7 +97,7 @@ define(['doT', 'text!temp/inspectionRecord_list_template_tpl.html', 'css!style/h
params
.
create_time_start
=
$
(
'#create_time_start'
).
val
();
params
.
create_time_start
=
$
(
'#create_time_start'
).
val
();
params
.
create_time_end
=
$
(
'#create_time_end'
).
val
();
params
.
create_time_end
=
$
(
'#create_time_end'
).
val
();
params
.
report_agent_name
=
$
(
'#user_name'
).
val
();
params
.
report_agent_name
=
$
(
'#user_name'
).
val
();
params
.
phone
=
$
(
'#user_phone'
).
val
();
params
.
report_agent_
phone
=
$
(
'#user_phone'
).
val
();
params
.
house_title
=
$
(
'#house_title'
).
val
();
params
.
house_title
=
$
(
'#house_title'
).
val
();
params
.
user_phone
=
$
(
'#report_agent_phone'
).
val
();
params
.
user_phone
=
$
(
'#report_agent_phone'
).
val
();
// var start_ = $('#create_time_start').val()+" 00:00:00";
// var start_ = $('#create_time_start').val()+" 00:00:00";
...
...
public/resource/template/get_collection_template_tpl.html
View file @
444a76c4
...
@@ -7,14 +7,12 @@
...
@@ -7,14 +7,12 @@
<
td
>
[
%=
it
[
item
][
'user_phone'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'user_phone'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'real_money'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'real_money'
]
%
]
<
/td
>
<!--
手续费
-->
<
td
>
[
%=
it
[
item
][
'transaction_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'transaction_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'type'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'type'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'pay_type'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'pay_type'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'internal_address'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'internal_address'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_number'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_number'
]
%
]
<
/td
>
<
td
>
<
td
>
<!--
增加收款图片
2.2
版本
-->
<
a
class
=
"btn1 btn-success add-pic"
href
=
"#modal-addPic"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
father
-
id
=
'[%= it[item]["father_id"] %]'
>
收款图片
<
/a
>
<
a
class
=
"btn1 btn-success add-pic"
href
=
"#modal-addPic"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
father
-
id
=
'[%= it[item]["father_id"] %]'
>
收款图片
<
/a
>
<
a
class
=
"btn1 btn-success timeline"
href
=
"#modal-time"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["order_id"] %]'
>
时间轴
<
/a
>
<
a
class
=
"btn1 btn-success timeline"
href
=
"#modal-time"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["order_id"] %]'
>
时间轴
<
/a
>
<
a
class
=
"btn1 btn-success submit_edit2"
href
=
"#modal-linetime"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"]%]'
data
-
fee
=
'[%= it[item]["transaction_fee"]%]'
data
-
money
=
'[%= it[item]["real_money"] %]'
>
实付金额
<
/a
>
<
a
class
=
"btn1 btn-success submit_edit2"
href
=
"#modal-linetime"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"]%]'
data
-
fee
=
'[%= it[item]["transaction_fee"]%]'
data
-
money
=
'[%= it[item]["real_money"] %]'
>
实付金额
<
/a
>
...
...
public/resource/template/user_template_tpl.html
View file @
444a76c4
...
@@ -29,14 +29,16 @@
...
@@ -29,14 +29,16 @@
<
td
>
<
td
>
[
%
if
(
it
[
item
][
'area_demand'
]
!=
null
){
%
]
[
%=
it
[
item
][
"area_demand"
]
%
]
[
%
}
%
]
[
%
if
(
it
[
item
][
'area_demand'
]
!=
null
){
%
]
[
%=
it
[
item
][
"area_demand"
]
%
]
[
%
}
%
]
<
/td
>
<
/td
>
<
td
>
<
td
width
=
"14%"
>
[
%
if
(
it
[
item
][
"source"
]
==
10
)
{
%
]
客户
c
端注册
[
%
}
else
if
(
it
[
item
][
"source"
]
==
20
)
{
%
]
经纪人报备时添加,状态未激
[
%
}
else
{
%
]
老数据报备客户
[
%
}
%
]
[
%
if
(
it
[
item
][
"source"
]
==
10
)
{
%
]
客户
c
端注册
[
%
}
else
if
(
it
[
item
][
"source"
]
==
20
)
{
%
]
经纪人报备时添加,状态未激
[
%
}
else
{
%
]
老数据报备客户
[
%
}
%
]
<!--
[
%
if
(
it
[
item
][
'source'
]
!=
null
){
%
]
[
%=
it
[
item
][
"source"
]
%
]
[
%
}
%
]
-->
<!--
[
%
if
(
it
[
item
][
'source'
]
!=
null
){
%
]
[
%=
it
[
item
][
"source"
]
%
]
[
%
}
%
]
-->
<
/td
>
<
/td
>
<
td
>
<
td
width
=
"16%"
>
[
%
if
((
check_auth
(
'auth_vip'
)
&&
it
[
item
][
'vip'
])
||
(
it
[
item
][
'agent_id'
]
==
0
)
||
(
it
[
item
][
'agent_id'
]
==
it
[
item
][
'current_agent_id'
])
||
check_auth
(
'index/pcEditClient'
)
)
{
%
]
[
%
if
((
check_auth
(
'auth_vip'
)
&&
it
[
item
][
'vip'
])
||
(
it
[
item
][
'agent_id'
]
==
0
)
||
(
it
[
item
][
'agent_id'
]
==
it
[
item
][
'current_agent_id'
])
||
check_auth
(
'index/pcEditClient'
)
)
{
%
]
<
a
class
=
"btn1 btn-success caozuo"
href
=
"#modal-record"
data
-
toggle
=
"modal"
data
-
phone
=
'[%= it[item]["user_phone"] %]'
data
-
id
=
'[%= it[item]["id"] %]'
>
详细信息
<
/a
>
<
a
class
=
"btn1 btn-success caozuo"
href
=
"#modal-record"
data
-
toggle
=
"modal"
data
-
phone
=
'[%= it[item]["user_phone"] %]'
data
-
id
=
'[%= it[item]["id"] %]'
>
详细信息
<
/a> 
;
<
a
class
=
"btn1 btn-success genj_ure"
href
=
"#modal-add"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
跟进
<
/a
>
<
a
class
=
"btn1 btn-success genj_ure"
href
=
"#modal-add"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
跟进
<
/a> 
;
<
a
class
=
"btn1 btn-success take-look"
href
=
"#modal-takeLook"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
data
-
name
=
'[%= it[item]["user_name"] %]'
data
-
phone
=
'[%= it[item]["user_phone"] %]'
>
约带看
<
/a
>
<
a
class
=
"btn1 btn-success take-look"
href
=
"#modal-takeLook"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
data
-
name
=
'[%= it[item]["user_name"] %]'
data
-
phone
=
'[%= it[item]["user_phone"] %]'
>
约带看
<
/a
>
[
%
}
%
]
[
%
}
%
]
...
...
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