zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs
@@ -80,6 +80,8 @@ ViewBag.users = _userService.GetList().Where(x => x.IsYwjl == "A").Select(x => new { code = x.Id, label = x.UserName }).ToList(); ViewBag.creater = _userService.GetList().Select(x => new { code = x.Id, label = x.UserName }).ToList(); ViewBag.Viscustomer = Viscustomer; ViewBag.IsYwjl = IsYwjl; @@ -112,6 +114,14 @@ { dto.Viscustomer = Viscustomer; } dto.VisType = "01"; dto.Jtype = "02"; dto.Jdr = "02"; dto.Talk = "介绍公司业务内容和产品。"; dto.Yx = "03"; dto.Jy = "02"; }