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'
var end_time =date_end.getTime();
//时间差
var cha_time=end_time-start_time;
if(cha_time > 777600000){
alert("跟进时间搜索控制在10天以内");
if(cha_time > 777600000*3){
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