Edit D:\rfid\libsystem\page\collection\holdprocess.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String type=request.getParameter("type"); String title="??????"; if(type.equals("0")){ title="??????"; }else if(type.equals("1")){ title="??????"; }else if(type.equals("2")){ title="??????"; }else if(type.equals("3")){ title="??????"; }else if(type.equals("4")){ 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 location" style="max-width: 100px;width: 10%;">??????????</td> <td class="location" style="width: 20%;"> <select id="location" item-type="record" no-limit="??????????" class="easyui-combobox" style="width:250px;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td location" style="max-width: 100px;width: 10%;">?????????</td> <td class="location" style="width: 20%;"> <select id="curlocation" item-type="record" no-limit="??????????" class="easyui-combobox" style="width:250px;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td doctype" style="max-width: 100px;width: 10%;">??????</td> <td class="doctype"> <select id="doctype" item-type="record" no-limit="??????????" class="easyui-combobox" style="width:250px;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td status" style="max-width: 100px;width: 10%;">???????</td> <td class="status" style="width: 90%;"> <select id="status" item-type="record" required="true" class="easyui-combobox" style="width:250px;height: 28px;" editable="false" data-options=""> <option value="5">???</option> <option value="6">???</option> <option value="7">????</option> <option value="z">???</option> </select> </td> <td class="div-tr-td checkdate" style="max-width: 100px;width: 10%;">??????</td> <td class="checkdate" style="width: 30%;"> <select id="checkdate" item-type="record" class="easyui-datebox" style="width:250px;height: 28px;" editable="false" data-options="prompt:'??????'"> </select> </td> </tr> <tr> <td class="div-tr-td" style="width: 10%;">?????</td> <td > <input id="barcode" required="true" class="easyui-textbox" data-options="prompt:'???????????????'" style="width:250px;height:26px;"> </td> </tr> <tr class="newbarcode"> <td class="div-tr-td" style="width: 10%;">?????</td> <td > <input id="newbarcode" required="true" class="easyui-textbox" data-options="prompt:'???????????'" style="width:250px;height:26px;"> </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> <select id="hldstatus" item-type="record" class="easyui-combobox" style="width:250px;height: 28px;" editable="false" data-options=""> </select> <select id="docsources" item-type="record" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options="prompt:'??????'" > </select> </div> <div class="datagrid-div m-top-3"> <%@ include file="grid/holdgrid.jsp"%> </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_location" 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 location" style="max-width: 100px;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="max-width: 100px;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="max-width: 100px;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="max-width: 100px;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 vType = '<%=type%>'; 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/holdprocess.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