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
b0aee3fa
Commit
b0aee3fa
authored
Aug 14, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
js
# Conflicts: # application/index/view/global/footer_tpl.html
parent
a5102256
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
footer_tpl.html
application/index/view/global/footer_tpl.html
+1
-1
storeList.js
public/resource/js/storeList.js
+7
-0
No files found.
application/index/view/global/footer_tpl.html
View file @
b0aee3fa
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=201908071
6
'
charset=
'utf-8'
></script>
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=201908071
121
'
charset=
'utf-8'
></script>
public/resource/js/storeList.js
View file @
b0aee3fa
...
@@ -343,6 +343,12 @@ define(['doT', 'text!temp/store_template_tpl.html', 'css!style/home.css', 'ckfin
...
@@ -343,6 +343,12 @@ define(['doT', 'text!temp/store_template_tpl.html', 'css!style/home.css', 'ckfin
store
.
agents_id
=
$
(
obj
).
attr
(
"data-id"
);
store
.
agents_id
=
$
(
obj
).
attr
(
"data-id"
);
},
},
search_phone
:
function
(){
//手机号
search_phone
:
function
(){
//手机号
var
district_id
=
$
(
"#ss-store"
).
val
();
if
(
district_id
<
0
)
{
alert
(
"请选择部门"
);
return
false
;
}
$
.
ajax
({
$
.
ajax
({
url
:
'/index/getBroker_new'
,
url
:
'/index/getBroker_new'
,
type
:
'GET'
,
type
:
'GET'
,
...
@@ -350,6 +356,7 @@ define(['doT', 'text!temp/store_template_tpl.html', 'css!style/home.css', 'ckfin
...
@@ -350,6 +356,7 @@ define(['doT', 'text!temp/store_template_tpl.html', 'css!style/home.css', 'ckfin
data
:
{
data
:
{
"phone"
:
$
(
"#set_father_id3"
).
val
(),
"phone"
:
$
(
"#set_father_id3"
).
val
(),
"level"
:
"10,30,40"
,
"level"
:
"10,30,40"
,
"district_id"
:
district_id
,
// "store_id":store.house_id,
// "store_id":store.house_id,
"all"
:
1
,
"all"
:
1
,
},
},
...
...
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