Commit 1be57fc9 authored by agping's avatar agping

1

parent c7650658
...@@ -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) {
......
...@@ -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) {
......
...@@ -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',
......
...@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment