Edit D:\rfid\apache-tomcat-8.5.32\webapps\libsystem\page\catalogue\classification.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; //String sysid_type = request.getParameter("type"); String toolid ="2510"; %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>?????????</title> <%@ include file="../global/linkcss.jsp" %> </head> <body> <!-- ????? ???????????????? --> <%@ include file="../parameter/com_toolbar.jsp" %> <!-- <div class="tool-div m-top"> <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"> <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> </select> ?????? <select id="search_classlevel" no-limit="" item-type="search" init-select="" class="easyui-combobox" style="width:140px;height: 24px;" editable="false" data-options=""> <option value="">???</option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> </select> </select> ????????? <select id="search_stattype" no-limit="" item-type="search" init-select="" class="easyui-combobox" style="width:140px;height: 24px;" editable="false" data-options=""> <option value="">???</option> <option value="0">??</option> <option value="1">??</option> </select> ?????<input id="search_code" item-type="search" handler-type="1" 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'" width="20%">?????</th> <th data-options="field:'name',align:'center'" width="40%">??????</th> <th data-options="field:'classlevel',align:'center'" width="10%">??????</th> <th data-options="field:'stattype',align:'center'" width="10%" formatter="myStattypeFormatter">??????</th> <th data-options="field:'note',align:'center'" width="20%">???</th> </tr> </thead> </table> </div> <!--???????????indow???--> <div id="win" class="easyui-dialog" title="?????????" style="width:500px;height:300px;padding:10px;" data-options=" modal:true,closed:true,toolbar:'#dlg-toolbar',resizable:false,collapsible:false,minimizable:false,maximizable:false,iconCls:'fa fa-gear', onResize:function(){ $(this).window('center'); }"> <!--???????????--> <%@ include file="../parameter/com_savebar.jsp"%> <div class="table-content"> <table class="table-box table-input"> <tr> <td style="width:30%;">??????</td> <td><input id="code" update-readonly="true" item-type="record" class="easyui-textbox" required="true" style="width:100%;height: 32px;" data-options="validType:'length[1,9]'" ></td> </tr> <tr> <td style="width:30%;">??????</td> <td><input id="name" item-type="record" class="easyui-textbox" required="true" style="width:100%;height: 32px;"></td> </tr> <tr style="display: none;"> <td>??????</td> <td><input id="classlevel" item-type="record" class="easyui-numberbox" style="width:100%;height: 32px;" data-options="min:1,max:9" ></td> </tr> <tr > <td>??????</td> <td><select id="stattype" item-type="record" class="easyui-combobox" style="width:100%;height: 32px;" editable="false" data-options=""> <option value="0">??</option> <option value="1">??</option> </select></td> <%--<td><input id="stattype" item-type="record" type="checkbok"></td>--%> </tr> <tr> <td>???</td> <td><input id="note" item-type="record" class="easyui-textbox" style="width:100%;height: 32px;" ></td> </tr> </table> </div> </div> <input id="controller_id" hidden="hidden" value="lib/bookclass"></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/catalogue/js/classification.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript"> function saveRecordOk(record){ var url = controller_url + operation; if(record.code.length>9){ return openMessageDlg("??????????????????9??"); } record.classlevel = record.code.length; $.post(url, record, function(data) { openMessageDlg(data.message); if (data.status == "0") { closeWin(data); loadGridData(data); } }, 'json'); } </script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de