| | |
| | | string usercode = obj["usercode"].ToString(); //用户编码 |
| | | string username = obj["username"].ToString(); //用户名称 |
| | | string password = obj["password"].ToString();//用户密码 |
| | | string payrate = obj["payrate"].ToString();//薪资属性 |
| | | string mobile = obj["mobile"].ToString();//手机号 |
| | | string email = obj["email"].ToString();//邮箱 |
| | | string storg_code = obj["storg_code"].ToString();//所属组织 |
| | |
| | | string role_code = obj["role_code"].ToString();//角色 |
| | | string group_code = obj["group_code"].ToString();//班组 |
| | | string opertype = obj["OperType"].ToString(); //操作类型 |
| | | mes = BasicSettingBLL.AddUpdateUserSave(usercode, username, password, mobile, email, storg_code, status, post_code, role_code, group_code, opertype, us); |
| | | mes = BasicSettingBLL.AddUpdateUserSave(usercode, username, password, payrate,mobile, email, storg_code, status, post_code, role_code, group_code, opertype, us); |
| | | return Json(mes); |
| | | } |
| | | #endregion |