@model WX.CRM.Model.Entity.WX_MESSAGECOMPLIANCE @using WX.CRM.WebHelper; @{ ViewBag.Title = "合规消息"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
@Html.ToolButtonPlain("btnSave", "icon-save", "保存", false, "")
@using (Html.BeginForm("MessageCompliance", "Message", null, FormMethod.Post, new { Id = "CreateForm" })) { @Html.ValidationSummary(true)
大类:
小类:
违规细则 @Html.TextAreaFor(m => m.REMARK, new { style = "width:330px;height:80px" })
处理结果 @Html.TextAreaFor(m => m.RESULT, new { style = "width:330px;height:60px" })
}