@using CRM.Core.Model.Entity @using Core.Web.WebHelper @model Core.Web.Controllers.OutComplaintController.OutComplaintRestoreDto @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; var read = (bool)ViewBag.Readonly; }
@Html.Raw(Model.Resid)
@Html.Raw(Model.Cname)
@Html.Raw(Model.Deptname)
@Html.Raw(Model.OutComplaintBusinessStatusStr)
@if (Model.Restores != null && Model.Restores.Any()) { foreach (var item in Model.Restores) {
@Html.Raw(item.Content)
@Html.Raw(item.CreateTime.HasValue ? item.CreateTime.Value.ToString("yyyy-MM-dd HH:mm:ss") : "")
if (!string.IsNullOrEmpty(item.Attachment)) {
}
} } @if (!read) {

格式:doc(.docx)、.ppt(.pptx)、.xls(.xlsx)、.wps、.pdf、.txt、.MP4、JPG、JPEG、PNG、zip、7z
}