@model DTO.CooperatecustomCustomerDTO @using DTO; @using zhengcaioa.Models; @{ // List zhuanjia = ViewData["zhuanjia"] as List; //专家 List users = ViewData["users"] as List; //采购方式 List sheng = ViewData["sheng"] as List; //省 List shi = ViewData["shi"] as List; //市 List quxian = ViewData["quxian"] as List; //区县 List khlx = ViewData["khlx"] as List; //客户类型 List khly = ViewData["khly"] as List; //客户来源 List hyfl = ViewData["hyfl"] as List; //行业分类 List DeptId = ViewData["DeptId"] as List; //部门 List visitlishi = ViewData["visitlishi"] as List; //合作客户 ResultDataEntity yinyezhizhao = ViewBag.yinyezhizhao as ResultDataEntity; //营业执照 List yinyezhizhaosssss = new List(); if (yinyezhizhao.DataList != null) { yinyezhizhaosssss = yinyezhizhao.DataList; } ResultDataEntity shenfenzheng = ViewBag.shenfenzheng as ResultDataEntity; //法人身份证 List shenfenzhengsssss = new List(); if (shenfenzheng.DataList != null) { shenfenzhengsssss = shenfenzheng.DataList; } List ActionInfo2 = ViewData["ActionInfo2"] as List; //string[] arrJobLevel = (Model.Zhuanjia ?? "").Split(','); } @{ Layout = null; } @(SiteConfig.SiteName) @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@ @**@
 基本信息
 客户资料
是否添加微信 @if (Model.Shifoutianjiaweixin == "A") { } else { }
@{ for (int i = 0; i < yinyezhizhaosssss.Count; i++) {
 
} }
@{ for (int i = 0; i < shenfenzhengsssss.Count; i++) {
 
} }
@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
}