Browse Source

多加了个时间限制

luolei 4 years ago
parent
commit
fb21ac40c8
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/js/checkControl.js

+ 0 - 4
src/js/checkControl.js

@@ -557,10 +557,6 @@ $(function() {
             $.alerModal({"message":'开始时间不能大于结束时间~',type:"tip",time:'1000',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
             return
         }
-        if((end - start)/24/60/60/1000 > 7){
-            $.alerModal({"message":"最多只能导出7天",type:"tip",time:'1000',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
-            return
-        }
         const param = {
         "level": deptId||"",
         "name": behospitalCode||"",