|
@@ -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||"",
|