Commit ebe8929b authored by agping's avatar agping

1

parent 225187f3
......@@ -713,7 +713,7 @@
</span>
<!--城市筛选-->
<select class="user_city_list" style="font-size: 14px;font-weight: 500;float: right;margin-top: 8px;">
<option value="">选择城市</option>
<!--<option value="">选择城市</option>-->
<option value="10001">上海市</option>
<option value="10002">杭州市</option>
<option value="10003">深圳市</option>
......
......@@ -340,7 +340,7 @@
<div class="detail-modal-bargaininfo-main-right">
<span></span>
<br />
<span>商铺号:</span><input class="form-control" id="bargaininfo_shop_num" />
<span>楼盘号:</span><input class="form-control" id="bargaininfo_shop_num" />
<input type="text" id="hide-input-value" style="opacity: 0;width: 6px;"/>
<button type="button" class="copy-text-shop btn-info btn1">复制</button>
<br>
......
......@@ -146,7 +146,8 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
$('.user_city_list').on('change', function(){
user.pageNoUser=1;
$('#caozuo_table2').html('');
user.isExitsNew=0
user.isExitsNew=0;
user.isExitsNewInfo=1;//标识第一次进入
user.getGenjincon();
user.getUserLog(2);
});
......@@ -1481,9 +1482,9 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
});
},
getGenjincon: function() {//获取客户动态(客户详情)
if(user.isExitsNew == 1){
if(user.isExitsNew == 1){//标识不是今天的跟进
user.getGenjincontwo();
}else{
}else{//今天的跟进
$('.is-show-more-followlog').show();
var user_info_obj = JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))); //读取缓存
$.ajax({
......@@ -1597,7 +1598,7 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
}else{
//点击加载更多 没有数据时 隐藏加载更多
$('.is-show-more-followlog').hide();
$('.is-show-more-followlog').hide();
//如果第一次 进来 没有数据 表格显示暂无跟进信息
if(user.isExitsNewInfo==1){
$("#caozuo_table2").html('暂无跟进信息');
......
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