Edit D:\rfid\libsystem\page\collection\holdtransfers.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String 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 easyui-panel-resize" data-options="fit:true" style="padding: 5px;" > <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-check-circle'" onclick="onHandlerRecord()">???</a> <%-- <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-list'" onclick="onHldBacthHandler()"><%=title%>?????</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-cog'" onclick="setPara()">???</a> --%> </div> </div> <div class="body-div-search m-top-3" style="height: 126px;"> <div class="easyui-panel m-top easyui-panel-resize" data-options="fit:true" title="???[<%=title%>]?????????" > <div style="padding: 5px;"> <div class="table-content" class="m-top"> <table class="table-box rdr-table-input" data-options="fit:true"> <tr> <td class="div-tr-td" style="min-width: 80px;width: 10%;">????????</td> <td > <select id="orglibcode" item-type="record" no-limit="???" class="easyui-combobox" style="width:250px;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td " style="min-width: 80px;width: 10%;">????????</td> <td> <select id="taglibcode" item-type="record" class="easyui-combobox" style="width:250px;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" style="min-width: 80px;width: 10%;">?????????</td> <td> <select id="taglocation" item-type="record" class="easyui-combobox" style="width:250px;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td status" style="min-width: 80px;width: 10%;">?????????</td> <td> <select id="tagdoctype" item-type="record" no-limit="??????????" class="easyui-combobox" style="width:250px;height: 28px;" editable="false" data-options=""> </select> </td> </tr> <tr> <td class="div-tr-td" style="width: 10%;">?????</td> <td > <input id="barcode" class="easyui-textbox" data-options="prompt:'???????????????'" style="width:250px;height:26px;"> </td> <td class="div-tr-td" style="width: 10%;">???????????</td> <td > <input id="changelibcode" item-type="record" type="checkbox"> </td> <!-- <td class="div-tr-td" style="width: 10%;">??????????????</td> <td > <input id="showcurlibcode" item-type="record" type="checkbox"> </td> --> </tr> </table> </div> </div> </div> </div> <div style="height: 300px;" > <div class="easyui-panel m-top easyui-panel-resize" data-options="fit:true,border:false" > <div class="easyui-layout" data-options="fit:true,border:false"> <div data-options="region:'center'" title="??????" style="width:50%;"> <div class="hold-result-data"></div> </div> <div data-options="region:'east',collapsible:false" title="??????" style="width:50%; "> <div class="bib-html-data"></div> </div> </div> </div> </div> <!-- ????????? --> <div style="display: none;"> <select id="libcode" item-type="record" class="easyui-combobox" required="true" style="width:100%;height: 28px;" editable="false" data-options=""> </select> </div> <div class="datagrid-div m-top-3"> <table title="?????????" id="holdDataGridList" class="easyui-datagrid" style="margin-top: -1px;" data-options="singleSelect:true,fit:true,fitColumns:true,pagination:true,striped:true" > <thead> <tr> <th data-options="field:'id'" width="80">????????</th> <th data-options="field:'libcode',formatter:onShowLibName" width="80">??????</th> <th data-options="field:'barcode'" width="80">?????</th> <th data-options="field:'callno'" width="80">?????</th> <th data-options="field:'location',formatter:onShowLocationName" width="80">??????</th> <th data-options="field:'doctype',formatter:onShowDocTypeName" width="80">??????</th> <th data-options="field:'price'" width="80">???????</th> <th data-options="field:'totalprice'" width="80">???????</th> <th data-options="field:'loandate',formatter:onShowFmtDate" width="80">??????</th> <th data-options="field:'loantime',formatter:onShowFmtTime" width="80">??????</th> <th data-options="field:'returndate',formatter:onShowFmtDate" width="80">??????</th> <th data-options="field:'renewnum'" width="80">???????</th> <th data-options="field:'volumeinfo'" width="80">??????</th> </tr> </thead> </table> </div> <%@ include file="../global/pagecofig-toolbar.jsp"%> <input id="page_paramjson" item-type="page_record" hidden="hidden"></input> <input id="page_type" item-type="page_record" value="hold" hidden="hidden"></input> <div id="pageconfig_setpara_dlg" class="easyui-dialog" title="????????????" style="width:300px;height:200px;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: 250px;margin: auto;border: 0;"> <table class="table-box rdr-table-input" > <tr> <td class="div-tr-td">???????????</td> </tr> <tr> <td class="div-tr-td"><input id="page_confirm" item-type="page_paramjson" type="checkbox"></td> </tr> </table> </div> </div> </div> </div> <div id="hldBatchDlgButtons" style="padding:2px 0"> <table cellpadding="0" cellspacing="0" style="width:100%"> <tr> <td style="padding-left:2px"> <a id="bntSelectFile" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'fa fa-file-excel-o'" onclick="onSelectFile()">??????</a> <a id="bntShowDataList" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'fa fa-list'" title="??????500??" onclick="onPerviewData()">??????</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'fa fa-save'" onclick="onStartHldBatch()">?????</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'fa fa-close'" onclick="javascript:$('#hldBatchDlg').dialog('close')">???</a> </td> </tr> </table> </div> <div id="hldBatchDlg" class="easyui-dialog" title="<%=title%>?????" style="width:800px;height:500px;padding:10px;" data-options=" modal:true,closed:true,resizable:false, iconCls: 'fa fa-cog', toolbar: '#hldBatchDlgButtons' "> <div> <div class="easyui-panel" data-options="border:true"> <div style="display: none;"><a id="bntStartUpload" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-upload'" onclick="onStartUpload()">???????</a></div> <!--??????--> <%@ include file="../global/uploadfile.jsp" %> <div style="padding: 5px;"> <span class="div-tr-td location" style="min-width: 80px;width: 10%;">??????</span> <span class="location" style="width: 20%;"> <select id="batch_curlocation" item-type="batch_record" no-limit="??????????" class="easyui-combobox" style="width:120px;height: 28px;" editable="false" data-options=""> </select> </span> <span class="div-tr-td doctype" style="min-width: 80px;width: 10%;">??????</span> <span class="doctype"> <select id="batch_doctype" item-type="batch_record" no-limit="??????????" class="easyui-combobox" style="width:120px;height: 28px;" editable="false" data-options=""> </select> </span> <span class="div-tr-td status" style="min-width: 80px;width: 10%;">???????</span> <span class="status" style="width: 90%;"> <select id="batch_status" item-type="batch_record" required="true" class="easyui-combobox" style="width:120px;height: 28px;" editable="false" data-options=""> <option value="5">???</option> <option value="6">???</option> <option value="7">????</option> <option value="z">???</option> </select> </span> <span class="div-tr-td checkdate" style="min-width: 80px;width: 10%;">??????</span> <span class="checkdate" style="width: 30%;"> <select id="batch_checkdate" item-type="batch_record" class="easyui-datebox" style="width:120px;height: 28px;" editable="false" data-options="prompt:'??????'"> </select> </span> </div> <div style="height: 300px;width: 100%;"> <div id="tabsGrid" class="easyui-tabs" data-options="fit:true,border:false" style="margin-top: -1px;"> <div title="????????????" style="padding: 2px;"> <div id="showPerviewOrgMarcData" style="position: relative;width: 100%;white-space:normal;"> </div> </div> <!-- <div title="??????????????" style="padding: 2px;"> </div> --> </div> </div> </div> </div> </div> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp" %> <script type="text/javascript"> var BASE_URL = "${pageContext.request.contextPath}/third-party/webuploader-0.1.5"; </script> <script type="text/javascript" src="${pageContext.request.contextPath}/third-party/webuploader-0.1.5/webuploader.js"></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/collection/js/holdtransfers.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/global/js/uploadfile.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de