📄 insertshangrights.jsp
字号:
<jsp:useBean id="global" class="src.com.MyGlobal" scope="session"/>
<% if (global.isLogined == false) {
%>
<jsp:forward page="../pub/DBErr.jsp" >
<jsp:param name="rtcode" value="-4" />
</jsp:forward>
<% }
%>
<%
String roleId = request.getParameter("roleId");
%>
<html>
<head>
<title>角色操作信息</title>
<link rel="stylesheet" href="../pub/liststyle.css">
<script language="JavaScript" src="../pub/pub.js"></script>
</head>
<body>
<form action="ShangRightsProcess.jsp" method="post">
<input type="hidden" name="roleId" value="<%=roleId%>">
基本操作:
<table border="1">
<tr>
<td> </td>
<td>产品</td>
<td>产品分类</td>
<td>公司</td>
<td>部门</td>
<td>客户</td>
<td>职员</td>
<td>角色</td>
<td>帐号</td>
</tr>
<tr>
<td>增加</td>
<td><input type="checkbox" name="checkbox" value="10101"></td>
<td><input type="checkbox" name="checkbox" value="10201"></td>
<td><input type="checkbox" name="checkbox" value="10301"></td>
<td><input type="checkbox" name="checkbox" value="10401"></td>
<td><input type="checkbox" name="checkbox" value="10501"></td>
<td><input type="checkbox" name="checkbox" value="10601"></td>
<td><input type="checkbox" name="checkbox" value="10701"></td>
<td><input type="checkbox" name="checkbox" value="10801"></td>
</tr>
<tr>
<td>修改</td>
<td><input type="checkbox" name="checkbox" value="10102"></td>
<td><input type="checkbox" name="checkbox" value="10202"></td>
<td><input type="checkbox" name="checkbox" value="10302"></td>
<td><input type="checkbox" name="checkbox" value="10402"></td>
<td><input type="checkbox" name="checkbox" value="10502"></td>
<td><input type="checkbox" name="checkbox" value="10602"></td>
<td><input type="checkbox" name="checkbox" value="10702"></td>
<td><input type="checkbox" name="checkbox" value="10802"></td>
</tr>
<tr>
<td>查询</td>
<td><input type="checkbox" name="checkbox" value="10103"></td>
<td><input type="checkbox" name="checkbox" value="10203"></td>
<td><input type="checkbox" name="checkbox" value="10303"></td>
<td><input type="checkbox" name="checkbox" value="10403"></td>
<td><input type="checkbox" name="checkbox" value="10503"></td>
<td><input type="checkbox" name="checkbox" value="10603"></td>
<td><input type="checkbox" name="checkbox" value="10703"></td>
<td><input type="checkbox" name="checkbox" value="10803"></td>
</tr>
</table>
<p>
分管业务
<br>
<input type="checkbox" name="checkbox" value="30100">进出口管理<br>
<input type="checkbox" name="checkbox" value="30200">仓库管理<br>
<input type="checkbox" name="checkbox" value="30300">财务管理<br>
<input type="checkbox" name="checkbox" value="30400">易耗品管理<br>
<p>
选择报表
<p>
<input type="submit" name="insert" value="增加">
<input type="reset" value="重置">
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -