ComplianceServer/oldcode/WEB/Views/Control/TimeUC.cshtml

10 lines
299 B
Plaintext

@{
Layout = null;
}
@using WX.CRM.WebHelper
时间:
@Html.WdatePickerText("TxtDate", ViewBag.date as string)
@Html.DropDownList("HourDDL", ViewBag.houList as IList<SelectListItem>, new { })
时 &nbsp;
@Html.DropDownList("MinuteDDL", ViewBag.minuteList as IList<SelectListItem>, new { })