Commit 947a3b6f authored by agping's avatar agping

客户列表 搜索时间 不做限制

parent cc26aca7
......@@ -1701,13 +1701,13 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
return;
}
// 客户编号 客户姓名 客户手机号 搜索 创建时间不受限制
if($.trim($("input[name='user']").val())||$.trim($("input[name='phone']").val())||$.trim($("input[name='userID']").val())){
}else{
if(cha_time > 5270400000*3){
alert("创建时间筛选区间不能超过6个月");
return;
}
}
// if($.trim($("input[name='user']").val())||$.trim($("input[name='phone']").val())||$.trim($("input[name='userID']").val())){
// }else{
// if(cha_time > 5270400000*3){
// alert("创建时间筛选区间不能超过6个月");
// return;
// }
// }
checkLogin();
$.ajax({
url: '/index/users_list',
......
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