Commit 6ca41381 authored by agping's avatar agping

客户跟进列表 时间搜索

parent 72ab35fd
......@@ -1664,7 +1664,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
var end_time =date_end.getTime();
//时间差
var cha_time=end_time-start_time;
if(cha_time > 777600000*3){
if(cha_time >= 2592000000){
alert("跟进时间搜索控制在30天以内");
return;
}
......
......@@ -1665,7 +1665,7 @@ define(['doT', 'text!temp/remark_follow_office_template_tpl.html', 'css!style/ho
var end_time =date_end.getTime();
//时间差
var cha_time=end_time-start_time;
if(cha_time > 777600000*3){
if(cha_time >= 2592000000){
alert("跟进时间搜索控制在30天以内");
return;
}
......
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