⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setrightsforuser.jsp

📁 基于Sturts+Spring+Hibernate的一个高级销售管理系统。内容丰富
💻 JSP
📖 第 1 页 / 共 2 页
字号:
		  <tr align="left" class="gray">
					<td nowrap="nowrap">
						<label for="rm_add">
							添加客户
						</label>
						<input type="checkbox" name="customerManage" value="CustomerM_ADD"
							id="rm_add" onclick="changeCheckCustomer()" <logic:iterate id="right" name="rights"> <c:if test="${right!='CustomerM_ADD'}">checked</c:if></logic:iterate>s>
					</td>					
					<td nowrap="nowrap">
						<label for="rm_update">
							更新客户
						</label>
						<input type="checkbox" name="customerManage" value="CustomerM_UPDATE"
							id="rm_update" onclick="changeCheckCustomer()" <logic:iterate id="right" name="rights"> <c:if test="${right!='CustomerM_UPDATE'}">checked</c:if></logic:iterate>>
					</td>
					<td nowrap="nowrap">
						<label for="rm_query">
							查询客户
						</label>
						<input type="checkbox" name="customerManage" value="CustomerM_QUERY"
							id="rm_query" onclick="changeCheckCustomer()" <logic:iterate id="right" name="rights"> <c:if test="${right!='CustomerM_QUERY'}">checked</c:if></logic:iterate>>
					</td>
					<td nowrap="nowrap">
						<label for="rm_del">
							删除客户
						</label>
						<input type="checkbox" name="customerManage" value="CustomerM_DEL"
							id="rm_del" onclick="changeCheckCustomer()" <logic:iterate id="right" name="rights"> <c:if test="${right!='CustomerM_DEL'}">checked</c:if></logic:iterate>>
					</td>
				</tr>
				<tr align="center"> 
                  <td height="20" colspan="10">
                  <table width="100%" border="0" cellspacing="0" cellpadding="0" height="2" bgcolor="#D5E4F4">
                 <tr>
                <td></td>
                </tr>
          </table></td></tr>
          <tr class="gray">
					<td nowrap="nowrap" colspan="6">
						<label for="cm_all">
							<strong>联系人管理</strong>
						</label>
						<input type="checkbox" name="contactManage" value="ContactM_ALL" onclick="changeAll(this);"
							id="cm_all" <logic:iterate id="right" name="rights"> <c:if test="${right!='ContactM_ALL'}">checked</c:if></logic:iterate>>
					</td>
		  </tr>
		  <tr align="left" class="gray">
					<td nowrap="nowrap">
						<label for="rm_add">
							添加联系人
						</label>
						<input type="checkbox" name="contactManage" value="ContactM_ADD"
							id="rm_add" onclick="changeCheckContact()" <logic:iterate id="right" name="rights"> <c:if test="${right!='ContactM_ADD'}">checked</c:if></logic:iterate>s>
					</td>					
					<td nowrap="nowrap">
						<label for="rm_update">
							更新联系人
						</label>
						<input type="checkbox" name="contactManage" value=""ContactM_UPDATE"
							id="rm_update" onclick="changeCheckContact()" <logic:iterate id="right" name="rights"> <c:if test="${right!='ContactM_UPDATE'}">checked</c:if></logic:iterate>>
					</td>
					<td nowrap="nowrap">
						<label for="rm_query">
							查询联系人
						</label>
						<input type="checkbox" name="contactManage" value=""ContactM_QUERY"
							id="rm_query" onclick="changeCheckContact()" <logic:iterate id="right" name="rights"> <c:if test="${right!='ContactM_QUERY'}">checked</c:if></logic:iterate>>
					</td>
					<td nowrap="nowrap">
						<label for="rm_del">
							删除联系人
						</label>
						<input type="checkbox" name="contactManage" value=""ContactM_DEL"
							id="rm_del" onclick="changeCheckContact()" <logic:iterate id="right" name="rights"> <c:if test="${right!='ContactM_DEL'}">checked</c:if></logic:iterate>>
					</td>
				</tr>
				<tr align="center"> 
                  <td height="20" colspan="10">
                  <table width="100%" border="0" cellspacing="0" cellpadding="0" height="2" bgcolor="#D5E4F4">
                 <tr>
                <td></td>
                </tr>
          </table></td></tr>
          <tr class="gray">
					<td nowrap="nowrap" colspan="6">
						<label for="cm_all">
							<strong>业务机会管理</strong>
						</label>
						<input type="checkbox" name="busiOpportManage" value="BusiOpportM_ALL" onclick="changeAll(this);"
							id="cm_all" <logic:iterate id="right" name="rights"> <c:if test="${right!='UM_ALL'}">checked</c:if></logic:iterate>>
					</td>
		  </tr>
		  <tr align="left" class="gray">
					<td nowrap="nowrap">
						<label for="rm_add">
							添加业务机会
						</label>
						<input type="checkbox" name="busiOpportManage" value="BusiOpportM_ADD"
							id="rm_add" onclick="changeCheckBusiOpport()" <logic:iterate id="right" name="rights"> <c:if test="${right!='BusiOpportM_ADD'}">checked</c:if></logic:iterate>s>
					</td>					
					<td nowrap="nowrap">
						<label for="rm_update">
							更新业务机会
						</label>
						<input type="checkbox" name="busiOpportManage" value="BusiOpportM_UPDATE"
							id="rm_update" onclick="changeCheckBusiOpport()" <logic:iterate id="right" name="rights"> <c:if test="${right!='BusiOpportM_UPDATE'}">checked</c:if></logic:iterate>>
					</td>
					<td nowrap="nowrap">
						<label for="rm_query">
							查询业务机会
						</label>
						<input type="checkbox" name="busiOpportManage" value="BusiOpportM_QUERY"
							id="rm_query" onclick="changeCheckBusiOpport()" <logic:iterate id="right" name="rights"> <c:if test="${right!='BusiOpportM_QUERY'}">checked</c:if></logic:iterate>>
					</td>
					<td nowrap="nowrap">
						<label for="rm_del">
							删除业务机会
						</label>
						<input type="checkbox" name="roleManage" value="BusiOpportM_DEL"
							id="rm_del" onclick="changeCheckBusiOpport()" <logic:iterate id="right" name="rights"> <c:if test="${right!='BusiOpportM_DEL'}">checked</c:if></logic:iterate>>
					</td>
				</tr>
				<tr align="center"> 
                  <td height="20" colspan="10">
                  <table width="100%" border="0" cellspacing="0" cellpadding="0" height="2" bgcolor="#D5E4F4">
                 <tr>
                <td></td>
                </tr>
          </table></td></tr>
          <tr class="gray">
					<td nowrap="nowrap" colspan="6">
						<label for="cm_all">
							<strong>业务活动管理</strong>
						</label>
						<input type="checkbox" name="busiActivityManage" value="BusiActM_ALL" onclick="changeAll(this);"
							id="cm_all" <logic:iterate id="right" name="rights"> <c:if test="${right!='BusiActM_ALL'}">checked</c:if></logic:iterate>>
					</td>
		  </tr>
		     <tr align="left" class="gray">
					<td nowrap="nowrap">
						<label for="rm_add">
							添加业务活动
						</label>
						<input type="checkbox" name="busiActivityManage" value="BusiActM_ADD"
							id="rm_add" onclick="changeCheckBusiAct()" <logic:iterate id="right" name="rights"> <c:if test="${right!='BusiActM_ADD'}">checked</c:if></logic:iterate>s>
					</td>
					<td nowrap="nowrap">
						<label for="rm_update">
							更新业务活动
						</label>
						<input type="checkbox" name="busiActivityManage" value="BusiActM_UPDATE"
							id="rm_update" onclick="changeCheckBusiAct()" <logic:iterate id="right" name="rights"> <c:if test="${right!='BusiActM_UPDATE'}">checked</c:if></logic:iterate>>
					</td>
					<td nowrap="nowrap">
						<label for="rm_query">
							查询业务活动
						</label>
						<input type="checkbox" name="busiActivityManage" value="BusiActM_QUERY"
							id="rm_query" onclick="changeCheckBusiAct()" <logic:iterate id="right" name="rights"> <c:if test="${right!='BusiActM_QUERY'}">checked</c:if></logic:iterate>>
					</td>
					<td nowrap="nowrap">
						<label for="rm_del">
							删除业务活动
						</label>
						<input type="checkbox" name="busiActivityManage" value="BusiActM_DEL"
							id="rm_del" onclick="changeCheckBusiAct()" <logic:iterate id="right" name="rights"> <c:if test="${right!='BusiActM_DEL'}">checked</c:if></logic:iterate>>
					</td>
				</tr>
				
				<tr align="center"> 
                  <td height="20" colspan="10">
                  <table width="100%" border="0" cellspacing="0" cellpadding="0" height="2" bgcolor="#D5E4F4">
                 <tr>
                <td></td>
                </tr>
          </table></td></tr>
                <tr class="gray">
					<td colspan="6" align="center">
						<label for="datam_all">
							<strong>数据权限</strong>					
					</label></td>
				</tr>
				<tr align="center"> 
                  <td height="20" colspan="10">
                  <table width="100%" border="0" cellspacing="0" cellpadding="0" height="2" bgcolor="#D5E4F4">
                 <tr>
                <td></td>
                </tr>
          </table></td></tr>
				<tr align="left" class="gray">
					<td nowrap="nowrap">
						<label>
							所属客户
						</label>
						<input type="checkbox" name="customerOf" value="CustomerOf"
							id="rm_add"  <logic:iterate id="right" name="rights"> <c:if test="${right!='CustomerOf'}">checked</c:if></logic:iterate>s>
					</td>					
					<td nowrap="nowrap">
						<label >
							所有客户
						</label>
						<input type="checkbox" name="cusotmerAll" value="CusotmerAll"
							id="rm_update"  <logic:iterate id="right" name="rights"> <c:if test="${right!='CusotmerAll'}">checked</c:if></logic:iterate>>
					</td>
					<td nowrap="nowrap">
						<label >
							所属联系人
						</label>
						<input type="checkbox" name="contactOf" value="ContactOf"
							id="rm_query"  <logic:iterate id="right" name="rights"> <c:if test="${right!='ContactOf'}">checked</c:if></logic:iterate>>
					</td>
					<td nowrap="nowrap">
						<label for="rm_del">
							所有联系人
						</label>
						<input type="checkbox" name="contactAll" value="ContactAll"
							id="rm_del" <logic:iterate id="right" name="rights"> <c:if test="${right!='ContactAll'}">checked</c:if></logic:iterate>>
					</td>
					<td nowrap="nowrap">
						<label >
							所属业务机会
						</label>
						<input type="checkbox" name="busiOpportOf" value="BusiOpportOf"
							id="rm_query"  <logic:iterate id="right" name="rights"> <c:if test="${right!='BusiOpportOf'}">checked</c:if></logic:iterate>>
					</td>
					<td nowrap="nowrap">
						<label >
							所有业务机会
						</label>
						<input type="checkbox" name="busiOpportAll" value="BusiOpportAll"
							id="rm_del" onclick="changeCheckRole()" <logic:iterate id="right" name="rights"> <c:if test="${right!='BusiOpportAll'}">checked</c:if></logic:iterate>>
					</td>
				</tr>
		  <tr align="center"> 
                  <td height="20" colspan="10">
                  <table width="100%" border="0" cellspacing="0" cellpadding="0" height="2" bgcolor="#D5E4F4">
                 <tr>
                <td></td>
                </tr>
          </table></td></tr>
				<tr class="gray">
					<td colspan="6">					
						<input type="submit" class="button-blue-ex" value="授 权" />
						
						<input type="button" value="返 回" class="button-blue-ex"
							onclick="history.back(1)" />
						<input type="hidden" name="id" value="${requestScope.userPer.id }">
					</td>
				</tr>
			</table>
		</form>
	</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -