Edit D:\rfid\libsystem\page\application\sys_bonus.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 class="m-top"> <!-- ????? ???????????????? --> <div class="tool-div-para"> <div class="easyui-panel m-top" data-options="fit:true" style="padding: 5px;" > <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-save'" onclick="saveOpacConfig()">???</a> </div> </div> <div class="div-body-box m-top-3"> <div id="setOpacPara" class="easyui-tabs" data-options="fit:true,border:true"> <div title="?????????"> <div class="easyui-panel" data-options="fit:true,border:true" style="margin-top: -1px;"> <input hidden="hidden" id="id"> <div class="table-content" > <table class="table-box rdr-table-input" > <tr> <td class="div-tr-td">??????(??)</td> <td style="width: 15%;"> <input id="csjf" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'??????(??)'"></td> <td class="div-tr-td">??????(??)</td> <td style="width: 15%;"> <input id="ydjf" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'??????(??)'"></td> </tr> <tr> <td class="div-tr-td">??????(??)</td> <td style="width: 15%;"> <input id="cqkc" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'??????(??)'"></td> <td class="div-tr-td">??????(??)</td> <td style="width: 15%;"> <input id="wskc" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'??????(??)'"></td> <td class="div-tr-td">??????(??)</td> <td style="width: 15%;"> <input id="dskc" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'??????(??)'"></td> <td class="div-tr-td">??????(??)</td> <td style="width: 15%;"> <input id="txjf" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'??????(??)'"></td> </tr> <tr> <td class="div-tr-td" colspan="8">??????????????</td> </tr> <tr> <td class="div-tr-td">????????</td> <td style="width: 15%;"> <input id="dj1" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'????????'"></td> </tr> <tr> <td class="div-tr-td">???????</td> <td style="width: 15%;"> <select id="djjs1" item-type="record" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options="panelHeight:'auto'"> <option value="0">??</option> <option value="1">??</option> </select> </td> <td class="div-tr-td">???????????</td> <td style="width: 15%;"> <select id="djhd1" item-type="record" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options="panelHeight:'auto'"> <option value="0">??</option> <option value="1">??</option> </select> </td> <td class="div-tr-td">??????(??)</td> <td style="width: 15%;"> <input id="djts1" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'??????(??)'"></td> <td class="div-tr-td">??????(??)</td> <td style="width: 15%;"> <input id="djjd1" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'??????(??)'"></td> </tr> <tr> <td class="div-tr-td" colspan="8">??????????????</td> </tr> <tr> <td class="div-tr-td">????????</td> <td style="width: 15%;"> <input id="dj2" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'????????'"></td> </tr> <tr> <td class="div-tr-td">???????</td> <td style="width: 15%;"> <select id="djjs2" item-type="record" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options="panelHeight:'auto'"> <option value="0">??</option> <option value="1">??</option> </select> </td> <td class="div-tr-td">???????????</td> <td style="width: 15%;"> <select id="djhd2" item-type="record" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options="panelHeight:'auto'"> <option value="0">??</option> <option value="1">??</option> </select> </td> <td class="div-tr-td">??????(??)</td> <td style="width: 15%;"> <input id="djts2" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'??????(??)'"></td> <td class="div-tr-td">??????(??)</td> <td style="width: 15%;"> <input id="djjd2" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'??????(??)'"></td> </tr> <tr> <td class="div-tr-td" colspan="8">?????????</td> </tr> <td class="div-tr-td">?????????</td> <td style="width: 15%;"> <input id="topnum" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'?????????'"></td> <td class="div-tr-td">??????????????</td> <td style="width: 15%;"> <input id="top1bonus" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'??????????????'"></td> <td class="div-tr-td">?????????</td> <td style="width: 15%;"> <input id="reducebonus" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'?????????'"></td> <td class="div-tr-td"></td> <td style="width: 15%;"> </td> </tr> </table> </div> </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/application/js/sys_bonus.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de