| | |
| | | |
| | | |
| | | |
| | | ViewBag.PayType = _liaotianService.GetSYScode("CooperVisit", "jtype").Select(x => new { code = x.CodeSn, label = x.Comments }).ToList(); |
| | | //ViewBag.PayType = _liaotianService.GetSYScode("CooperVisit", "jtype").Select(x => new { code = x.CodeSn, label = x.Comments }).ToList(); |
| | | |
| | | ViewBag.DeptId = _hrDeptService.GetList().Select(x => new { code = x.Id, label = x.DeptName }).ToList(); |
| | | |
| | |
| | | ViewData["UserId"] = _userService.GetList(); |
| | | |
| | | ViewData["DeptId"] = _hrDeptService.GetList(); |
| | | ViewData["WorkPro"] = _fiPiecerateService.GetList(); |
| | | ViewData["WorkPro"] = _fiPiecerateService.GetList().Where(x=>x.Standard == "A").ToList(); |
| | | |
| | | ViewData.Model = dto; |
| | | return View(); |
| | |
| | | data.Creater = curentuser.Id; |
| | | data.Createtime = DateTime.Now; |
| | | } |
| | | data.DeptId = _userService.GetPltUserEntity(data.UserId).DeptId; |
| | | data.Modifier = curentuser.Id; |
| | | data.Modifytime = DateTime.Now; |
| | | |
| | | |
| | | |
| | | ResultEntity resultEntity = _admPieceCheckService.save(data); |
| | | |
| | | return new JsonResult(resultEntity); |