| | |
| | | |
| | | |
| | | |
| | | 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(); |