@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; //部门 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++) {
 
} }