修改第三方跳转
parent
8a43c6cda8
commit
aff0f46b79
@ -0,0 +1,200 @@
|
|||||||
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||||
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||||
|
<c:set var="path" value="${pageContext.request.contextPath}"/>
|
||||||
|
<%@ include file="/WEB-INF/jspf/common.jspf" %>
|
||||||
|
<%@ include file="/WEB-INF/jspf/ztreeCommom.jsp" %>
|
||||||
|
<%@ include file="/WEB-INF/jspf/boostrapSelect.jspf" %>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8"/>
|
||||||
|
<title>预览PDF</title>
|
||||||
|
<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, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||||
|
<link href="${path}/static/css/updatePic/common.css" type="text/css" rel="stylesheet">
|
||||||
|
<link href="${path}/static/css/updatePic/index.css" type="text/css" rel="stylesheet">
|
||||||
|
<link href="${path}/static/js/recordManage/templateSearch/jquery.qtip.min.css" type="text/css" rel="stylesheet">
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="${path}/static/js/jquery-1.11.3.min.js"></script>
|
||||||
|
<script src="${path}/static/js/html5shiv.js"></script>
|
||||||
|
<script src="${path}/static/js/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
<script>
|
||||||
|
var path = "${path}";
|
||||||
|
</script>
|
||||||
|
<script src="${path}/static/js/recordManage/templateSearch/jquery.qtip.min.js"></script>
|
||||||
|
<script type="text/javascript" src="${path}/static/js/udpatePic/imgUp.js"></script>
|
||||||
|
<style type="text/css">
|
||||||
|
body {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
background-color: #F2F2F2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.searchDiv {
|
||||||
|
width: 100%;
|
||||||
|
height: 13%;
|
||||||
|
background-color: #FFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contentDiv {
|
||||||
|
width: 100%;
|
||||||
|
height: 86%;
|
||||||
|
margin-top: 1%;
|
||||||
|
background-color: #FFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.labelDiv {
|
||||||
|
padding-top: 2%;
|
||||||
|
padding-right: 0;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rowDiv {
|
||||||
|
padding-top: 0.5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.inputDiv {
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-header {
|
||||||
|
height: 6%;
|
||||||
|
background-color: #1D9ED7;
|
||||||
|
}
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
color: #fff;
|
||||||
|
font-size: 1.0em;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.left {
|
||||||
|
float: left;
|
||||||
|
width: 30%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.line1 {
|
||||||
|
float: left;
|
||||||
|
width: 1px;
|
||||||
|
height: 100%;
|
||||||
|
background: darkgray;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right {
|
||||||
|
float: left;
|
||||||
|
width: 69%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.treeSearch {
|
||||||
|
width: 80%;
|
||||||
|
margin: 4px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.addCode {
|
||||||
|
margin: 6px 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form {
|
||||||
|
float: left;
|
||||||
|
width: 100%;
|
||||||
|
padding-top: 1%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flagDiv {
|
||||||
|
width: 80%;
|
||||||
|
float: left;
|
||||||
|
padding-top: 3%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.codeBtn {
|
||||||
|
float: right;
|
||||||
|
width: 20%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.formInput {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.input-group {
|
||||||
|
width: 80%;
|
||||||
|
padding-left: 9%;
|
||||||
|
margin-top: -2%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.typeBtn {
|
||||||
|
width: 80%;
|
||||||
|
padding-left: 34%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.formDiv {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.formHead {
|
||||||
|
font-color: blue;
|
||||||
|
padding-left: 18%;
|
||||||
|
font-size: 1.5em;
|
||||||
|
margin-bottom: 2%;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.collectLabel {
|
||||||
|
margin-top: 1%;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.collectDiv {
|
||||||
|
margin-top: 2%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
|
||||||
|
width: 295px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-title {
|
||||||
|
margin-top: -6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.seal-result {
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
transform: rotate(30deg);
|
||||||
|
border: solid 2px red;
|
||||||
|
border-radius: 100%;
|
||||||
|
text-align: center;
|
||||||
|
color: red;
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: bold;
|
||||||
|
line-height: 60px;
|
||||||
|
left: 20%;
|
||||||
|
top: 6%;
|
||||||
|
position: absolute;
|
||||||
|
background-color: rgba(255, 255, 255, 0.8);
|
||||||
|
z-index: 1000;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body style="scroll:auto" onkeydown="disabledPrint()">
|
||||||
|
<input hidden type="hidden" id="patientId" value="${patientId}">
|
||||||
|
<script type="text/javascript" src="${path}/static/js/recordManage/commomSearch/showRecord174.js?t=2019-12-20"></script>
|
||||||
|
<script type="text/javascript"
|
||||||
|
src="${path}/static/js/recordManage/commomSearch/showRecordIframeBloodCommom.js"></script>
|
||||||
|
<script type="text/javascript" src="${path}/static/js/dateUtil.js"></script>
|
||||||
|
<script>
|
||||||
|
$(function(){
|
||||||
|
var patientId = $("#patientId").val();
|
||||||
|
window.location.href = '${path}/font/showRecordPage?patientId='+patientId;
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in New Issue