@model WX.CRM.Model.Entity.RES_ACTIVITY_EXPORTLOG @using WX.CRM.WebHelper; @{ ViewBag.Title = "RES_ACTIVITY_EXPORTLOG"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
| 资源或活动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" }) |