SSH---------------添加用户的角色显示

1、jsp

<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
<!-- 导入jquery核心类库 -->
<script type="text/javascript"
   src="${pageContext.request.contextPath }/js/jquery-1.8.3.js"></script>
<!-- 导入easyui类库 -->
<link rel="stylesheet" type="text/css"
   href="${pageContext.request.contextPath }/js/easyui/themes/default/easyui.css">
<link rel="stylesheet" type="text/css"
   href="${pageContext.request.contextPath }/js/easyui/themes/icon.css">
<link rel="stylesheet" type="text/css"
   href="${pageContext.request.contextPath }/js/easyui/ext/portal.css">
<link rel="stylesheet" type="text/css"
   href="${pageContext.request.contextPath }/css/default.css">    
<script type="text/javascript"
   src="${pageContext.request.contextPath }/js/easyui/jquery.easyui.min.js"></script>
<script type="text/javascript"
   src="${pageContext.request.contextPath }/js/easyui/ext/jquery.portal.js"></script>
<script type="text/javascript"
   src="${pageContext.request.contextPath }/js/easyui/ext/jquery.cookie.js"></script>
<script
   src="${pageContext.request.contextPath }/js/easyui/locale/easyui-lang-zh_CN.js"
   type="text/javascript"></script>
<script type="text/javascript">
   $(function(){
      $("body").css({visibility:"visible"});
      $.post("${pageContext.request.contextPath}/roleAction_listJson.action",function (data) {


            for(var i=0;i<data.length;i++) {
               var item = data[i];
               var inputTag = '<input type="checkbox" id="' + item.id + '"  name="roleIds">' + item.name;
               $('#fundids').append(inputTag);
            }

      });
      $('#save').click(function(){
         $('#form').submit();
      });
   });
</script>  
</head>
<body class="easyui-layout" style="visibility:hidden;">
   <div region="north" style="height:31px;overflow:hidden;" split="false" border="false" >
      <div class="datagrid-toolbar">
         <a id="save" icon="icon-save" href="#" class="easyui-linkbutton" plain="true" >保存</a>
      </div>
   </div>
    <div region="center" style="overflow:auto;padding:5px;" border="false">
       <form id="form" method="post" >
           <table class="table-edit"  width="95%" align="center">
                  <tr class="title"><td colspan="4">基本信息</td></tr>
                  <tr><td>用户名:</td><td><input type="text" name="username" id="username" class="easyui-validatebox" required="true" /></td>
               <td>口令:</td><td><input type="password" name="password" id="password" class="easyui-validatebox" required="true" validType="minLength[5]" /></td></tr>
            <tr class="title"><td colspan="4">其他信息</td></tr>
                  <tr><td>工资:</td><td><input type="text" name="salary" id="salary" class="easyui-numberbox" /></td>
               <td>生日:</td><td><input type="text" name="birthday" id="birthday" class="easyui-datebox" /></td></tr>
                  <tr><td>性别:</td><td>
                     <select name="gender" id="gender" class="easyui-combobox" style="width: 150px;">
                        <option value="">请选择</option>
                        <option value="男">男</option>
                        <option value="女">女</option>
                     </select>
                  </td>
               <td>单位:</td><td>
               <select name="station" id="station" class="easyui-combobox" style="width: 150px;">
                        <option value="">请选择</option>
                        <option value="总公司">总公司</option>
                        <option value="分公司">分公司</option>
                        <option value="厅点">厅点</option>
                        <option value="基地运转中心">基地运转中心</option>
                        <option value="营业所">营业所</option>
                     </select>
            </td></tr>
            <tr>
               <td>联系电话</td>
               <td colspan="3">
                  <input type="text" name="telephone" id="telephone" class="easyui-validatebox" required="true" />
               </td>
            </tr>
                  <tr><td>备注:</td><td colspan="3"><textarea style="width:80%"></textarea></td></tr>
            <tr><td>角色:</td><td colspan="3" id="fundids"></td></tr>
           </table>
       </form>
   </div>
</body>
</html>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值