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
1be57fc9
Commit
1be57fc9
authored
Jul 10, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c7650658
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+1
-2
myCollectionUserList.js
public/resource/js/myCollectionUserList.js
+1
-1
remarkFollowOffice.js
public/resource/js/remarkFollowOffice.js
+1
-1
user.js
public/resource/js/user.js
+1
-1
No files found.
public/resource/js/RemarkFollowIndex.js
View file @
1be57fc9
...
@@ -1228,14 +1228,13 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
...
@@ -1228,14 +1228,13 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
});
});
},
},
search_phone2
:
function
()
{
//手机号 编辑是 客方搜索
search_phone2
:
function
()
{
//手机号 编辑是 客方搜索
// console.log($(".cus_fang").val());
$
.
ajax
({
$
.
ajax
({
url
:
'/index/getBroker_new'
,
url
:
'/index/getBroker_new'
,
type
:
'GET'
,
type
:
'GET'
,
async
:
true
,
async
:
true
,
data
:
{
data
:
{
"phone"
:
$
(
".cus_fang"
).
val
(),
"phone"
:
$
(
".cus_fang"
).
val
(),
"site_id"
:
user_info_obj
.
site_id
//
"site_id": user_info_obj.site_id
},
},
dataType
:
'json'
,
dataType
:
'json'
,
success
:
function
(
data
)
{
success
:
function
(
data
)
{
...
...
public/resource/js/myCollectionUserList.js
View file @
1be57fc9
...
@@ -1120,7 +1120,7 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
...
@@ -1120,7 +1120,7 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
async
:
true
,
async
:
true
,
data
:
{
data
:
{
"phone"
:
$
(
".cus_fang"
).
val
(),
"phone"
:
$
(
".cus_fang"
).
val
(),
"site_id"
:
user_info_obj
.
site_id
//
"site_id":user_info_obj.site_id
},
},
dataType
:
'json'
,
dataType
:
'json'
,
success
:
function
(
data
)
{
success
:
function
(
data
)
{
...
...
public/resource/js/remarkFollowOffice.js
View file @
1be57fc9
...
@@ -1235,7 +1235,7 @@ define(['doT', 'text!temp/remark_follow_office_template_tpl.html', 'css!style/ho
...
@@ -1235,7 +1235,7 @@ define(['doT', 'text!temp/remark_follow_office_template_tpl.html', 'css!style/ho
async
:
true
,
async
:
true
,
data
:
{
data
:
{
"phone"
:
$
(
".cus_fang"
).
val
(),
"phone"
:
$
(
".cus_fang"
).
val
(),
"site_id"
:
user_info_obj
.
site_id
//
"site_id": user_info_obj.site_id
},
},
dataType
:
'json'
,
dataType
:
'json'
,
...
...
public/resource/js/user.js
View file @
1be57fc9
...
@@ -1501,7 +1501,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
...
@@ -1501,7 +1501,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
async
:
true
,
async
:
true
,
data
:
{
data
:
{
"phone"
:
$
(
".cus_fang"
).
val
(),
"phone"
:
$
(
".cus_fang"
).
val
(),
"site_id"
:
user_info_obj
.
site_id
//
"site_id":user_info_obj.site_id
},
},
dataType
:
'json'
,
dataType
:
'json'
,
...
...
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