@{ ViewBag.Title = "sqccbxMessage2"; } @model dccdc.Models.sqccbxmxModel
开始时间 @Html.TextBoxFor(m => m.begint, new { @class = "l-text" }) 结束时间 @Html.TextBoxFor(m => m.endt, new { @class = "l-text" })
起点 @Html.TextBoxFor(m => m.begind, new { @class = "l-text" }) 详细 终点 @Html.TextBoxFor(m => m.endd, new { @class = "l-text" }) 详细
起点 @Html.DropDownList("begindid1", ViewData["areaD"] as SelectList, "----请选择----", new { @class = "l-text" }) @Html.TextBox("begindid2", "", new { @class = "l-text" }) @Html.TextBox("begindid3", "", new { @class = "l-text" })
终点 @Html.DropDownList("enddid1", ViewData["areaD"] as SelectList, "----请选择----", new { @class = "l-text" }) @Html.TextBox("enddid2", "", new { @class = "l-text" }) @Html.TextBox("enddid3", "", new { @class = "l-text" })
交通工具 @Html.DropDownListFor(m => m.gongju, ViewBag.jtgjD as SelectList, "----请选择----", new { @class = "l-text" })
@Html.CheckBoxFor(m => m.havecb, "包含餐补")          @Html.ActionLink("餐补说明", "", "", new { target = "_blank" })
张数 @Html.TextBoxFor(m => m.count, new { @class = "l-text l-text-field-number", @type = "number", initSelect = true }) 金额 @Html.TextBoxFor(m => m.je, new { @class = "l-text l-text-field-number", @type = "number" })
人数 @Html.TextBoxFor(m => m.rs, new { @class = "l-text l-text-field-number", @type = "number" }) 人员 @Html.TextBoxFor(m => m.ry, new { @class = "l-text" })
用餐标准 @Html.TextBoxFor(m => m.bz, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) 住宿标准 @Html.TextBoxFor(m => m.bz2, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" })
其他 @Html.DropDownListFor(m => m.qt, ViewBag.kemuD as SelectList, "----请选择----", new { @class = "l-text" })
金额 @Html.TextBoxFor(m => m.je3, new { @class = "l-text l-text-field-number", @type = "number" })