Explorar el Código

web 新生信息动态获取年份

应县
yxq hace 7 meses
padre
commit
26b98b9138
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/PrintSignFlow.cshtml

+ 3
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/PrintSignFlow.cshtml Ver fichero

@@ -77,7 +77,7 @@
<!-- / warpper -->
<div class="printBox" style="overflow: hidden;">
<div class="title">长阳土家族自治县职业教育中心</div>
<div class="title">2022年新生报到流程单</div>
<div class="title"><span id="fullYear"></span>年新生报到流程单</div>
<table cellspacing="0" cellpadding="0" class="table">
<tr>
<td style="width:17%">姓名</td>
@@ -135,5 +135,7 @@

};

let year = new Date().getFullYear();
$('#fullYear').text(year);
</script>
</html>

Cargando…
Cancelar
Guardar