|
|
@@ -83,7 +83,6 @@ |
|
|
|
</div> |
|
|
|
<script src="~/Content/js/jquery.min.js"></script> |
|
|
|
<script src="~/Content/layui/layui.all.js"></script> |
|
|
|
<script src="~/Content/vue/vue.js"></script> |
|
|
|
<script src="~/PhonePage/server.js"></script> |
|
|
|
<script> |
|
|
|
var type = request('type'); |
|
|
@@ -106,7 +105,7 @@ |
|
|
|
//查询 |
|
|
|
$.ajax({ |
|
|
|
url: '/EducationalAdministration/StuEnrollPhone/SearchForm?type=' + type, |
|
|
|
data: { StuName: decodeURI(StuName), IDCard: IDCard, StuMobile: "" }, |
|
|
|
data: { strEntity: JSON.stringify({StuName: decodeURI(StuName), IDCard: IDCard, StuMobile: ""}) }, |
|
|
|
type: "GET", |
|
|
|
dataType: "json", |
|
|
|
async: true, |
|
|
@@ -191,17 +190,9 @@ |
|
|
|
//下载入学须知 |
|
|
|
location.href = "/EducationalAdministration/StuEnrollPhone/FileDownLoad?name=" + '2022年新生入学须知' + '&pathName=' + '新生入学须知.pdf';; |
|
|
|
}); |
|
|
|
renderForm(); |
|
|
|
//renderForm(); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
//重新渲染表单 |
|
|
|
function renderForm() { |
|
|
|
layui.use('form', function () { |
|
|
|
var form = layui.form//高版本建议把括号去掉,有的低版本,需要加() |
|
|
|
form.render(); |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
function formatDateTimesM() { |
|
|
|
var date = new Date(1960, 0, 0); |
|
|
|
var y = date.getFullYear(); |
|
|
|