@model WX.CRM.Model.Entity.RES_CUSTOMER @using WX.CRM.WebHelper; @using WX.CRM.Model @using WX.CRM.Common; @using System.Web.UI.WebControls; @using WX.CRM.Model.Enum; @{ Layout = null; var callout = ViewBag.CallOutPhone as IEnumerable; var calloutdefault = ViewBag.CallOutPhoneDefault as IEnumerable; }
客户联系方式 @*添加手机  *@ @if (callout != null) { @Html.RadioButtonList("CallOutNum", callout, calloutdefault) } 添加 @{ var list = ViewBag.ResCustList as List; if (list != null && list.Count > 1) { 解绑 } } 获取号码 @* | 客户归属 *@
@{ bool IsShowWeiXinZhuShou = (bool)ViewBag.IsShowWeiXinZhuShou; } @{int n = 0; } @foreach (var item in ViewBag.ResCustList as List) { n++; var companyNames = (ViewBag.CustomerMoblieList as List).Where(x => x.Resid == item.RESID || x.CustomerId == item.RESID) .Select(x => x.CompanyName).ToList(); @**@ @if (ViewBag.IsFromHg == 1) { } else { } @**@ @*@if (IsShowWeiXinZhuShou) { }*@ if (ViewBag.CanShowMoile == "1") { } }
@item.UMID @item.LASTNUM3 @*@if (ViewBag.GJSSJKF == "1") {*@
@*} *@
@item.map_MobileArea @if (item.RES_CUSTOMERDETAIL.ISPRIMARYNUM == 1) { 主号码 } else { } @**@ 发送短信 添加到微信助手 @Html.Raw(companyNames == null || !companyNames.Any() ? "合规" : string.Join(",", companyNames))
@{ var ishgcustomer = Request.QueryString["hgCustomer"];} @if (ishgcustomer == "1") { } else { }