diff --git a/Application/Admin/View/CompanyStatement/viewSpecialComplement.html b/Application/Admin/View/CompanyStatement/viewSpecialComplement.html index a97d70240..daf06c69e 100644 --- a/Application/Admin/View/CompanyStatement/viewSpecialComplement.html +++ b/Application/Admin/View/CompanyStatement/viewSpecialComplement.html @@ -374,11 +374,11 @@ layer.msg('开始时间必须小于等于结束时间'); return false; } - // if ((edate - sdate) > 2592000) { - // layer.closeAll("loading"); - // layer.msg('时间间隔不能超过31天,请重新选择日期'); - // return false; - // } + if ((edate - sdate) > 2592000) { + layer.closeAll("loading"); + layer.msg('时间间隔不能超过31天,请重新选择日期'); + return false; + } if (!company_type) { layer.closeAll("loading");