@model WX.CRM.Model.Entity.RES_ACTIVITY_EXPORTLOG @using WX.CRM.WebHelper; @{ ViewBag.Title = "RES_ACTIVITY_EXPORTLOG"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
@Html.ToolButtonPlain("btnSave", "icon-excel", "导出", false, "")
@using (Html.BeginForm("Edit", "RES_ACTIVITY_EXPORTLOG", null, FormMethod.Post, new { Id = "CreateForm" })) { @Html.ValidationSummary(true)
资源或活动ID @Html.HiddenFor(m => m.SOURCEID, new { @readonly = "true" }) @Html.Hidden("ResTypeId", Request.QueryString["ResTypeId"]) @Html.HiddenFor(m => m.SOURCETYPE)
上次时间 @Html.TextBoxFor(m => m.CTIME, new { @readonly = "true" })
当前时间 @Html.TextBox("ETIME", DateTime.Now, new { @readonly = "true" })
}