@model string @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "Edit"; var url = ViewBag.Url; } @section scripts{ }
@Html.Label("作废票据号:") |
@Html.TextBoxFor(x => x, new TextBoxOptions { }, new Dictionary |