|
|
|
@ -196,7 +196,7 @@
|
|
|
|
<input type="hidden" id="showPrint" value="${CURRENT_USER.userAge}">
|
|
|
|
<input type="hidden" id="showPrint" value="${CURRENT_USER.userAge}">
|
|
|
|
<input type="hidden" id="flag" value="file_path">
|
|
|
|
<input type="hidden" id="flag" value="file_path">
|
|
|
|
<!--查询的sql ORDER BY 语句-->
|
|
|
|
<!--查询的sql ORDER BY 语句-->
|
|
|
|
<input type="hidden" id="orderBys" value=" order by commomtable.name">
|
|
|
|
<input type="hidden" id="orderBys" value=" order by commomtable.name,commomtable.admiss_times">
|
|
|
|
<!--该用户借阅申请的审批过了且未过期的病案,不可重复申请,可查看的病案主键patientId-->
|
|
|
|
<!--该用户借阅申请的审批过了且未过期的病案,不可重复申请,可查看的病案主键patientId-->
|
|
|
|
<input type="hidden" id="approves">
|
|
|
|
<input type="hidden" id="approves">
|
|
|
|
<!--该用户下载申请的审批过了且未过期的病案,不可重复申请,可查看的病案主键patientId-->
|
|
|
|
<!--该用户下载申请的审批过了且未过期的病案,不可重复申请,可查看的病案主键patientId-->
|
|
|
|
@ -293,6 +293,9 @@
|
|
|
|
<div class="col-sm-8 inputDiv">
|
|
|
|
<div class="col-sm-8 inputDiv">
|
|
|
|
<input type="text" class="form-control input-sm inputValue" id="inpatient_no"
|
|
|
|
<input type="text" class="form-control input-sm inputValue" id="inpatient_no"
|
|
|
|
maxlength="16">
|
|
|
|
maxlength="16">
|
|
|
|
|
|
|
|
<input type="checkbox" id="inpatientNoCheckbox"
|
|
|
|
|
|
|
|
class="otherTable operTable isOperInput"><label for="inpatientNoCheckbox"
|
|
|
|
|
|
|
|
class="checkBoxClass">模糊查询</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -853,7 +856,7 @@
|
|
|
|
})
|
|
|
|
})
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/recordManage/templateSearch/searchCommomMethodqf.js?time=2021-11-28"></script>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/recordManage/templateSearch/searchCommomMethodqf.js?time=2021-11-28"></script>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/recordManage/commomSearch/commomListqf.js?time=2021-12-23"></script>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/recordManage/commomSearch/commomListqf.js?time=2022-02-21_1"></script>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/dateUtil.js"></script>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/dateUtil.js"></script>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/approveManage/approveList/approveDateCommmomMethod.js"></script>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/approveManage/approveList/approveDateCommmomMethod.js"></script>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/commom.js"></script>
|
|
|
|
<script type="text/javascript" src="${path}/static/js/commom.js"></script>
|
|
|
|
|