|
|
|
@ -6,14 +6,14 @@
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<title>病案浏览</title>
|
|
|
|
|
<title>查房记录</title>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
|
|
|
|
<%--<meta name="referrer" content="never">--%>
|
|
|
|
|
<!-- 解决部分兼容性问题,如果安装了GCF,则使用GCF来渲染页面,如果未安装GCF,则使用最高版本的IE内核进行渲染。 -->
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
|
<!-- 页面按原比例显示 -->
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
|
|
|
<link rel="shortcut icon" href="${path}/static/favicon.ico">
|
|
|
|
|
<link rel="shortcut icon" href="../../../static/favicon.ico">
|
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
|
<script type="text/javascript" src="${path}/static/js/html5shiv.min.js"></script>
|
|
|
|
|
<script type="text/javascript" src="${path}/static/js/jquery-1.11.3.min.js"></script>
|
|
|
|
@ -123,7 +123,7 @@
|
|
|
|
|
<div class="headDiv"id="main1">
|
|
|
|
|
<div class="headSpanDiv">
|
|
|
|
|
<span class="headspan">
|
|
|
|
|
病案浏览
|
|
|
|
|
查房记录
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -193,7 +193,7 @@
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
var path = "${path}";
|
|
|
|
|
</script>
|
|
|
|
|
<script src="${path}/static/js/record/recordPage.js?time=2020-10-16"></script>
|
|
|
|
|
<script src="${path}/static/js/record/recordPage.js?time=2022-01-13"></script>
|
|
|
|
|
<script src="${path}/static/js/hospitalLoadPdf/loadPdf.js?time=2020-10-16"></script>
|
|
|
|
|
<script src="${path}/static/js/hospitalCommom/hospitalCommom.js?time=2020-11-16"></script>
|
|
|
|
|
</html>
|