@using WX.CRM.Common @using WX.CRM.Model.QueryMap @using WX.CRM.WebHelper @{ Layout = null; }
微信信息
@{ System.Data.DataTable tab = ViewBag.modelList as System.Data.DataTable; } @{ 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 (tab != null) { foreach (System.Data.DataRow item in tab.Rows) { int eid = 0; } }
客户姓名 备注企业信息 备注名称 备注描述 客服姓名 查看
@Html.Raw(WX.CRM.Common.Utility.ReplaceMobile(item["customername"])) @Html.Raw(WX.CRM.Common.Utility.ReplaceMobile(item["companyremark"])) @Html.Raw(WX.CRM.Common.Utility.ReplaceMobile(item["realremark"])) @Html.Raw(WX.CRM.Common.Utility.ReplaceMobile(item["remarks"])) @Html.Raw(WX.CRM.Common.Utility.ReplaceMobile(item["username"])) @if (isShowAllOrSelf == true || wkeid == eid) { 查看消息 }