Edit D:\rfid\apache-tomcat-8.5.32\webapps\libsystem\page\circulation\registersperead.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String toolid = "4252"; %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>???????</title> <%@ include file="../global/linkcss.jsp" %> </head> <body class="m-top"> <!-- ????? ???????????????? --> <div > <div class="easyui-panel m-top" style="padding: 5px;" > <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-search'" onclick="searchCirLogRecord()">?????????</a> <%if(MyJspUtils.checkAuthority(session,""+toolid+"01")){%> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-arrow-left'" onclick="appRegister(4013)">???</a> <%}%> <%if(MyJspUtils.checkAuthority(session,""+toolid+"02")){%> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-arrow-right'" onclick="appRegister(4014)">???</a> <%}%> <%if(MyJspUtils.checkAuthority(session,""+toolid+"03")){%> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-arrow-circle-right'" onclick="onAllOutSpeRead()">??????</a> <%}%> <%if(MyJspUtils.checkAuthority(session,""+toolid+"04")){%> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-cog'" onclick="setPara()">???</a> <%}%> </div> </div> <div style="height: 40px; margin-top:-1px;margin-bottom: -1px;"> <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> ?????????????? <select id="service" class="easyui-combobox" style="width:160px;height:26px;" editable="false" data-options="panelHeight:'auto'"> </select> <select id="index" class="easyui-combobox" style="width:160px;height:28px;" editable="false" data-options="panelHeight:'auto'" > <option value="id">????????</option> <option value="rdruid">RDRUID</option> <option value="rdrno" selected="selected">???????</option> <option value="idcard">????????</option> <option value="otherno">??????</option> </select> <input id="keyword" type="text" class="easyui-textbox" style="width:180px;height:28px;" data-options="prompt:'??????????'" > <h3 style="display: inline-block;margin-left: 10px;">?????????[<label class="curDateInLibPeople">0</label>??</h2> </div> </div> <!-- ??????? --> <div style="display: none;"> <audio src="${pageContext.request.contextPath}/third-party/audio/inlib/inlib.mp3" id="inlib" controls="controls"> </audio> <audio src="${pageContext.request.contextPath}/third-party/audio/outlib/outlib.mp3" id="outlib" controls="controls"> </audio> </div> <div class="easyui-panel show-info-p" title="<lable style='color:green;'>???????</lable>??????" data-options="fit:true" > <div class="table-content" > <div> <input id="rdrid" title="????????" hidden="hidden"> </div> <table class="table-box loan-table-input" data-options="fit:true"> <tr> <td rowspan="5" width="10%"> <div class="cir-handler-title" style="width: 180px;text-align:center;font-size: 80px;font-family: ??????;"> ?? </div> </td> <td width="10%">???????</td> <td width="35%"> <div style="min-width: 120px;"> <label id="rdrno" item-type="record" class="my-html"> </label> </div> </td> <td width="10%"><div style="min-width: 120px;display: none;">????/?????</div></td> <td> <div style="display: none;"> <label id="curloan" item-type="record" class="my-html">0</label>/<label id="maxloan" item-type="record" class="my-html">0</label> </div> </td> </tr> <tr> <td >???????</td> <td > <label id="name" item-type="record" class="my-html"></label> </td> <td >???</td> <td > <label id="debt" item-type="record" class="my-html"></label> </td> </tr> <tr> <td >???????</td> <td > <label id="rdrtype" item-type="record" class="my-html" data-type="select" data-fld="rdrtype" ></label> </td> <td>???????</td> <td> <label id="status" item-type="record" class="my-html" data-type="select" data-fld="rdrstatus" ></label> </td> </tr> <tr> <td >?????</td> <td > <label id="libcode" item-type="record" class="my-html" data-type="select" data-fld="libcode"></label> <td >??????</td> <td > <label id="createdate" item-type="record" class="my-html" data-type="date" ></label> </td> </tr> <tr> <td >??????</td> <td > <label id="startdate" item-type="record" class="my-html" data-type="date"></label> </td> <td >??????</td> <td ><label id="enddate" item-type="record" class="my-html" data-type="date"></label></td> </tr> </table> </div> <div style="display: none;"><input id="bibid" item-type="record" class="easyui-textbox" disabled="true" style="width:100%;height: 28px;" data-options="prompt:'????????'"></div> <div class="m-top"> <table id="spereadDataGridList" title="<lable style='color:green;'>???????</lable>?????????" class="easyui-datagrid" style="height: 600px;width:100%;" data-options="singleSelect:true,fitColumns:true,border:false,striped:true"> <thead> <tr> <th data-options="field:'libcode',formatter:onShowLibName" width="80"><%=globalLibName%>???</th> <th data-options="field:'rdrkey'" width="80">???????</th> <th data-options="field:'note'" width="80">???????</th> <th data-options="field:'location',formatter:onShowLocationName" width="80">?????????</th> <th data-options="field:'readstamp',formatter:onShowDateStamp" width="140">??????</th> <th data-options="field:'outstamp',formatter:onShowDateStamp" width="140">??????</th> <th data-options="field:'readtime',formatter:onShowFmtSeconds" width="80">??????</th> </tr> </thead> </table> </div> </div> <!-- ?????? --> <div id="pageconfig_dlg_toolbar" style="padding:2px 0"> <table cellpadding="0" cellspacing="0" style="width:100%"> <tr> <td style="padding-left:2px"> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'fa fa-save'" onclick="savePageConfig()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'fa fa-close'" onclick="javascript:$('#pageconfig_setpara_dlg').dialog('close')">???</a> </td> </tr> </table> </div> <input id="page_paramjson" item-type="page_record" hidden="hidden"></input> <input id="page_type" item-type="page_record" value="registersSpe" hidden="hidden"></input> <div id="pageconfig_setpara_dlg" class="easyui-dialog" title="?????????" style="width:520px;height:420px;padding:10px;" data-options=" modal:true,closed:true,resizable:false, iconCls: 'fa fa-cog', toolbar: '#pageconfig_dlg_toolbar' "> <div> <div class="easyui-panel" data-options="border:false" style="padding: 5px;"> <div class="table-content" style="width: 480px;margin: auto;border: 0;"> <table class="table-box rdr-table-input" > <tr> <td class="div-tr-td" style="min-width: 220px;" >?????????????</td> <td> <select id="page_rdrSearchWay" item-type="page_paramjson" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options="panelHeight:'auto'"> <option value="id">????????</option> <option value="rdrno" selected="selected">???????</option> <option value="idcard">????????</option> <option value="otherno">??????</option> </select> </td> </tr> <tr> <td class="div-tr-td" >??????????????</td> <td > <select id="page_service" class="easyui-combobox" item-type="page_paramjson" style="width:100%;height:26px;" editable="false" data-options="panelHeight:'auto'"> </select> </td> </tr> <tr> <td class="div-tr-td" >?????????</td> <td> <input id="page_readercard" item-type="page_paramjson" type="checkbox"> </td> </tr> <tr> <td class="div-tr-td" >?????????????????</td> <td> <input id="page_musictip" item-type="page_paramjson" type="checkbox"> </td> </tr> <tr> <td class="div-tr-td" >????????????????????</td> <td> <input id="page_otherrdr" item-type="page_paramjson" type="checkbox"> </td> </tr> <tr> <td class="div-tr-td" >?????????</td> <td> <input id="page_inlibin" item-type="page_paramjson" type="checkbox"> </td> </tr> </table> </div> </div> </div> </div> <!-- ???????? --> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp" %> <script type="text/javascript" src="${pageContext.request.contextPath}/js/websocket.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/circulation/js/registersperead.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/circulation/js/readerfin.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/global/grid/js/grid.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/global/js/com_images.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de