Commit 5ec65387 authored by xishifeng's avatar xishifeng

客户动态详情修改

parent cef89476
......@@ -218,7 +218,7 @@
<script type="text/javascript" src="/app/js/jquery-1122-min.js"></script>
<script src="/app/js/common.js?new42" charset="utf-8"></script>
<script src="/app/js/customerinfo_details_new.js?new67"></script>
<script src="/app/js/customerinfo_details_new.js?new68"></script>
</body>
......
......@@ -171,8 +171,9 @@ function loadMain(){
if(data['data']['is_outstrip_twenty_four_hours']==0){
//在保护期内
$('#baohuqi_span').show();
if(data['data']['user_info']['agent_id'] == _userId){
if((data['data']['user_info']['agent_id'] == _userId) || (data['data']['is_can_look'] == 1)){
//客方与当前用户一致时
//或者is_can_look为1时,总监,总监是客方的总监
$('.call-btn-main').show();
}else{}
}else{
......
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