Commit 6d9f8010 authored by agping's avatar agping

修复bug

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