Ver código fonte

韩丽上报审核由40天调整为39天

user5 2 anos atrás
pai
commit
cffd4ad4ec

+ 2 - 2
src/main/webapp/webpage/modules/ruralprojectrecords/cost/newReported/reportedAudit.jsp

@@ -246,7 +246,7 @@
                     var nowDate = new Date();
                     var a = nowDate - baogaoDate;
                     var days = Math.floor(a / (24 * 3600 * 1000));
-                    if(days >40){
+                    if(days >39){
                         parent.layer.msg("出具报告日期超期,请重新选择!", {icon: 5});
                         return false;
                     }
@@ -347,7 +347,7 @@
                 type : 'date'
                 , trigger: 'click'
                 ,max: 0
-                ,min: -40 //37天之前
+                ,min: -39 //37天之前
             });
 
             laydate.render({