Commit ad29d194 authored by agping's avatar agping

客户详情优化

parent a1834f26
{layout name="global/frame_tpl" /}
<input type="hidden" class="page-load" id="RemarkFollowIndex" />
<style>
.follow-up-modal-list-area{
height: 258px;
overflow-y: scroll;
}
.modal-body1 {
height: 716px;
overflow-y: auto;
......@@ -246,7 +250,12 @@
.modal-title-genjing {
height: 36px;
line-height: 36px;
border-top: 3px solid #ccc;
font-weight: 600;
font-size: 16px;
}
.modal-title-genjing span{
cursor: pointer;
margin-right: 20px;
}
.center-btn {
......@@ -586,15 +595,34 @@
</thead>
</table>
<h4 class="modal-title-genjing clear text-info">
客户跟进
</h4>
<div>
<div class="text-info" style="margin: 2px;font-size: 16px;">最近一条带看动态</div>
<table class="table table-striped table-bordered table-hover table-condensed">
<tbody class="text-center user-log-detail">
</tbody>
</table>
</div>
<div class="clear modal-title-genjing">
<span class="modal-title-genjing-con">
<span class="text-info">客户动态</span>
<span>带看动态</span>
</span>
<span class="user-log-more text-info" style="float: right;">加载更多</span>
</div>
<div id="gen_jing_user">
<div class="followup-modal-list-area">
<div>
<div class="follow-up-modal-list-area" style="height: 212px">
<table class="table table-striped table-bordered table-hover table-condensed">
<tbody class="text-center" id="caozuo_table2">
</tbody>
</table>
</div>
<div class="follow-up-modal-list-area" style="height: 212px">
<table class="table table-striped table-bordered table-hover table-condensed">
<tbody class="text-center" id="caozuo_table_log">
</tbody>
</table>
</div>
</div>
<div class="clear margin-top-ld">
</div>
......
This diff is collapsed.
......@@ -2294,8 +2294,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
$("#caozuo_table2").html('暂无跟进信息');
}
//滚动条 回到顶部
$('.follow-up-modal-list-area').scrollTop(0);
/*分页代码*/
// $('.follow-up-modal-list-area').scrollTop(0);
}else{
alert('暂无数据!!!');
......
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