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'
});
},
search_phone2: function() { //手机号 编辑是 客方搜索
// console.log($(".cus_fang").val());
$.ajax({
url: '/index/getBroker_new',
type: 'GET',
async: true,
data: {
"phone": $(".cus_fang").val(),
"site_id": user_info_obj.site_id
// "site_id": user_info_obj.site_id
},
dataType: 'json',
success: function(data) {
......
......@@ -1120,7 +1120,7 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
async: true,
data: {
"phone": $(".cus_fang").val(),
"site_id":user_info_obj.site_id
// "site_id":user_info_obj.site_id
},
dataType: 'json',
success: function(data) {
......
......@@ -1235,7 +1235,7 @@ define(['doT', 'text!temp/remark_follow_office_template_tpl.html', 'css!style/ho
async: true,
data: {
"phone": $(".cus_fang").val(),
"site_id": user_info_obj.site_id
// "site_id": user_info_obj.site_id
},
dataType: 'json',
......
......@@ -1501,7 +1501,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
async: true,
data: {
"phone": $(".cus_fang").val(),
"site_id":user_info_obj.site_id
// "site_id":user_info_obj.site_id
},
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