Commit a66d4832 authored by agping's avatar agping

跟进时间 控制10天

parent 3134d0a8
......@@ -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 > 2678400000){
alert("跟进时间搜索控制在30天以内");
if(cha_time > 777600000){
alert("跟进时间搜索控制在10天以内");
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