Commit 1a01222e authored by agping's avatar agping

拨打电话限制

parent b6f6ee38
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
float: left; float: left;
} }
.modal-body-width-w{ .modal-body-width-w{
width: 850px; width: 900px;
} }
.modal-body-width-h{ .modal-body-width-h{
height: 686px; height: 686px;
overflow-y: scroll; overflow-y: scroll;
} }
.modal-body-width-two-w{ .modal-body-width-two-w{
width: 800px; width: 886px;
} }
.modal-body-width-two-h{ .modal-body-width-two-h{
height: 636px; height: 636px;
......
...@@ -1272,8 +1272,6 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css' ...@@ -1272,8 +1272,6 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
$(".firstlogin_time").html(data.data.user_info.first_login_time);//第一次登陆时间 $(".firstlogin_time").html(data.data.user_info.first_login_time);//第一次登陆时间
$(".sex").val(data.data.user_info.sex); //性别 $(".sex").val(data.data.user_info.sex); //性别
$(".user_vip2").val(data.data.user_info.vip); //是否vip $(".user_vip2").val(data.data.user_info.vip); //是否vip
user.customerInfo = data.data.user_info;
user.is_outpace_call_num = data.data.is_outpace_call_num;
$(".cus_phone").html(hideTel(data.data.user_info.user_phone)); //电话 $(".cus_phone").html(hideTel(data.data.user_info.user_phone)); //电话
$(".cus_date").html(data.data.user_info.create_time); //创建时间 $(".cus_date").html(data.data.user_info.create_time); //创建时间
$(".cus_fang_edit").val(data.data.user_info.agentinfo); //客方详情 $(".cus_fang_edit").val(data.data.user_info.agentinfo); //客方详情
...@@ -1691,6 +1689,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css' ...@@ -1691,6 +1689,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
dataType: 'json', dataType: 'json',
success: function(data) { success: function(data) {
if(data.code == 200 && data.data != null) { if(data.code == 200 && data.data != null) {
user.customerInfo = data.data.user_info;
is_outpace_call_num = data.data.is_outpace_call_num;
//客户动态 即跟进 //客户动态 即跟进
var caozuo_table = ""; var caozuo_table = "";
$.each(data['data']['user_date'], function(i, item) { $.each(data['data']['user_date'], function(i, item) {
......
...@@ -1615,6 +1615,8 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home ...@@ -1615,6 +1615,8 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
dataType: 'json', dataType: 'json',
success: function(data) { success: function(data) {
if(data.code == 200 && data.data != null) { if(data.code == 200 && data.data != null) {
user.customerInfo = data.data.user_info;
is_outpace_call_num = data.data.is_outpace_call_num;
//客户动态 即跟进 //客户动态 即跟进
var caozuo_table = ""; var caozuo_table = "";
$.each(data['data']['user_date'], function(i, item) { $.each(data['data']['user_date'], function(i, item) {
......
...@@ -1471,8 +1471,6 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind ...@@ -1471,8 +1471,6 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
$(".firstlogin_time").html(data.data.user_info.first_login_time);//第一次登陆时间 $(".firstlogin_time").html(data.data.user_info.first_login_time);//第一次登陆时间
$(".sex").val(data.data.user_info.sex); //性别 $(".sex").val(data.data.user_info.sex); //性别
$(".user_vip2").val(data.data.user_info.vip); //是否vip $(".user_vip2").val(data.data.user_info.vip); //是否vip
user.customerInfo = data.data.user_info;
user.is_outpace_call_num = data.data.is_outpace_call_num;
$(".cus_phone").html(hideTel(data.data.user_info.user_phone)); //电话 $(".cus_phone").html(hideTel(data.data.user_info.user_phone)); //电话
$(".cus_date").html(data.data.user_info.create_time); //创建时间 $(".cus_date").html(data.data.user_info.create_time); //创建时间
$(".referrer_user").html(data.data.user_info.referrer_user); //上传时间 $(".referrer_user").html(data.data.user_info.referrer_user); //上传时间
...@@ -1917,6 +1915,8 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind ...@@ -1917,6 +1915,8 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
dataType: 'json', dataType: 'json',
success: function(data) { success: function(data) {
if(data.code == 200 && data.data != null) { if(data.code == 200 && data.data != null) {
user.customerInfo = data.data.user_info;
is_outpace_call_num = data.data.is_outpace_call_num;
//客户动态 即跟进 //客户动态 即跟进
var caozuo_table = ""; var caozuo_table = "";
$.each(data['data']['user_date'], function(i, item) { $.each(data['data']['user_date'], function(i, item) {
......
...@@ -368,7 +368,7 @@ ...@@ -368,7 +368,7 @@
<tr data-id="[%= it[item]['id'] %]" data-orderid="[%= it[item]['order_id'] %]"> <tr data-id="[%= it[item]['id'] %]" data-orderid="[%= it[item]['order_id'] %]">
<td class="text-center">[%= it[item]['user_name'] %]</td> <td class="text-center">[%= it[item]['user_name'] %]</td>
<td class="text-center">[%= it[item]['user_phone'] %]</td> <td class="text-center">[%= it[item]['user_phone'] %]</td>
<td class="text-center">[%= it[item]['predict_see_time'] %]</td> <td class="text-center">[%= it[item]['create_time'] %]</td>
<td class="text-center">[%= it[item]['report_agent_name'] %]</td> <td class="text-center">[%= it[item]['report_agent_name'] %]</td>
<td class="text-center">[%= hideStr(it[item]['house_title']) %]</td> <td class="text-center">[%= hideStr(it[item]['house_title']) %]</td>
<td class="text-center">[%= it[item]['predict_see_time'] %]</td> <td class="text-center">[%= it[item]['predict_see_time'] %]</td>
...@@ -500,13 +500,13 @@ ...@@ -500,13 +500,13 @@
<td class="text-center">[%= it[item]['user_name'] %]</td> <td class="text-center">[%= it[item]['user_name'] %]</td>
<td class="text-center">[%= it[item]['user_phone'] %]</td> <td class="text-center">[%= it[item]['user_phone'] %]</td>
<td class="text-center">[%= it[item]['create_time'] %]</td> <td class="text-center">[%= it[item]['create_time'] %]</td>
<td class="text-center">[%= it[item]['最后跟进时间'] %]</td> <td class="text-center">[%= it[item]['last_phone_follow_time'] %]</td>
<td class="text-center"> <td class="text-center">
[% if(it[item]["user_status"] == 0) { %] 求租 [% }else if(it[item]["user_status"] == 1) { %] 已租 [% }else{ %] 无效 [% } %] [% if(it[item]["user_status"] == 0) { %] 求租 [% }else if(it[item]["user_status"] == 1) { %] 已租 [% }else{ %] 无效 [% } %]
</td> </td>
<td class="text-center">[%= it[item]['业态'] %]</td> <td class="text-center">[%= it[item]['industry_type'] %]</td>
<td class="text-center">[%= it[item]['面积'] %]</td> <td class="text-center">[%= it[item]['area_demand'] %]</td>
<td class="text-center"> <td class="text-center">
[% if(it[item]["source"] == 10) { %] [% if(it[item]["source"] == 10) { %]
APP注册 APP注册
......
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