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
900057be
Commit
900057be
authored
Jun 15, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
列表修改
parent
83bfd6ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
storeList.js
public/resource/js/storeList.js
+1
-1
user.js
public/resource/js/user.js
+2
-2
No files found.
public/resource/js/storeList.js
View file @
900057be
...
...
@@ -293,7 +293,7 @@ define(['doT', 'text!temp/store_template_tpl.html', 'css!style/home.css', 'ckfin
params
.
pageNo
=
store
.
pageNo
;
params
.
pageSize
=
store
.
pageSize
;
params
.
district_id
=
$
(
"#qx-store option:selected"
).
val
();
//部门id
params
.
store_
name
=
$
(
'#mend_name'
).
val
();
//门店名
params
.
store_
id
=
$
(
'#mend_name'
).
val
();
//门店名
params
.
agents_name
=
$
(
'#name'
).
val
();
//店长名
params
.
agents_phone
=
$
(
'#phone'
).
val
();
//手机号
$
.
ajax
({
...
...
public/resource/js/user.js
View file @
900057be
...
...
@@ -418,8 +418,8 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
params
.
activate
=
$
(
"select[name=activate]"
).
val
();
params
.
rent_user
=
$
(
"select[name=public_status]"
).
val
();
params
.
public_user
=
$
(
"select[name=male_status]"
).
val
();
params
.
store_
name
=
$
(
"#guest_stores"
).
val
();
params
.
referrer_store_
name
=
$
(
"#guest_stores2"
).
val
();
params
.
store_
id
=
$
(
"#guest_stores"
).
val
();
params
.
referrer_store_
id
=
$
(
"#guest_stores2"
).
val
();
params
.
district_id
=
$
(
"#district_id"
).
val
()
params
.
referrer_district_id
=
$
(
"#district_id2"
).
val
()
params
.
login_status
=
$
(
"select[name=login_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