@using WX.CRM.WebHelper; @using WX.CRM.Model @{ Layout = null; }
| 客户投诉 | 投诉级别 | 投诉时间 | 状态 | @if (ViewBag.isSH) {投诉内容 | } | |||||
| @m.customerComplain.RESID | @if (ViewBag.isSH) {@m.LEVELNAME | } else {@m.LEVELNAME | }@m.customerComplain.CTIME.Value.ToString("yyyy-MM-dd") | @(m.customerComplain.STATUS == 1 ? "已处理" : (m.customerComplain.STATUS == 0 ? "处理中" : "未处理")) | @if (ViewBag.isSH) {@(!string.IsNullOrWhiteSpace(m.customerComplain.REASON) ? (m.customerComplain.REASON.Length > 30 ? m.customerComplain.REASON.Substring(1, 30) + "..." : m.customerComplain.REASON) : "") | 投诉明细 处理明细 | }||||