You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

LoanForm.cshtml 428 B

12345678910111213
  1. @{
  2. ViewBag.Title = "助学贷款";
  3. Layout = "~/Views/Shared/_Form.cshtml";
  4. }
  5. <div class="lr-form-wrap" id="form">
  6. <div class="col-xs-12 lr-form-item" data-table="StuInfoFresh">
  7. <div class="lr-form-item-title">贷款回执码</div>
  8. <input id="StudentLoan" type="text" class="form-control" />
  9. </div>
  10. </div>
  11. @Html.AppendJsFile("/Areas/EducationalAdministration/Views/StuInfoFresh/LoanForm.js")