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
84d7f28d
Commit
84d7f28d
authored
Jun 05, 2018
by
clone
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test-v2.0-0530' of
https://gitee.com/zwyjjc/tl_estate
into test-v2.0-0530
parents
e7297006
01bc4933
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
2 deletions
+56
-2
users_list.html
application/index/view/member/users_list.html
+53
-2
user.js
public/resource/js/user.js
+3
-0
No files found.
application/index/view/member/users_list.html
View file @
84d7f28d
...
...
@@ -11,6 +11,8 @@
height
:
auto
;
padding-bottom
:
15px
;
float
:
left
;
position
:
relative
;
left
:
-40px
;
}
.user-ul
li
{
list-style
:
none
;
...
...
@@ -93,7 +95,7 @@
<ul
class=
"bread_btn"
>
<li>
<a
href=
"#modal_add_user"
data-toggle=
"modal"
class=
"btn btn-default add_alert"
><i
class=
"icon-plus"
></i>
添加
客户
</a>
新增
客户
</a>
</li>
</ul>
</div>
...
...
@@ -245,7 +247,7 @@
×
</button>
<h4
class=
"modal-title"
>
添加
客户
新增
客户
</h4>
</div>
...
...
@@ -275,6 +277,55 @@
<span
class=
"use-span text-danger"
>
(必填)
</span>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
业态:
</label>
<div
class=
"col-sm-9"
>
<select
class=
"form-control btn6"
id=
"industry_type2"
>
<option
value=
"0"
>
业态选择
</option>
<option>
轻餐饮
</option>
<option>
重餐饮
</option>
<option>
百货零售
</option>
<option>
服装
</option>
<option>
亲子教育
</option>
<option>
休闲娱乐
</option>
</select>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
价格:
</label>
<div
class=
"col-sm-9"
>
<input
type=
"number"
class=
"form-control btn6"
id=
"price_type2"
/><span
class=
"use-span"
>
元/月
</span>
<!--<select class="form-control btn6" name="price_type2">-->
<!--<option value="0">价格需求</option>
<option value="1">10000元/月以下</option>
<option value="2">10000元/月--30000元/月</option>
<option value="3">30000元/月以上</option>
</select>-->
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
面积:
</label>
<div
class=
"col-sm-9"
>
<input
type=
"number"
class=
"form-control btn6"
id=
"area_type2"
/><span
class=
"use-span"
>
㎡
</span>
<!--<option value="0">面积需求</option>
<option value="1">100㎡以下</option>
<option value="2">100㎡-500㎡</option>
<option value="3">500㎡以上</option>-->
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
客方:
</label>
<div
class=
"col-sm-9"
>
...
...
public/resource/js/user.js
View file @
84d7f28d
...
...
@@ -429,6 +429,9 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
params
.
user_phone
=
$
(
"#add_user_form input[name='user_phone']"
).
val
();
params
.
agents_id
=
$
(
"#add_user_form input[name='agent_id']"
).
val
();
//客方
params
.
sex
=
$
(
"#user_sex option:selected"
).
val
();
params
.
price_demand
=
$
(
"#price_type2"
).
val
();
params
.
area_demand
=
$
(
"#area_type2"
).
val
();
params
.
industry_type
=
$
(
"#industry_type2"
).
val
();
if
(
params
.
user_nick
==
''
)
{
alert
(
'姓名不能为空'
);
...
...
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