From 872de1ff73c6676213a8f45fcdae552b4d31aad7 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Wed, 26 Aug 2020 09:15:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=B8=8B=E6=B8=B8=E8=81=9A=E5=90=88?= =?UTF-8?q?=E6=89=93=E6=AC=BE=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/CompanyStatement/viewSpecialComplement.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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");