Commit 28209882 authored by agping's avatar agping

客户详情优化

parent e5bca37b
......@@ -7,12 +7,11 @@
/*关联客户相关*/
.user-detail-relational>div{
float: left;
margin-right: 15px;
width: 50%;
}
.user-detail-relational>div>span{
margin-left: 10px;
margin-left: 30px;
cursor: pointer;
margin-right: 20px;
}
.user-ul-liu{
height: auto;
......
......@@ -128,9 +128,15 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs']
$('.followup-modal-comment-area>textarea').val('');//清空跟进框内容
user.getSiteTagsEdit();
//详情 跟进 带看
user.Caozuo();
$('#caozuo_table2').html('');
user.pageNoUser=1;
user.getGenjincon();
user.getUserLogNew();//客户详情获取最近一条带看动态
$('.user-log-more').show();//显示加载更多
user.getGenjinLabel();
// user.getGenjinLabel();
_doc.delegate(".caozuo-yue", "click", function() {
//约带看初始化
......@@ -1057,7 +1063,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs']
});
$('.shangpu_tags_area_edit').append(_htmlTemp);
$('.shangpu_tags_area_detail').append(_htmlTempDetail);
user.Caozuo();
// user.Caozuo();
} else {
alert(_data['msg']);
}
......
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