|
|
|
@ -29,7 +29,7 @@
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div style="margin-left:30px;margin-right:10px;height:auto">
|
|
|
|
|
<div style="margin-left:10px;margin-right:10px;height:auto">
|
|
|
|
|
<!--搜索-->
|
|
|
|
|
<form style="margin-top:20px;">
|
|
|
|
|
<div class="form-inline">
|
|
|
|
@ -45,6 +45,14 @@
|
|
|
|
|
<label>操作人:</label>
|
|
|
|
|
<input type="text" class="form-control input-sm" id="name">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss8">
|
|
|
|
|
<label>住院号:</label>
|
|
|
|
|
<input type="text" class="form-control input-sm" id="inpNo">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss8">
|
|
|
|
|
<label>患者姓名:</label>
|
|
|
|
|
<input type="text" class="form-control input-sm" id="hzname">
|
|
|
|
|
</div>
|
|
|
|
|
<button type="button" class="btn btn-primary btn-sm divCss" id="searchBtn">查询</button>
|
|
|
|
|
<button type="button" class="btn btn-info btn-sm divCss" id="excelBtn">条件导出</button>
|
|
|
|
|
</div>
|
|
|
|
@ -68,7 +76,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<script src="${path}/static/js/statistics/printInfo.js"></script>
|
|
|
|
|
<script src="${path}/static/js/statistics/printInfo.js?t=2020-12-29"></script>
|
|
|
|
|
<script src="${path}/static/js/statistics/statisticsCommom.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|