Commit c767ea24 authored by agping's avatar agping

客户列表 创建时间 开始 小于 结束

parent 14bacdbe
......@@ -1472,6 +1472,9 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
date_end =new Date(Date.parse(end_.replace(/-/g, "/")));
var end_time =date_end.getTime();
var cha_time=end_time-start_time;
if(start_time>end_time){
alert('开始时间不能大于结束时间');
}
// 客户编号 客户姓名 客户手机号 搜索 创建时间不受限制
if($.trim($("input[name='user']").val())||$.trim($("input[name='phone']").val())||$.trim($("input[name='userID']").val())){
}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