Edit D:\rfid\libsystem\page\parameter\cir_cirrule.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>??????????</title> <%@ include file="../global/linkcss.jsp" %> </head> <body> <!-- ????? ???????????????? --> <%@ include file="com_toolbar.jsp" %> <div class="tool-div-serach m-top-3" style="height: 40px;"> <div class="easyui-panel" data-options="" style="padding: 5px;width: 100%;"> (????) ???: <select id="search_libcode" item-type="search" no-limit="" class="easyui-combobox" required="true" editable="false" style="width:220px;height: 26px;" data-options=""> </select> ???????: <select id="search_rdrtype" item-type="search" no-limit="" class="easyui-combobox" required="true" editable="false" style="width:220px;height: 26px;" data-options=""> </select> ??????: <select id="search_doctype" item-type="search" no-limit="" class="easyui-combobox" required="true" editable="false" style="width:220px;height: 26px;" data-options=""> </select> ??????: <select id="search_loanrule" item-type="search" no-limit="" class="easyui-combobox" required="true" editable="false" style="width:220px;height: 26px;" data-options=""> </select> </div> </div> <!--??? ?????? ??????--> <div class="m-top datagrid-div"> <table id="datagrid-single" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns:true"> <thead> <tr> <th data-options="field:'id',hidden:'true' " width="0">id</th> <th data-options="field:'libcode',align:'center',formatter:onShowLibNameAndCode" width="100">???</th> <th data-options="field:'rdrtype',align:'center',formatter:onShowRdrtypeNameAndCode" width="80">???????</th> <th data-options="field:'doctype',align:'center',formatter:onShowDoctypeNameAndCode" width="80">??????</th> <th data-options="field:'loanrule',align:'center',formatter:onShowLoanruleNameAndCode" width="80">??????</th> </tr> </thead> </table> </div> <!--???????????indow???--> <div id="win" class="easyui-dialog" title="??????????" style="width:500px;height:500px;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="com_savebar.jsp" %> <div class="table-content"> <input id="id" item-type="record" hidden="hidden"></input> <table class="table-box table-input" > <tr> <td style="width:30%;">??????</td> <td style="width:70%;"> <select id="libcode" item-type="record" class="easyui-combobox" required="true" editable="false" data-options="fit:true"> </select> </td> </tr> <tr> <td >???????</td> <td > <select id="rdrtype" item-type="record" class="easyui-combobox" required="true" editable="false" data-options="fit:true"> </select> </td> </tr> <tr> <td >??????</td> <td> <select id="doctype" item-type="record" class="easyui-combobox" required="true" editable="false" data-options="fit:true"> </select> </td> </tr> <tr> <td >??????</td> <td > <select id="loanrule" item-type="record" class="easyui-combobox" required="true" editable="false" data-options="fit:true"> </select> </td> </tr> </table> </div> <!--??????--> <div style="height: 200px;width:100%;" class="m-top"> <div class="easyui-panel" title="??????" data-options="fit:true" style="padding: 5px;"> <ul id="location" class="easyui-tree" data-options="animate:true,checkbox:true"></ul> </div> <!-- <table id="location" item-type="record" title="??????" class="easyui-datagrid" data-options="fit:true"> <thead> <tr> <th data-options="field:'ck',checkbox:true"></th> <th data-options="field:'code',align:'center'" width="80">??????</th> <th data-options="field:'name',align:'center'" width="100">??????</th> </tr> </thead> </table> --> </div> </div> <input id="controller_id" hidden="hidden" value="cirrule"></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/sys_operator.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/parameter/js/cir_cirrule.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/parameter/js/parameter_filter.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de