@model WX.CRM.Model.DTO.InComplaintReplyDto @{ ViewBag.Title = "Detail"; Layout = "~/Views/Shared/_form.cshtml"; }
@Html.Raw(Model.Resid)
@Html.Raw(Model.Cname)
@Html.Raw(Model.Deptname)
@Html.Raw(Model.InComplaintBusinessStatusStr)
@if (Model.Restores != null && Model.Restores.Any()) { foreach (var item in Model.Restores) {
@Html.Raw(item.Creator)
@Html.Raw(item.CreateTime)
if (!string.IsNullOrEmpty(item.Attachment)) {
}
} }