10 lines
299 B
Plaintext
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 { })
|
|
时
|
|
@Html.DropDownList("MinuteDDL", ViewBag.minuteList as IList<SelectListItem>, new { })
|
|
分 |