Commit acaa2711 authored by agping's avatar agping

客户跟进列表 上一页 下一页 修改

parent c0179ad8
...@@ -1357,7 +1357,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css' ...@@ -1357,7 +1357,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
} }
} else { } else {
alert('获取失败!'); alert('获取客户信息失败!');
} }
} }
}); });
...@@ -1694,6 +1694,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css' ...@@ -1694,6 +1694,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
params.remark_phone = $.trim($("#remark_phone").val()); params.remark_phone = $.trim($("#remark_phone").val());
params.remark_store_id = $.trim($("#guest_stores").val()); params.remark_store_id = $.trim($("#guest_stores").val());
params.remark_district_id = $.trim($("#district_id").val()); params.remark_district_id = $.trim($("#district_id").val());
params.content=$.trim($("#follow_content").val());
if($('#user_city_choose').val() == 310100){//城市 if($('#user_city_choose').val() == 310100){//城市
params.city = '上海市'; params.city = '上海市';
} }
...@@ -1723,12 +1724,13 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css' ...@@ -1723,12 +1724,13 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
if(data.code == 200){ if(data.code == 200){
$('.call-user-five').html(''); $('.call-user-five').html('');
$('.detail-modal-body-sec-2').show(); $('.detail-modal-body-sec-2').show();
user.Caozuo();
user.getGenjincon();
}else{ }else{
$('.call-user-five').html(data.msg); $('.call-user-five').html(data.msg);
$('.detail-modal-body-sec-2').hide(); $('.detail-modal-body-sec-2').hide();
} }
user.Caozuo();
user.getGenjincon();
// if(data.data.user_id==data.data.max_user_id){ // if(data.data.user_id==data.data.max_user_id){
// user.user_id=data.data.max_user_id-1; // user.user_id=data.data.max_user_id-1;
// }; // };
......
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