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
22138766
Commit
22138766
authored
Jun 29, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台列表修改
parent
771b1e1b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
2 deletions
+17
-2
users_list.html
application/index/view/member/users_list.html
+2
-2
agent.js
public/resource/js/agent.js
+2
-0
user.js
public/resource/js/user.js
+13
-0
No files found.
application/index/view/member/users_list.html
View file @
22138766
...
...
@@ -207,7 +207,7 @@
</select>
<select
class=
"form-control btn2 margin-top-ld input"
name=
""
id=
"district_id"
title=
"
客方所属部门、客方所属门店 与邀请人所属部门、邀请人所属门店 不作为并列筛选项"
>
<option
value=
""
>
客方所属部门
</option>
<option
value=
"
0
"
>
客方所属部门
</option>
</select>
...
...
@@ -219,7 +219,7 @@
<!--邀请人-->
<select
class=
"form-control btn2 margin-top-ld input"
name=
""
id=
"district_id2"
title=
"
客方所属部门、客方所属门店 与邀请人所属部门、邀请人所属门店 不作为并列筛选项"
>
<option
value=
""
>
邀请人所属部门
</option>
<option
value=
"
0
"
>
邀请人所属部门
</option>
</select>
...
...
public/resource/js/agent.js
View file @
22138766
...
...
@@ -245,6 +245,8 @@ define(['doT', 'text!temp/agent_template_tpl.html', 'css!style/home.css', 'pagin
params
.
groupname
=
$
(
"input[name='groupname']"
).
val
();
params
.
store_name
=
$
(
"input[name='store_name']"
).
val
();
//后端加入两个字段搜索
params
.
district_id
=
$
(
"#district_id"
).
val
();
params
.
store_id
=
$
(
"#guest_stores"
).
val
();
$
.
ajax
({
url
:
'/index/AgentList'
,
type
:
'GET'
,
...
...
public/resource/js/user.js
View file @
22138766
...
...
@@ -397,6 +397,19 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
getList
:
function
(
pageNo
)
{
user
.
pageNo
=
pageNo
;
var
params
=
{};
// 并列搜索
// if($("#district_id").val()!=0){
// $("#district_id2").val('0');
// $("#guest_stores2").val('');
// console.log($("#district_id2").val());
// console.log($("#guest_stores2").val());
// };
// if($("#district_id2").val()!=0){
// $("#district_id1").val('0');
// $("#guest_stores1").val('');
// console.log($("#district_id").val());
// console.log($("#guest_stores").val());
// };
// 输入 name
// params.name = $("input[name='user']").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