Edit D:\rfid\apache-tomcat-8.5.32\webapps\libsystem\page\circulation\cir_logistics_accept.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 = "??????"; String toolid = "4581"; %> <!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-search'" onclick="searchHoldRecord()">???</a> <%if(MyJspUtils.checkAuthority(session,""+toolid+"01")){%> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-check-circle'" onclick="onSendHandler()">???</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: 86px;"> <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"> <input id="id" item-type="record" hidden="hidden"></input> <input id="logcurlib" item-type="record" hidden="hidden"></input> <input id="logcurloc" item-type="record" hidden="hidden"></input> <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 style="width: 20%;"> <select id="logtaglib" 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 style="width: 20%;"> <select id="logtagloc" 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 style="width: 20%;"> </td> <td class="div-tr-td location" style="max-width: 100px;width: 10%;"></td> <td style="width: 20%;"> </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> </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:'east',collapsible:false" title="????????????" style="width:100%; "> <div class="bib-html-data"></div> </div> </div> </div> </div> <!-- ????????? --> <div class="datagrid-div m-top-3"> <table title="???????" id="LogisticsDataGridList" 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:'hldid'" width="80">????????</th> <th data-options="field:'bibid'" width="80">????????</th> <th data-options="field:'resid'" width="80">???????????</th> <th data-options="field:'logno'" width="80">???????</th> <th data-options="field:'type',formatter:onShowLogisticsTypeName" width="80">???????</th> <th data-options="field:'logcurlib',formatter:onShowLibName" width="80">????????</th> <th data-options="field:'logcurloc',formatter:onShowLocationName" width="80">????????</th> <th data-options="field:'logbarcode'" width="80">?????</th> <th data-options="field:'logtaglib',formatter:onShowDocTypeName" width="80">????????</th> <th data-options="field:'logtagloc'" width="80">????????</th> <th data-options="field:'logdate',formatter:onShowFmtDate" width="80">???????</th> <th data-options="field:'logtime',formatter:onShowFmtTime" width="80">???????</th> <th data-options="field:'note'" width="80">???</th> </tr> </thead> </table> </div> <div id="cirLogDlgButtons" 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-check-circle'" onclick="onStartAccept()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'fa fa-close'" onclick="javascript:$('#cirLogDlg').dialog('close')">???</a> </td> </tr> </table> </div> <div id="cirLogDlg" class="easyui-dialog" title="????????????" style="width:800px;height:500px;padding:10px;" data-options=" modal:true,closed:true,resizable:false, iconCls: 'fa fa-cog', toolbar: '#cirLogDlgButtons' "> <div> <div class="easyui-panel" data-options="border:true"> <div class="cirinfo-html-data"></div> </div> </div> </div> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp" %> <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/circulation/js/cir_logistics_accept.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de