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
be5b931c
Commit
be5b931c
authored
Oct 23, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台 经纪人 搜索 多传一字段 站点id
parent
54f990e7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
5 deletions
+18
-5
district.js
public/resource/js/district.js
+4
-1
shop_edit.js
public/resource/js/shop_edit.js
+3
-1
storeList.js
public/resource/js/storeList.js
+4
-1
user.js
public/resource/js/user.js
+7
-2
No files found.
public/resource/js/district.js
View file @
be5b931c
define
([
'doT'
,
'text!temp/district_template_tpl.html'
,
'css!style/home.css'
,
'pagination'
,
'bootstrapJs'
],
function
(
doT
,
template
)
{
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
//读取缓存
district
=
{
pageNo
:
1
,
/*第几页*/
pageSize
:
15
,
/*每页显示多少条*/
...
...
@@ -162,7 +163,9 @@ define (['doT', 'text!temp/district_template_tpl.html', 'css!style/home.css','pa
url
:
'/index/getBroker_new'
,
data
:
{
'phone'
:
phone
,
"level"
:
"10,20"
"level"
:
"10,20"
,
"site_id"
:
user_info_obj
.
site_id
},
timeout
:
10000
,
dataType
:
"json"
,
...
...
public/resource/js/shop_edit.js
View file @
be5b931c
define
([
'doT'
,
'css!style/shop_edit.css'
,
'ckfinder'
,
'ckfinderStart'
],
function
(
doT
)
{
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
//读取缓存
var
user
=
{
del_value_panfang
:
''
,
del_value_anchang
:
''
,
...
...
@@ -734,7 +735,8 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
type
:
'GET'
,
url
:
'/index/getBroker_new'
,
data
:
{
'phone'
:
$
.
trim
(
_this
.
val
())
'phone'
:
$
.
trim
(
_this
.
val
()),
"site_id"
:
user_info_obj
.
site_id
},
timeout
:
30000
,
dataType
:
'json'
,
...
...
public/resource/js/storeList.js
View file @
be5b931c
...
...
@@ -3,6 +3,7 @@
*/
define
([
'doT'
,
'text!temp/store_template_tpl.html'
,
'css!style/home.css'
,
'ckfinder'
,
'ckfinderStart'
,
'pagination'
,
'bootstrapJs'
],
function
(
doT
,
template
)
{
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
//读取缓存
store
=
{
pageNo
:
1
,
/*第几页*/
...
...
@@ -343,7 +344,9 @@ define(['doT', 'text!temp/store_template_tpl.html', 'css!style/home.css', 'ckfin
async
:
true
,
data
:
{
"phone"
:
$
(
"#set_father_id3"
).
val
(),
"level"
:
"10,30,40"
"level"
:
"10,30,40"
,
"site_id"
:
user_info_obj
.
site_id
},
dataType
:
'json'
,
success
:
function
(
data
)
{
...
...
public/resource/js/user.js
View file @
be5b931c
...
...
@@ -573,6 +573,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
url
:
'/index/getBroker_new'
,
data
:
{
'phone'
:
$
.
trim
(
_this
.
val
())
},
timeout
:
30000
,
dataType
:
'json'
,
...
...
@@ -1195,7 +1196,9 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
type
:
'GET'
,
async
:
true
,
data
:
{
"phone"
:
$
(
"#set_father_id3"
).
val
()
"phone"
:
$
(
"#set_father_id3"
).
val
(),
"site_id"
:
user_info_obj
.
site_id
},
dataType
:
'json'
,
success
:
function
(
data
)
{
...
...
@@ -1299,7 +1302,9 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
type
:
'GET'
,
async
:
true
,
data
:
{
"phone"
:
$
(
".cus_fang"
).
val
()
"phone"
:
$
(
".cus_fang"
).
val
(),
"site_id"
:
user_info_obj
.
site_id
},
dataType
:
'json'
,
success
:
function
(
data
)
{
...
...
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