| 发票类型: |
@*非税发票@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" }) |