Edit D:\rfid\apache-tomcat-8.5.32\webapps\libsystem\page\parameter\sys_comcodenmae.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 = "1"; String title = ""; String toolid ="6212"; if(request.getParameter("type") != null){ type = request.getParameter("type") ; } if(type.equals("0")){ title = "???"; toolid ="6212"; } if(type.equals("1")){ title = "??????"; toolid ="6213"; } if(type.equals("2")){ title = "??????"; toolid ="6214"; } if(type.equals("3")){ title = "???????"; toolid ="6215"; } if(type.equals("4")){ title = "????????"; toolid ="6216"; } %> <!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="tool-div-para"> <div class="easyui-panel" id="ddddddd" 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="searchRecord()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-plus'" onclick="insertRecord()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-edit '" onclick="updateRecord()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-trash'" onclick="deleteRecord()" >???</a> </div> </div> --> <div class="m-top-3" style="display: none;"> <div class="easyui-panel" data-options="" style="padding: 5px;width: 100%;"> <input id="search_type" item-type="search" item-type="record" hidden="hidden"> </div> </div> <!--??? ?????? ??????--> <div class="m-top datagrid-div" style="height: 100%;width:100%;"> <table id="datagrid-single" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns:true,pagination:true,pageList:[10,30,50,100,200,500],pageSize:30,striped:true"> <thead> <tr> <!-- <th data-options="field:'libcode',formatter:onShowLibName" width="100"><%=globalLibName%>???</th> --> <th data-options="field:'code'" width="100">???</th> <th data-options="field:'name'" width="100">???</th> <th data-options="field:'sortfld'" width="100">??????</th> <th data-options="field:'note'" width="100">???</th> </tr> </thead> </table> </div> <!--???????????indow???--> <div id="win" class="easyui-dialog" title="<%=title%>???" style="width:500px;height:310px;padding:10px" data-options=" modal:true,toolbar:'#dlg-toolbar',closed:true,resizable:false,collapsible:false,minimizable:false,maximizable:false,iconCls:'fa fa-gear'"> <!--???????????--> <%@ include file="../parameter/com_savebar.jsp"%> <div class="table-content"> <input id="type" item-type="record" hidden="hidden" keep-value="true"> <input id="id" item-type="record" hidden="hidden"></input> <table class="table-box table-input"> <!-- <tr> <td style="width:30%;"><%=globalLibName%></td> <td style="width:70%;"><select id="libcode" item-type="record" class="easyui-combobox" required="true" style="width:100%;height: 28px;" editable="false" data-options=""> </select></td> </tr> --> <tr> <td>???</td> <td><input id="code" insert-check="repeat" item-type="record" update-readonly="true" class="easyui-textbox" required="true" style="width:100%;height: 28px;"></td> </tr> <tr> <td style="width:30%;">???</td> <td style="width:70%;"> <input id="name" item-type="record" class="easyui-textbox" required="true" style="width:100%;height: 28px;" data-options="prompt:'??????'"> </td> </tr> <tr> <td>??????</td> <td> <input id="sortfld" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'???????????????????9999'"></input> </td> </tr> <tr> <td>???</td> <td><input id="note" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???????????'"></td> </tr> </table> </div> </div> <input id="controller_id" hidden="hidden" value="comcodename"></input> <%@ 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/parameter/js/parameter_public.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript"> var type = '<%=type%>'; </script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/parameter/js/sys_comcodenmae.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de