@model DTO.IntentionVisitDTO @using DTO; @using zhengcaioa.Models; @{ List customer = ViewData["customer"] as List; //意向客户 List visType = ViewData["visType"] as List; //拜访方式 List jtype = ViewData["jtype"] as List; //访问业务 List zw = ViewData["zw"] as List; //职务 List yx = ViewData["yx"] as List; //成交意向 List jy = ViewData["jy"] as List; //跟踪建议 string IsYwjl = ViewBag.IsYwjl as string; List Duanxin = ViewData["Duanxin"] as List; //短信 List visitlishi = ViewData["visitlishi"] as List; //意向客户 List ActionInfo2 = ViewData["ActionInfo2"] as List; } @{ Layout = null; } @(SiteConfig.SiteName) @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@
 基本信息
@if (customer.Count > 0) { } else { @Model.ViscustomerName }
@if (visitlishi.Count > 0) { @{ int i = 1; } @foreach (var visitDTO in visitlishi) { i++; }
编号 拜访时间 客户单位 拜访方式 接待人 职务 交谈类容 客户反馈 成交意向 跟踪建议 访问人
@i @visitDTO.VistimeName @visitDTO.Name @visitDTO.VisTypeName @visitDTO.Jdr @visitDTO.ZwName @visitDTO.Talk @visitDTO.Khfk @visitDTO.YxName @visitDTO.JyName @visitDTO.CreaterName
}