@{ ViewBag.Title = "收费打印发票"; } @section scripts{ }
发票类型: @*非税发票@Html.RadioButton("fplx", "非税发票")*@ 门诊发票@Html.RadioButton("fplx", "门诊发票", new { @checked = "true" }) @**@
发票编号: @Html.TextBox("fpbh", "", new { @class = "l-text" }) @Html.Hidden("fpdid", "")
缴费人员: @Html.TextBox("jfry", "", new { @class = "l-text" }) 缴费单位: @Html.TextBox("jfdw", "", new { @class = "l-text" })
缴费方式: @Html.DropDownList("jffs", ViewBag.jffs as SelectList, "----请选择----") 支付码:
缴费部门: @Html.DropDownList("jfbm", ViewBag.jfbm as SelectList, "----请选择----")
缴费金额: @Html.TextBox("jfje", "", new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) 备注: @Html.TextBox("bz", "", new { @class = "l-text" })
实收金额: @Html.TextBox("ssje", "", new { @class = "l-text l-text-field-number", @type = "number" })回车计算 找零金额: @Html.TextBox("zlje", "", new { @class = "l-text l-text-field-number", @type = "number" })
开始时间: 结束时间: 缴费部门 @Html.DropDownList("jfbm2", ViewBag.jfbm as SelectList, "----请选择----") 编号或姓名或单位 @Html.TextBox("where", "", new { @class = "l-text" })
@*f3ef9bfa-19d4-4903-a8c0-3ca283b64b6d F6A015E2-092A-4006-93DA-4CBDE3AFF4B8*@