Commit 6b59b252 authored by xishifeng's avatar xishifeng

bug修改2

parent 0dbc4c2b
......@@ -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?new74"></script>
<script src="/app/js/customerinfo_details_new.js?new75"></script>
</body>
......
......@@ -178,7 +178,7 @@ function loadMain(){
if(data['data']['is_outstrip_twenty_four_hours']==0){
//在保护期内
$('#baohuqi_span').show();
if((data['data']['user_info']['agent_id'] == _userId) || (data['data']['is_can_look'] == 0)){
if(data['data']['user_info']['agent_id'] == _userId){
//客方与当前用户一致时
//或者is_can_look为0时,总监,总监是客方的总监
$('.call-btn-main').show();
......
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