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
bfe16505
Commit
bfe16505
authored
Aug 10, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户 拨打 修改
parent
9c7ce08e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
25 deletions
+51
-25
users_list.html
application/index/view/member/users_list.html
+45
-24
user.js
public/resource/js/user.js
+6
-1
No files found.
application/index/view/member/users_list.html
View file @
bfe16505
...
...
@@ -44,7 +44,6 @@
.input
{
width
:
16%
!important
;
}
/*.text-left {
float: left;
display: inline-block;
...
...
@@ -53,6 +52,7 @@
font-size: 14px;
}
*/
.text-right
{
float
:
right
;
display
:
inline-block
;
...
...
@@ -214,11 +214,13 @@
cursor
:
pointer
}
/*客户动态*/
.followup-modal-list-area
{
height
:
268px
;
overflow-y
:
scroll
;
}
/*客户详情 头像*/
.user_pic
{
width
:
30px
;
height
:
30px
;
...
...
@@ -229,10 +231,12 @@
opacity: 0;
}*/
/*拨打电话样式*/
.modal-body-width
{
width
:
460px
;
}
#phone_title2
{
#phone_title2
{
width
:
100%
;
height
:
186px
;
line-height
:
186px
;
...
...
@@ -240,50 +244,66 @@
font-weight
:
600
;
font-size
:
43px
;
}
#phone_title
{
#phone_title
{
font-weight
:
600
;
}
/*控制放大镜的*/
#preview
{
#preview
{
z-index
:
9999
!important
;
}
.modal-title-genjing
{
.modal-title-genjing
{
height
:
50px
;
line-height
:
50px
;
border-top
:
3px
solid
#ccc
;
}
.center-btn
{
.center-btn
{
margin-top
:
20px
;
margin-bottom
:
20px
;
text-align
:
center
;
}
#caozuo_table_scroll
{
#caozuo_table_scroll
{
height
:
268px
;
overflow-y
:
scroll
;
}
/*查看过的 客户详情 按钮变色*/
.btn-user-details
{
.btn-user-details
{
background-color
:
orange
;
}
/*上一条 下一条 样式*/
#user_up
,
#user_down
{
#user_up
,
#user_down
{
/*font-size:14px;*/
color
:
#337ab7
;
cursor
:
pointer
;
}
.detail-modal-header-tab
{
.detail-modal-header-tab
{
width
:
220px
;
float
:
left
;
}
.user_up_con
{
.user_up_con
{
float
:
left
;
margin-top
:
5px
;
font-size
:
16px
;
}
#user_area_add
{
#user_area_add
{
margin-left
:
5px
;
}
.call-user-five
{
color
:
red
;
font-size
:
20px
;
font-weight
:
700
;
}
</style>
<!--导航star-->
...
...
@@ -431,7 +451,6 @@
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"first_login_end"
type=
"date"
>
<select
class=
"form-control btn2 ld-Marheight"
id=
"user_city_choose"
>
<option
value=
""
selected=
"selected"
>
城市筛选
</option>
<option
value=
"310100"
>
上海市
</option>
...
...
@@ -651,6 +670,8 @@
</div>
<div
class=
"modal-body modal-body1"
>
<div
class=
"detail-modal-body-sec"
>
<div
class=
"call-user-five"
></div>
<div
class=
"detail-modal-body-sec-2"
>
<table
class=
""
id=
"caozuo_hide"
border=
'0'
>
<thead>
<tr>
...
...
@@ -728,7 +749,7 @@
<span
class=
"fore-span ld-Marheight"
>
昵称:
</span>
<!--<input type="hidden" value='[%= it[item]["agent_img"] %]'>-->
<!--<img src='' class="diagram-image J_preview" data-bimg=''>-->
<img
src=
""
alt=
""
class=
"fore-span ld-Marheight diagram-image J_preview user_pic"
data-bimg=
''
/>
<img
src=
""
alt=
""
class=
"fore-span ld-Marheight diagram-image J_preview user_pic"
data-bimg=
''
/>
<span
class=
"fore-span ld-Marheight cus_nick"
></span>
</td>
</tr>
...
...
@@ -798,16 +819,21 @@
<span
class=
"text-danger"
>
(必填)
</span>
</div>
<!--跟进保存-->
<div
class=
"center-btn"
>
<button
type=
"button"
class=
"btn btn-primary right-btn"
id=
"edit_add"
>
保存
</button>
</div>
</div>
</div>
</div>
<!--详情 约带看 切换-->
<div
class=
"detail-modal-body-sec"
>
<div
class=
"call-user-five"
></div>
<div
class=
"detail-modal-body-sec-2"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
id=
" "
>
<thead>
<tr>
...
...
@@ -859,14 +885,9 @@
保存
</button>
</div>
</div>
</div>
<!--<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">关闭
</button>
<button type="button" class="btn btn-primary submit_edit" data-dismiss="modal">
提交
</button>
</div>-->
</div>
<!-- /.modal-content -->
</div>
...
...
@@ -1175,7 +1196,7 @@
<span
class=
"fore-span ld-Marheight"
>
昵称:
</span>
<!--<input type="hidden" value='[%= it[item]["agent_img"] %]'>-->
<!--<img src='' class="diagram-image J_preview" data-bimg=''>-->
<img
src=
""
alt=
""
class=
"fore-span ld-Marheight diagram-image J_preview user_pic"
data-bimg=
''
/>
<img
src=
""
alt=
""
class=
"fore-span ld-Marheight diagram-image J_preview user_pic"
data-bimg=
''
/>
<span
class=
"fore-span ld-Marheight cus_nick"
></span>
</td>
</tr>
...
...
public/resource/js/user.js
View file @
bfe16505
...
...
@@ -262,6 +262,8 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
user
.
user_id
=
$
(
this
).
attr
(
"data-id"
);
user
.
user_phone
=
$
(
this
).
attr
(
"data-phone"
);
user
.
agent_id_infor
=
$
(
this
).
attr
(
"data-agentId"
);
$
(
'.call-user-five'
).
html
(
''
);
$
(
'.detail-modal-body-sec-2'
).
show
();
$
(
'.user_call'
).
show
();
$
(
'#edit_add'
).
show
();
$
(
'.save-look'
).
show
();
...
...
@@ -1128,11 +1130,14 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
if
(
data
.
code
==
200
||
data
.
code
==
201
)
{
user
.
user_id
=
data
.
data
.
user_id
;
if
(
data
.
code
==
200
){
$
(
'.call-user-five'
).
html
(
''
);
$
(
'.detail-modal-body-sec-2'
).
show
();
$
(
'.user_call'
).
show
();
$
(
'#edit_add'
).
show
();
$
(
'.save-look'
).
show
();
}
else
{
alert
(
data
.
msg
)
$
(
'.call-user-five'
).
html
(
data
.
msg
);
$
(
'.detail-modal-body-sec-2'
).
hide
();
$
(
'.user_call'
).
hide
();
$
(
'#edit_add'
).
hide
();
$
(
'.save-look'
).
hide
();
...
...
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