@using WX.CRM.Model.Entity @using WX.CRM.Common @{ Layout = null; }
客户微信
@{ int wkeid = (int)ViewBag.WorkwxEid; string RoleCode = (string)ViewBag.RoleCodes; bool isShowAllOrSelf = false; if (RoleCode.IndexOf("[ZJ]") > -1 || RoleCode.IndexOf("[GLY]") > -1 || RoleCode.IndexOf("[ZJZG]") > -1 || RoleCode.IndexOf("[ZJZL]") > -1) { isShowAllOrSelf = true; } } @if (isShowAllOrSelf == true) { } @foreach (System.Data.DataRow item in (ViewBag.RcontactList as System.Data.DataTable).Rows) { int eid = Convert.ToInt32(item["eid"]); //if (isShowAllOrSelf == true || wkeid == eid) //{ @if (isShowAllOrSelf == true) { } //} }
用户名 昵称 微信号备注工作微信号 客服昵称 员工 绑定时间
@Html.Raw(item["username"]) @Html.Raw(WX.CRM.Common.Utility.ReplaceMobile(item["nickname"])) @Html.Raw(item["alias"])@Html.Raw(WX.CRM.Common.Utility.ReplaceMobile(item["conremark"]))@Html.Raw(item["wokalias"]) @Html.Raw(item["woknickname"]) @Html.Raw(item["eid"].ToString() + "-" + item["uname"].ToString()) @Html.Raw(item["bindrestime"])