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
050fbc79
Commit
050fbc79
authored
Apr 20, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户列表修改
parent
e2fb60a1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
users_list.html
application/index/view/member/users_list.html
+8
-5
user.js
public/resource/js/user.js
+2
-0
No files found.
application/index/view/member/users_list.html
View file @
050fbc79
...
...
@@ -45,6 +45,9 @@
height
:
34px
;
line-height
:
34px
;
}
.ld-Marheight
{
margin-top
:
15px
;
!
}
</style>
<!--导航star-->
...
...
@@ -85,11 +88,11 @@
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"end_date"
name=
"end_date"
type=
"date"
>
<!--
<span class="fore-span ld-Marheight">注册时间:</span>
<span
class=
"fore-span ld-Marheight"
>
注册时间:
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"registration_start"
name=
"registration_start"
type=
"date"
>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"registration_end"
name=
"registration_end"
type=
"date"
>
<div class="row"></div>
-->
<div
class=
"row"
></div>
<span
class=
"fore-span ld-Marheight"
>
最后跟进时间:
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"follow_start"
name=
"follow_start"
type=
"date"
>
...
...
@@ -102,7 +105,7 @@
<input class="form-control btn4 ld-Marheight" value="" data-rule-phoneus="false" data-rule-required="false" id="login_end" name="login_end" type="date"> -->
<
div
class=
"row"
></div
>
<
!-- <div class="row"></div> --
>
<!-- <input class="form-control btn2 margin-top-ld" data-rule-phoneus="false" data-rule-required="false" name="user" placeholder="客户姓名" type="text" value=""> -->
<input
class=
"form-control btn2 margin-top-ld"
data-rule-phoneus=
"false"
data-rule-required=
"false"
name=
"phone"
placeholder=
"客户姓名或手机号"
type=
"text"
value=
""
>
...
...
@@ -136,8 +139,8 @@
<option
value=
"1"
>
已租
</option>
<option
value=
"-1"
>
无效
</option>
</select>
<span
class=
"btn btn-info btn3 margin-top-ld"
class=
"reset_1"
>
搜索
</span>
<span
class=
"btn btn-info btn3 margin-top-ld"
class=
"reset_1"
>
重置
</span>
<!--
<span class="btn btn-info btn3 margin-top-ld" class="reset_1">搜索</span>
<span class="btn btn-info btn3 margin-top-ld" class="reset_1">重置</span>
-->
<span
class=
"btn btn-info btn3 margin-top-ld"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3 margin-top-ld"
id=
"reset"
>
重置
</span>
<a
href=
"#modal_modify_user"
data-toggle=
"modal"
class=
"btn btn-info btn3 margin-top-ld"
><i
class=
"icon-plus"
></i>
...
...
public/resource/js/user.js
View file @
050fbc79
...
...
@@ -244,6 +244,8 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
params
.
end_date
=
$
(
"#end_date"
).
val
();
params
.
follow_start
=
$
(
"#follow_start"
).
val
();
params
.
follow_end
=
$
(
"#follow_end"
).
val
();
params
.
registration_start
=
$
(
"#registration_start"
).
val
()
params
.
registration_end
=
$
(
"#registration_end"
).
val
()
params
.
login_status
=
$
(
"select[name=login_status]"
).
val
();
params
.
activate
=
$
(
"select[name=activate]"
).
val
();
params
.
rent_user
=
$
(
"select[name=lguest_status]"
).
val
();
...
...
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