@using WX.CRM.Common @using WX.CRM.Model.QueryMap @using WX.CRM.WebHelper @{ Layout = null; }
| 客户姓名 | 备注企业信息 | 备注名称 | 备注描述 | 客服姓名 | 查看 |
| @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) { 查看消息 } |