username@email.com
2021-06-21 83280d90d12545d36a301c437c7d9095f190aac3
zhengcaioa/zhengcaioa/Controllers/admin/AdmPieceCheckController.cs
@@ -63,7 +63,7 @@
            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();
@@ -101,7 +101,7 @@
            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();