| | |
| | | |
| | | ViewBag.Pieceratetype = _liaotianService.GetSYScode("CooperVisit", "jtype").Select(x => new { code = x.CodeSn, label = x.Comments }).ToList(); |
| | | |
| | | |
| | | ViewBag.Standard = _liaotianService.GetSYScode("system", "shifou").Select(x => new { code = x.CodeSn, label = x.Comments }).ToList(); |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | ViewData["Pieceratetype"] = _liaotianService.GetSYScode("CooperVisit", "jtype"); |
| | | //ViewData["Pieceratetype"] = _liaotianService.GetSYScode("CooperVisit", "jtype"); |
| | | |
| | | ViewData["Standard"] = _liaotianService.GetSYScode("fi_piecerate", "standard"); |
| | | |
| | | //ViewData["Standard"] = _liaotianService.GetSYScode("fi_piecerate", "standard"); |
| | | ViewData["Standard"] = _liaotianService.GetSYScode("system", "shifou"); |
| | | ViewData.Model = dto; |
| | | return View(); |
| | | } |
| | |
| | | var curentuser = JsonConvert.DeserializeObject<PltUser>(HttpContext.Session.GetString("User")); |
| | | ViewData["curentuser"] = curentuser; |
| | | data.RecStatus = "A"; |
| | | //data.Standard = "01"; |
| | | data.CreatedAtTime = DateTime.Now; |
| | | if (String.IsNullOrEmpty(data.Id)) |
| | | { |
| | | data.Creater = curentuser.Id; |