终审科室账户查不到数据bug

master
zengwh 5 years ago
parent 7bff4478d8
commit c9bf570679

@ -58,6 +58,9 @@
}
}
.home-menu:hover .dropdown-menu {display: block;}
.sidebar {
padding-bottom: 0;
}
</style>
</head>
@ -346,7 +349,7 @@
<iframe style="width:100%; overflow-x:hidden;overflow-y:scroll" id="iFrame1" name="iFrame1" frameborder="0"></iframe>
</div>
<footer class="main-footer">
<div class="pull-right hidden-xs">
<div class="pull-right">
<b>Version</b> 20200821
</div>
<strong>Copyright &copy; 2019-2090 厦门嘉时软件.</strong> All rights
@ -399,6 +402,7 @@
var windowHeight = $(window).height();
$("#iFrame1").css("height", windowHeight - headerHeight - footerHeight);
$("#indexTreeMenu").css("max-height",windowHeight - headerHeight - 10);
$(".content-wrapper").css("min-height",windowHeight - headerHeight - 54);
})
</script>
</body>

@ -604,7 +604,8 @@
</div>
</div>
</body>
<script src="${path}/static/js/lastVerifyList/lastVerifyList.js?time=2020-08-21"></script>
<script src="${path}/static/js/lastVerifyList/lastVerifyList.js?time=2020-09-02"></script>
<script src="${path}/static/js/hospitalCommom/hospitalCommom.js?time=2020-08-21"></script>
<script src="${path}/static/js/statistics/getDeptCommom.js"></script>
<script src="${path}/static/js/hospitalLoadPdf/loadPdf.js?time=2020-08-21"></script>
</html>

@ -68,7 +68,7 @@ function initTable() {
inpNo: $("#inpNo").val(),
visitId: $("#visitId").val(),
name: $("#name").val(),
deptName: getDeptNameForQuery(),
deptName: getDeptName(),
startDateTo: $("#startDateTo").val(),
endDateTo: $("#endDateTo").val(),
doctorInCharge:$("#doctorInCharge").val(),

Loading…
Cancel
Save