@model GODATA.Models.Ticket.DraftTicketDetailModel
@Html.ValidationSummary(true) @Html.HiddenFor(model => model.ChassisNumber) @Html.HiddenFor(model => model.RegistrationNumber) @Html.HiddenFor(model => model.DraftTicketId)
@Html.LabelFor(model => model.DraftTicketCancelReason) @Html.DropDownListFor(model => model.DraftTicketCancelReason, (IEnumerable< SelectListItem>)ViewBag.CancelDraftTicketReason, "-Select-", new { @id = "ddTypeId", @style = "width:200px;" })

@*



*@
@Html.LabelFor(Model=>Model.OthersReason , new { @id = "otherReasonlabel", @style = "width:200px;" }) @Html.TextBoxFor(model => model.OthersReason, new { @id = "otherReason", @style = "width:200px;" })






@* *@