Edit D:\rfid\apache-tomcat-8.5.32\webapps\libsystem\page\circulation\rdr_fin_check.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String strType=request.getParameter("type"); String title = "?????????????"; if(strType == "1") title = "??????????????"; %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title><%=title%></title> <%@ include file="../global/linkcss.jsp" %> </head> <body class="m-top"> <!-- ????? ???????????????? --> <div class="tool-div"> <div class="easyui-panel m-top" data-options="fit:true" style="padding: 5px;" > <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-search'" onclick="searchRdrRecord()">???</a> </div> </div> <div style="display: none;"> <select id="libcode" item-type="record" required="true" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> <select id="rdrtype" item-type="record" required="true" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> <select id="rdrstatus" item-type="record" class="easyui-combobox" disabled="true" style="width:100%;height: 28px;" editable="false" data-options=""> </select> </div> <!-- ????? --> <div class="tool-div-search m-top-3" > <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> <select id="index" class="easyui-combobox" style="width:100px;height:26px;" editable="false" data-options=""> <option value="id">????????</option> <option value="rdruid">RDRUID</option> <option value="name">???????</option> <option value="rdrno" selected="selected">???????</option> <option value="idcard">????????</option> <option value="otherno">??????</option> <option value="telephone">??????</option> </select> <input id="keyword" class="easyui-textbox" data-options="buttonText:'???',buttonIcon:'e-icon-search fa fa-search',prompt:'????????????????????',onClickButton:function(){searchRdrRecord()}" style="width:250px;height:26px;"> </div> </div> <!--???????--> <div style="height: 150px;width:100%;margin-top: -1px;"> <div class="easyui-panel" data-options="fit:true"> <%@ include file="grid/readergrid.jsp"%> </div> </div> <!-- ????????????? --> <div class="m-top"> <%if(strType.equals("0")){%> <div style="display: none;"> <div style="display: none;"> ????? <select id="operid" item-type="record" no-limit="" class="easyui-combobox" style="width:124px;height: 24px;" editable="false" data-options=""> </select></div> ?????? <select id="finsearchfintype" item-type="finsearchrecord" init-type="init-data" no-limit="" class="easyui-combobox" style="width:130px;height: 28px;" editable="false" data-options=""> </select> ?????? <select id="finsearchrectype" item-type="finsearchrecord" init-type="init-data" no-limit="" class="easyui-combobox" style="width:130px;height: 28px;" editable="false" data-options=""> </select> ?????? <select id="finsearchpayway" item-type="finsearchrecord" init-type="init-data" no-limit="" class="easyui-combobox" style="width:130px;height: 28px;" editable="false" data-options=""> </select> </div> <div title="?????????????" class="easyui-panel"> <div class="curloan-grid-div m-top"> <table id="debtDataGridList" class="easyui-datagrid" data-options="fit:true,singleSelect:true,border:false"> <thead> <tr> <th data-options="field:'loccode',formatter:onShowLibName" width="80">??????</th> <th data-options="field:'type',formatter:onShowFinTypeName" width="80">??????</th> <th data-options="field:'money'" width="100">???</th> <th data-options="field:'finstamp',formatter:onShowDateStamp" width="180">??????</th> <!-- <th data-options="field:'operacc'" width="100">?????</th> --> <th data-options="field:'operid',formatter:onShowOperNameById" width="100">?????</th> <th data-options="field:'logbarcode'" width="180">??????</th> <th data-options="field:'logloandate',formatter:onShowFmtDate" width="120">??????</th> <th data-options="field:'logreturndate',formatter:onShowFmtDate" width="120">??????</th> <th data-options="field:'barcode'" width="180">??????</th> <th data-options="field:'callno'" width="80">?????</th> <th data-options="field:'title'" width="200">???</th> </tr> </thead> </table> </div> </div> <%}else{%> <div style="height:76px;line-height: 40px;"> <div class="easyui-panel" title="???????????" data-options="fit:true" > <div style="margin-left: 10px;"> ?????? <select id="finsearchfintype" item-type="finsearchrecord" init-type="init-data" no-limit="" class="easyui-combobox" style="width:130px;height: 28px;" editable="false" data-options=""> </select> ?????? <select id="finsearchrectype" item-type="finsearchrecord" init-type="init-data" no-limit="" class="easyui-combobox" style="width:130px;height: 28px;" editable="false" data-options=""> </select> ?????? <select id="finsearchpayway" item-type="finsearchrecord" init-type="init-data" no-limit="" class="easyui-combobox" style="width:130px;height: 28px;" editable="false" data-options=""> </select> ?????? <input id="finsearchbegdate" item-type="record" class="easyui-datetimebox" data-options="onShowPanel:onShowPanelFmt" style="width:180px;height: 28px;" > ?????? <input id="finsearchenddate" item-type="record" class="easyui-datetimebox" style="width:180px;height: 28px;" > </div> </div> </div> <div class="curhistory-grid-div m-top"> <%@ include file="grid/historyfingrid.jsp"%> </div> <%}%> </div> </body> <%@ include file="../global/linkjs.jsp" %> <script type="text/javascript"> var vType='<%=strType%>'; </script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/circulation/js/rdr_fin_check.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/global/grid/js/grid.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de