Commit 12fe0e4b authored by xishifeng's avatar xishifeng

修改

parent 4af1af9c
......@@ -88,8 +88,7 @@ function loadMain(){
$('#call_modal_phone_self').val(_userPhone);
if(data['data']['user_info']['agent_id'] == _userId || localStorage.getItem('userlevel') != '10'){
//客方和当前登录用户一致,或者当前登录用户为店长或者总监时,才能进行编辑客户
$('.edit-icon').show();
$('#edit_btn').click(function(e){
$('#edit_btn').show().click(function(e){
e.preventDefault();
e.stopPropagation();
//location.href = ServerHost+'/app_broker/customerinfo_customer_add?customerId='+_customerId;
......
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