@model DTO.CooperVisitDTO @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; //跟踪建议 List ActionInfo2 = ViewData["ActionInfo2"] as List; } @{ Layout = null; } @(SiteConfig.SiteName) @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@
 基本信息
@if (customer.Count > 0) { } else { @Model.ViscustomerName }