|
|
|
@ -9,9 +9,11 @@
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<title>预览pdfIframe页面</title>
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta http-equiv=X-UA-Compatible IE=EmulateIE7>
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
|
|
|
|
<%--<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta http-equiv=X-UA-Compatible IE=EmulateIE7>--%>
|
|
|
|
|
<!--[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>
|
|
|
|
@ -296,7 +298,7 @@
|
|
|
|
|
<iframe src="" id="iframe1" frameborder="0" scrolling="yes"></iframe>
|
|
|
|
|
</div>
|
|
|
|
|
<%--<script type="text/javascript" src="${path}/static/js/showRecord/showRecord.js"></script>--%>
|
|
|
|
|
<script type="text/javascript" src="${path}/static/js/showRecord/showRecordIframe.js?time=2021-02-07"></script>
|
|
|
|
|
<%--<script type="text/javascript" src="${path}/static/js/showRecord/showRecordIframe.js?time=2021-02-07"></script>--%>
|
|
|
|
|
<%--<script type="text/javascript" src="${path}/static/js/showRecord/showRecordIframeCommom.js"></script>--%>
|
|
|
|
|
</body>
|
|
|
|
|
<script>
|
|
|
|
@ -460,7 +462,7 @@
|
|
|
|
|
var params = '';
|
|
|
|
|
//获取业务识别编码
|
|
|
|
|
url = path+"/font/getRecordTypeTree";
|
|
|
|
|
params = {patientId:parent.$("#patientId").val(),assortIds:parent.$("#assortIds").val()};
|
|
|
|
|
params = {patientId:$("#patientId").val(),assortIds:$("#assortIds").val()};
|
|
|
|
|
$.ajax({
|
|
|
|
|
type: "post",
|
|
|
|
|
url: url,
|
|
|
|
|