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
d8a8b3da
Commit
d8a8b3da
authored
Oct 10, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户列表 优化
parent
c411412d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
users_list.html
application/index/view/member/users_list.html
+2
-2
myCollectionUserList.js
public/resource/js/myCollectionUserList.js
+1
-0
user.js
public/resource/js/user.js
+2
-1
No files found.
application/index/view/member/users_list.html
View file @
d8a8b3da
...
@@ -485,8 +485,8 @@
...
@@ -485,8 +485,8 @@
</div>
</div>
<!--纯房东的筛选-->
<!--纯房东的筛选-->
<select
class=
"form-control btn2 margin-top-ld"
name=
"landlord_status"
disabled=
"disabled"
>
<select
class=
"form-control btn2 margin-top-ld"
name=
"landlord_status"
disabled=
"disabled"
>
<option
value=
"
0
"
>
全部
</option>
<option
value=
""
>
全部
</option>
<option
value=
"
1"
selected=
"selected
"
>
非纯房东
</option>
<option
value=
"
3
"
>
非纯房东
</option>
<option
value=
"2"
>
纯房东
</option>
<option
value=
"2"
>
纯房东
</option>
</select>
</select>
</div>
</div>
...
...
public/resource/js/myCollectionUserList.js
View file @
d8a8b3da
...
@@ -1122,6 +1122,7 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
...
@@ -1122,6 +1122,7 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
type
:
'GET'
,
type
:
'GET'
,
async
:
true
,
async
:
true
,
data
:
{
data
:
{
'AuthToken'
:
user_info_obj
.
AuthToken
,
"site_area"
:
5
,
"site_area"
:
5
,
"title"
:
$
(
n
).
val
()
"title"
:
$
(
n
).
val
()
},
},
...
...
public/resource/js/user.js
View file @
d8a8b3da
...
@@ -133,6 +133,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
...
@@ -133,6 +133,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
$
(
"select[name=landlord_status]"
).
removeAttr
(
"disabled"
);
$
(
"select[name=landlord_status]"
).
removeAttr
(
"disabled"
);
}
else
{
}
else
{
$
(
"select[name=landlord_status]"
).
attr
(
"disabled"
,
"disabled"
);
$
(
"select[name=landlord_status]"
).
attr
(
"disabled"
,
"disabled"
);
$
(
"select[name=landlord_status]"
).
val
(
3
);
};
};
},
},
event
:
function
()
{
event
:
function
()
{
...
@@ -1739,7 +1740,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
...
@@ -1739,7 +1740,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
params
.
industry_type
=
$
.
trim
(
$
(
"select[name=industry_type]"
).
val
());
params
.
industry_type
=
$
.
trim
(
$
(
"select[name=industry_type]"
).
val
());
params
.
first_login_start
=
$
.
trim
(
$
(
"#first_login_start"
).
val
());
params
.
first_login_start
=
$
.
trim
(
$
(
"#first_login_start"
).
val
());
params
.
first_login_end
=
$
.
trim
(
$
(
"#first_login_end"
).
val
());
params
.
first_login_end
=
$
.
trim
(
$
(
"#first_login_end"
).
val
());
params
.
landlord_status
=
$
.
trim
(
$
(
"select[name=landlord_status]"
).
val
());
//纯房东 筛选 受权限限制
params
.
is_single_homeowner
=
$
.
trim
(
$
(
"select[name=landlord_status]"
).
val
());
//纯房东 筛选 受权限限制
params
.
is_referrer_source_user
=
$
.
trim
(
$
(
"select[name='customer_referrals_choose']"
).
val
());
//客户列表 是否转介绍 筛选
params
.
is_referrer_source_user
=
$
.
trim
(
$
(
"select[name='customer_referrals_choose']"
).
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