Edit D:\rfid\apache-tomcat-8.5.32\webapps\libsystem\page\parameter\cat_locationbyclassno.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="??????????????"; String toolid ="6411"; %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title><%=title %>???</title> <%@ include file="../global/linkcss.jsp" %> </head> <body> <!-- ????? ???????????????? --> <%@ include file="com_toolbar.jsp" %> <div class="m-top-3"> <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> ????? <input id="search_code" item-type="search" handler-type="1" style="width:200px;height: 24px;" class="easyui-textbox" data-options="buttonText:'???',buttonIcon:'e-icon-search fa fa-search',prompt:'???????????',onClickButton:function(){searchRecord()}" style="width:250px;height:26px;"> </div> </div> <!--??? ?????? ??????--> <div class="m-top datagrid-div"> <table id="datagrid-single" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns:true,pagination:true,pageSize:30"> <thead> <tr> <th data-options="field:'code',align:'center'" width="50">?????</th> <th data-options="field:'libcode',align:'center',formatter:onShowLibName" width="80"><%=globalLibName%>???</th> <th data-options="field:'copies',align:'center'" width="80">?????</th> <th data-options="field:'note',align:'center'" width="50">???</th> </tr> </thead> </table> </div> <!--???????????indow???--> <div id="win" class="easyui-dialog" title="<%=title %>???" style="width:930px;height:760px;padding:10px;" data-options=" modal:true,toolbar:'#dlg-toolbar',closed:true,resizable:false,collapsible:false,minimizable:false,maximizable:false,iconCls:'fa fa-gear', onResize:function(){ $(this).window('center'); }"> <!--???????????--> <%@ include file="com_savebar.jsp" %> <div class="table-content"> <input id="paramjson" item-type="record" hidden="hidden"></input> <input id="id" item-type="record" hidden="hidden"></input> <table class="table-box table-input" > <tr> <td class="div-tr-td" style="min-width: 80px;">?????</td> <td ><input id="code" item-type="record" class="easyui-textbox" required="true" style="width:100%;height: 32px;" data-options="prompt:'??????????????????????????A~B???*???????????????????????????????'"></td> <td class="div-tr-td" style="background-color: #f5f5f5;min-width: 80px;" ><%=globalLibName%></td> <td ><select id="libcode" item-type="record" class="easyui-combobox" required="true" style="width:100%;height: 32px;" editable="false" data-options=""> </select></td> </tr> <tr> <td class="div-tr-td" style="min-width: 80px;">?????</td> <td ><input id="copies" item-type="record" class="easyui-numberbox" required="true" style="width:100%;height: 32px;"></td> <td class="div-tr-td" style="background-color: #f5f5f5;min-width: 80px;" >???</td> <td ><input id="note" item-type="record" class="easyui-textbox" style="width:100%;height: 32px;" data-options="prompt:'???????????'"></td> </tr> </table> <table class="table-box table-input" > <tr> <td class="div-tr-td" style="width: 30%;">???????????????</td> <td > <select id="ruleList" class="easyui-combobox" style="width:100%;height: 28px;" data-options=""> </select> </td> </tr> </table> </div> <div style="height: 600px;"> <div class="easyui-panel" title="??????????????" data-options="fit:true,border:false" style="margin-top: -1px;"> <div class="table-content" style="width: 100%;margin: auto;"> <table class="table-box rdr-table-input" > <tr> <td class="div-tr-td" ><%=globalLibName%></td> <td style="width: 200px;"> <select id="copiesLibcode" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" >??????</td> <td style="width: 200px;"> <select id="copiesLocation" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> </td> </tr> <tr> <td class="div-tr-td" >??????</td> <td> <select id="copiesDoctype" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" >?????</td> <td><input id="copiesCopies" class="easyui-numberbox" style="width:100%;height: 28px;" min="1" data-options="prompt:'?????????,??????'"></td> </tr> </table> <div style="height: 210px;"> <table title="??????????????" id="setCopiesDataGridList" class="easyui-datagrid edit-grid-data" style="margin-top: -1px;" data-options="singleSelect:true,toolbar:'#showCopiesToolBar',fit:true,fitColumns:true,striped:true" > <thead> <tr> <th data-options="field:'libcode',formatter:onShowLibName" width="80"><%=globalLibName%></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:'copies'" width="80">?????</th> </tr> </thead> </table> <div id="showCopiesToolBar" style="padding:2px 0;display: none;"> <a href="javascript:void(0)" class="easyui-linkbutton" onclick="copiesController.prototype.deleteRow()" data-options="plain:true,iconCls:'e-icon fa fa-trash'" >???</a> <a href="javascript:void(0)" class="easyui-linkbutton" onclick="copiesController.prototype.undoRows()" data-options="plain:true,iconCls:'e-icon fa fa-undo'" >???</a> <a href="javascript:void(0)" class="easyui-linkbutton" onclick="copiesController.prototype.saveRows()" data-options="plain:true,iconCls:'e-icon fa fa-save'" >???</a> <label style="color: red;">?????????????????????????????????</label> </div> </div> <div style="height: 250px;margin-top: -1px;"> <table title="??????????????" id="page_copiesDataGridList" item-type="paramjson" class="easyui-datagrid edit-grid-data" style="margin-top: -1px;" data-options="singleSelect:true,toolbar:'#showCopiesToolBar1',fit:true,fitColumns:true,striped:true" > <thead> <tr> <th data-options="field:'rule'" hidden="hidden">???</th> <th data-options="field:'name'" style="width: 90%;">???</th> <th data-options="field:'copies'" style="width: 10%;">?????</th> </tr> </thead> </table> <div id="showCopiesToolBar1" style="padding:2px 0;display: none;"> <a href="javascript:void(0)" class="easyui-linkbutton" onclick="copiesController.prototype.deleteRuleRow()" data-options="plain:true,iconCls:'e-icon fa fa-trash'" >???</a> <a href="javascript:void(0)" class="easyui-linkbutton" onclick="copiesController.prototype.arrowUpRow()" data-options="plain:true,iconCls:'e-icon fa fa-arrow-up'" >???</a> <a href="javascript:void(0)" class="easyui-linkbutton" onclick="copiesController.prototype.arrowDownRow()" data-options="plain:true,iconCls:'e-icon fa fa-arrow-down'" >???</a> </div> </div> </div> </div> </div> </div> <input id="controller_id" get-code="false" hidden="hidden" value="defloc"></input> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp"%> <script type="text/javascript" src="${pageContext.request.contextPath}/page/parameter/js/parameter_public.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/parameter/js/cat_locationbyclassno.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