@{ Layout = null; Page.Title = "新增 编辑开机/试机/开奖号"; }
@Html.Raw(Page.Title)
@using (Html.BeginForm("Edit", "Ksjih", FormMethod.Post, new { @id = "signupForm", @class = "form-horizontal" })) { @Html.Hidden("ename", (string)ViewBag.ename) @Html.Hidden("ksjihtype", "kjih")
@Html.Label("彩种", new { @class = "col-sm-2 control-label" })
@Html.Label("期数", new { @class = "col-sm-2 control-label" })
@Html.TextBox("qi", (string)ViewBag.qi, new { @class = "form-control" })
@Html.Label("开/试机号", new { @class = "col-sm-2 control-label" })
@Html.Label("开机号", new { @class = "col-sm-2 control-label" })
@Html.TextBox("kjih", (string)ViewBag.data.kjih, new { @class = "form-control" }) 格式如:502 06,09,14,20,23,32+16
返回列表
}