|
|
|
@ -9,25 +9,33 @@
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body class="pear-container layui-form">
|
|
|
|
|
<div class="layui-card">
|
|
|
|
|
<h1 class="title" style="text-align: center;margin-top: 10px;" id="title"></h1>
|
|
|
|
|
|
|
|
|
|
<div class="layui-card" style="width: 700px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%); ">
|
|
|
|
|
<div class="layui-card-header">报名申请表</div>
|
|
|
|
|
<div class="layui-card-body">
|
|
|
|
|
<div style="margin: 5px 0 25px 0">
|
|
|
|
|
<label class="layui-form-label" style="width: 85px;">姓名:</label>
|
|
|
|
|
<label class="layui-form-label" style="width: 85px;">
|
|
|
|
|
<font color="red" style="font-weight: bold;">*</font> 姓名:
|
|
|
|
|
</label>
|
|
|
|
|
<div class="layui-input-block" style="margin-right: 8px;">
|
|
|
|
|
<input type="text" autocomplete="off" lay-verify="required" name="name" placeholder="请输入姓名"
|
|
|
|
|
class="layui-input" style="width: 500px;">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 5px 0 25px 0">
|
|
|
|
|
<label class="layui-form-label" style="width: 85px;">性别:</label>
|
|
|
|
|
<label class="layui-form-label" style="width: 85px;">
|
|
|
|
|
<font color="red" style="font-weight: bold;">*</font> 性别:
|
|
|
|
|
</label>
|
|
|
|
|
<div class="layui-input-block" style="margin-right: 8px;">
|
|
|
|
|
<input type="radio" name="xb" value="男" title="男" checked>
|
|
|
|
|
<input type="radio" name="xb" value="女" title="女">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 5px 0 25px 0">
|
|
|
|
|
<label class="layui-form-label" style="width: 85px;">身份证号:</label>
|
|
|
|
|
<label class="layui-form-label" style="width: 85px;">
|
|
|
|
|
<font color="red" style="font-weight: bold;">*</font> 身份证号:
|
|
|
|
|
</label>
|
|
|
|
|
<div class="layui-input-block" style="margin-right: 8px;">
|
|
|
|
|
<input type="text" autocomplete="off" lay-verify="required|identity" lay-filter="idcard" id="idcard"
|
|
|
|
|
name="sfzh" placeholder="请输入身份证号" class="layui-input" style="width: 500px;">
|
|
|
|
@ -40,35 +48,45 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 5px 0 25px 0">
|
|
|
|
|
<label class="layui-form-label" style="width: 85px;">家庭住址:</label>
|
|
|
|
|
<label class="layui-form-label" style="width: 85px;">
|
|
|
|
|
<font color="red" style="font-weight: bold;">*</font> 家庭住址:
|
|
|
|
|
</label>
|
|
|
|
|
<div class="layui-input-block" style="margin-right: 8px;">
|
|
|
|
|
<input type="text" autocomplete="off" lay-verify="required" name="address" placeholder="请输入家庭住址"
|
|
|
|
|
class="layui-input" style="width: 500px;">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 5px 0 25px 0">
|
|
|
|
|
<label class="layui-form-label" style="width: 85px;">父亲姓名:</label>
|
|
|
|
|
<label class="layui-form-label" style="width: 85px;">
|
|
|
|
|
<font color="red" style="font-weight: bold;">*</font> 父亲姓名:
|
|
|
|
|
</label>
|
|
|
|
|
<div class="layui-input-block" style="margin-right: 8px;">
|
|
|
|
|
<input type="text" autocomplete="off" lay-verify="required" name="father_name" placeholder="请输入父亲姓名"
|
|
|
|
|
class="layui-input" style="width: 500px;">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 5px 0 25px 0">
|
|
|
|
|
<label class="layui-form-label" style="width: 85px;">母亲姓名:</label>
|
|
|
|
|
<label class="layui-form-label" style="width: 85px;">
|
|
|
|
|
<font color="red" style="font-weight: bold;">*</font> 母亲姓名:
|
|
|
|
|
</label>
|
|
|
|
|
<div class="layui-input-block" style="margin-right: 8px;">
|
|
|
|
|
<input type="text" autocomplete="off" lay-verify="required" name="mother_name" placeholder="请输入母亲姓名"
|
|
|
|
|
class="layui-input" style="width: 500px;">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 5px 0 25px 0">
|
|
|
|
|
<label class="layui-form-label" style="width: 85px;">联系电话:</label>
|
|
|
|
|
<label class="layui-form-label" style="width: 85px;">
|
|
|
|
|
<font color="red" style="font-weight: bold;">*</font> 联系电话:
|
|
|
|
|
</label>
|
|
|
|
|
<div class="layui-input-block" style="margin-right: 8px;">
|
|
|
|
|
<input type="text" autocomplete="off" lay-verify="required|phone" name="tel" placeholder="请输入联系电话"
|
|
|
|
|
class="layui-input" style="width: 500px;">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 5px 0 25px 0">
|
|
|
|
|
<label class="layui-form-label" style="width: 85px;">户口本照片(幼儿页):</label>
|
|
|
|
|
<label class="layui-form-label" style="width: 85px;">
|
|
|
|
|
<font color="red" style="font-weight: bold;">*</font> 户口本照片(幼儿页):
|
|
|
|
|
</label>
|
|
|
|
|
<div class="layui-input-block" style="margin-right: 8px;">
|
|
|
|
|
<div class="layui-upload-drag" id="uploadImg">
|
|
|
|
|
<i class="layui-icon"></i>
|
|
|
|
@ -111,6 +129,7 @@
|
|
|
|
|
url: "/FengHuang/yp/getCurrentTaskInfo",
|
|
|
|
|
success: function (res) {
|
|
|
|
|
taskId = res.task_id;
|
|
|
|
|
$("#title").html(res.task_name);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|