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
b7640cd8
Commit
b7640cd8
authored
Apr 23, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客方修改
parent
7c2964fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
users_list.html
application/index/view/member/users_list.html
+14
-4
user.js
public/resource/js/user.js
+2
-0
No files found.
application/index/view/member/users_list.html
View file @
b7640cd8
...
...
@@ -50,15 +50,24 @@
}
.phone_list
{
margin-top
:
32px
;
width
:
182px
;
margin-left
:
-182px
;
}
.phone_jia
{
width
:
182px
;
}
.phone_list
li
{
height
:
2
5
px
;
line-height
:
2
5
px
;
height
:
2
0
px
;
line-height
:
2
0
px
;
}
.phone_list
li
:nth-of-type
(
even
)
{
display
:
none
;
}
.modal-dialog-one
{
width
:
668px
;
}
</style>
<!--导航star-->
...
...
@@ -400,7 +409,7 @@
</div>
<!-- #批量修改客方-->
<div
class=
"modal fade"
id=
"modal_modify_user"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-dialog
modal-dialog-one
"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
...
...
@@ -410,7 +419,7 @@
批量修改客方
</h4>
</div>
<div
class=
"modal-body"
>
<div
class=
"modal-body
modal-body-one
"
>
<br>
<!-- ============添加========== -->
<div
class=
"jian_class"
>
...
...
@@ -423,6 +432,7 @@
<input
name=
"ues_id"
placeholder=
"请输入经纪人姓名"
type=
"tel"
value=
""
class=
"phone_jia new_agents form-control"
>
<ul
class=
"phone_list"
></ul>
</div>
<br><br><br>
</div>
...
...
public/resource/js/user.js
View file @
b7640cd8
...
...
@@ -134,6 +134,8 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
'3'
:
item
[
'id'
]
});
});
// 输出trim
_this
.
next
().
show
().
html
(
_htmlTemp
);
}
else
{
_this
.
next
().
html
(
''
);
...
...
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