Commit c8d9bce9 authored by agping's avatar agping

客户跟进列表

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