@model CP.Model.FcqlcLongInfo @using CP.Admin.Helper @{ Layout = null; Page.Title = "编辑福彩七乐彩开奖信息"; }
@Html.Raw(Page.Title)
@using (Html.BeginForm("Edit", "FcqlcNum", FormMethod.Post, new { @id = "signupForm", @class = "form-horizontal" })) { @Html.AntiForgeryToken() @Html.ValidationSummary(true) @Html.HiddenFor(m => m.id)
@Html.Label("期号", new { @class = "col-sm-2 control-label", style = "width:200px" })
@Html.TextBoxFor(m => m.qi, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left" })
@Html.Label("开奖号", new { @class = "col-sm-2 control-label", style = "width:200px" })
@Html.TextBoxFor(m => m.n1, new { @class = "form-control onlyNum_two_qlc" })
@Html.TextBoxFor(m => m.n2, new { @class = "form-control onlyNum_two_qlc" })
@Html.TextBoxFor(m => m.n3, new { @class = "form-control onlyNum_two_qlc" })
@Html.TextBoxFor(m => m.n4, new { @class = "form-control onlyNum_two_qlc" })
@Html.TextBoxFor(m => m.n5, new { @class = "form-control onlyNum_two_qlc" })
@Html.TextBoxFor(m => m.n6, new { @class = "form-control onlyNum_two_qlc" })
@Html.TextBoxFor(m => m.n7, new { @class = "form-control onlyNum_two_qlc" })
@Html.Label("特别球", new { @class = "col-sm-1 control-label", style = "width:50px" })
@Html.TextBoxFor(m => m.n8, new { @class = "form-control onlyNum_two_qlc" })
@Html.Label("(必填:号码在01-30取值)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left" })
@Html.Label("开奖日期", new { @class = "col-sm-2 control-label", style = "width:200px" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left" })
@Html.Label("投入金额", new { @class = "col-sm-2 control-label", style = "width:200px" })
@Html.TextBoxFor(m => m.tzmoney, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left" })
@Html.Label("滚动金额", new { @class = "col-sm-2 control-label", style = "width:200px" })
@Html.TextBoxFor(m => m.nextmoney, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left" })
@Html.Label("一等奖注数", new { @class = "col-sm-2 control-label", style = "width:200px" })
@Html.TextBoxFor(m => m.zj1, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left;width:45px" }) @Html.Label("一等奖金额", new { @class = "col-sm-1 control-label", style = "width:100px" })
@Html.TextBoxFor(m => m.jo1, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left" })
@Html.Label("二等奖注数", new { @class = "col-sm-2 control-label", style = "width:200px" })
@Html.TextBoxFor(m => m.zj2, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left;width:45px" }) @Html.Label("二等奖金额", new { @class = "col-sm-1 control-label", style = "width:100px" })
@Html.TextBoxFor(m => m.jo2, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left" })
@Html.Label("三等奖注数", new { @class = "col-sm-2 control-label", style = "width:200px" })
@Html.TextBoxFor(m => m.zj3, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left;width:45px" }) @Html.Label("三等奖金额", new { @class = "col-sm-1 control-label", style = "width:100px" })
@Html.TextBoxFor(m => m.jo3, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left" })
@Html.Label("四等奖注数", new { @class = "col-sm-2 control-label", style = "width:200px" })
@Html.TextBoxFor(m => m.zj4, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left;width:45px" }) @Html.Label("四等奖金额", new { @class = "col-sm-1 control-label", style = "width:100px" })
@Html.TextBoxFor(m => m.jo4, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left" })
@Html.Label("五等奖注数", new { @class = "col-sm-2 control-label", style = "width:200px" })
@Html.TextBoxFor(m => m.zj5, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left;width:45px" }) @Html.Label("五等奖金额", new { @class = "col-sm-1 control-label", style = "width:100px" })
@Html.TextBoxFor(m => m.jo5, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left" })
@Html.Label("六等奖注数", new { @class = "col-sm-2 control-label", style = "width:200px" })
@Html.TextBoxFor(m => m.zj6, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left;width:45px" }) @Html.Label("六等奖金额", new { @class = "col-sm-1 control-label", style = "width:100px" })
@Html.TextBoxFor(m => m.jo6, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left" })
@Html.Label("七等奖注数", new { @class = "col-sm-2 control-label", style = "width:200px" })
@Html.TextBoxFor(m => m.zj7, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left;width:45px" }) @Html.Label("七等奖金额", new { @class = "col-sm-1 control-label", style = "width:100px" })
@Html.TextBoxFor(m => m.jo7, new { @class = "form-control" })
@Html.Label("(必填)", new { @class = "col-sm-2 control-label", style = "color:red;text-align: left" })
返回列表
}