436 lines
20 KiB
HTML
436 lines
20 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<base href="/signup/">
|
|
<meta charset="utf-8">
|
|
<meta name="renderer" content="webkit">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
<link rel="stylesheet" href="assets/fonts/font-awesome/css/font-awesome.css"/>
|
|
<link rel="stylesheet" href="assets/layuiadmin/layui/css/layui.css" media="all">
|
|
<link rel="stylesheet" href="assets/layuiadmin/style/admin.css" media="all">
|
|
<link rel="stylesheet" type="text/css" href="assets/js/vendor/viewer/viewer.min.css">
|
|
|
|
</head>
|
|
<body>
|
|
<div class="layui-anim layui-anim-fadein">
|
|
<div class="layui-row">
|
|
<div class="layui-col-md12">
|
|
<div class="layui-card">
|
|
<div class="layui-card-body">
|
|
<div class="layui-row layui-col-space10">
|
|
<div class="layui-col-md4 layui-col-xs4">
|
|
<div class="layui-card">
|
|
<div class="layui-card-header" style="background-color: #d7dee2">
|
|
已报人员数量
|
|
<span class="layui-badge layui-bg-blue layuiadmin-badge">5 人</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-col-md4 layui-col-xs4">
|
|
<div class="layui-card">
|
|
<div class="layui-card-header" style="background-color: #d7dee2">
|
|
已审人员数量
|
|
<span class="layui-badge layui-bg-green layuiadmin-badge">5 人</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-col-md4 layui-col-xs4">
|
|
<div class="layui-card">
|
|
<div class="layui-card-header" style="background-color: #d7dee2">
|
|
<span id="totalSignUpUser">总计人数</span>
|
|
<span id="totalSignUpUserNumber" class="layui-badge layui-bg-cyan layuiadmin-badge">50 人</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="test-table-reload-btn" style="margin-bottom: 10px;">
|
|
<div class="layui-inline">
|
|
<input type="text" id="keywords" class="layui-input search-item"
|
|
style="width: 150px" autocomplete="off" placeholder="例:姓名|手机号">
|
|
</div>
|
|
<div class="layui-inline">
|
|
<input type="text" id="startTime" class="layui-input search-item"
|
|
style="width: 150px" placeholder="报名日期" readonly>
|
|
</div>
|
|
至
|
|
<div class="layui-inline">
|
|
<input type="text" id="endTime" class="layui-input search-item"
|
|
style="width: 150px" placeholder="报名日期" readonly>
|
|
</div>
|
|
<div class="layui-inline layui-form search-item">
|
|
<select id="applyAuditStates" name="applyAuditStates" lay-search>
|
|
<option value="">查看全部</option>
|
|
<option value="0">待审核</option>
|
|
<option value="1">用户撤回</option>
|
|
<option value="2">审核通过</option>
|
|
<option value="3">报名完成</option>
|
|
<option value="-1">审核不通过</option>
|
|
</select>
|
|
</div>
|
|
<button type="button" id="search" class="layui-btn layui-btn-sm">
|
|
<i class="fa fa-lg fa-search"></i> 搜索
|
|
</button>
|
|
<button type="button" id="class-plan-btn-event" class="layui-btn layui-btn-sm layui-btn-normal">
|
|
<i class="layui-icon"></i>开班
|
|
</button>
|
|
</div>
|
|
<table class="layui-hide" id="dataTable" lay-filter="dataTable"></table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="assets/layuiadmin/layui/layui.js"></script>
|
|
<script src="assets/js/vendor/viewer/viewer.min.js"></script>
|
|
<script>
|
|
layui.config({
|
|
base: 'assets/layuiadmin/'
|
|
}).extend({
|
|
index: 'lib/index'
|
|
}).use(['index', 'table', 'laydate', 'common'], function() {
|
|
var $ = layui.$;
|
|
var $win = $(window);
|
|
var table = layui.table;
|
|
var admin = layui.admin;
|
|
var laydate = layui.laydate;
|
|
var common = layui.common;
|
|
var resizeTimeout = null;
|
|
var tableUrl = 'api/apply/listpage';
|
|
var orgId = '';
|
|
var workerCatalog = top.restAjax.params(window.location.href).workerCatalog;
|
|
if(typeof (workerCatalog) === 'undefined' || workerCatalog == ''){
|
|
$('#totalSignUpUser').text('总计人数');
|
|
$('#totalSignUpUserNumber').text('50 人');
|
|
$('#class-plan-btn-event').hide();
|
|
} else {
|
|
$('#totalSignUpUser').text('预计人数');
|
|
$('#totalSignUpUserNumber').text('60 人');
|
|
}
|
|
|
|
function init(){
|
|
getOrgInfo();
|
|
initDate();
|
|
}
|
|
init();
|
|
|
|
function getExamCheckType(){
|
|
var loadIndex = layer.load(1);
|
|
top.restAjax.get(top.restAjax.path('api/classplan/get-exam-check-type', []),
|
|
{orgId: orgId, workerCatalog : workerCatalog}, null, function (code, data) {
|
|
if(data.checkType != '1'){
|
|
$('#class-plan-btn-event').hide();
|
|
}
|
|
layer.close(loadIndex);
|
|
}, function (code, data) {
|
|
$('#class-plan-btn-event').hide();
|
|
top.dialog.msg(data.msg);
|
|
layer.close(loadIndex);
|
|
});
|
|
}
|
|
|
|
function getOrgInfo(){
|
|
top.restAjax.get(top.restAjax.path('api/teacher/getorginfo', []), {}, null, function (code, data) {
|
|
orgId = data.institutionId;
|
|
getExamCheckType();
|
|
initTable();
|
|
$('#listContent').attr('src', top.restAjax.path('route/classplan/list-signup.html?orgId={arg1}&workerCatalog={arg2}',
|
|
[orgId,'']));
|
|
}, function (code, data) {
|
|
top.dialog.msg(data.msg);
|
|
});
|
|
}
|
|
|
|
// 初始化表格
|
|
function initTable() {
|
|
table.render({
|
|
elem: '#dataTable',
|
|
id: 'dataTable',
|
|
url: top.restAjax.path(tableUrl, []),
|
|
width: admin.screen() > 1 ? '100%' : '',
|
|
height: $win.height() - 115,
|
|
limit: 10,
|
|
limits: [10, 20, 50, 100],
|
|
toolbar: false,
|
|
request: {
|
|
pageName: 'page',
|
|
limitName: 'rows'
|
|
},
|
|
where : {
|
|
applyWorkTypeId : workerCatalog
|
|
},
|
|
cols: [
|
|
[
|
|
// {type:'checkbox', fixed: 'left'},
|
|
{field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '<span>{{d.LAY_INDEX}}</span>'},
|
|
{field: 'applyWorkTypeName', width: 180, title: '报考工种', align:'center',
|
|
templet: function(row) {
|
|
var rowData = row[this.field];
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
return '-';
|
|
}
|
|
return rowData;
|
|
}
|
|
},
|
|
{field: 'applyName', width: 180, title: '姓名', align:'center',
|
|
templet: function(row) {
|
|
var rowData = row[this.field];
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
return '-';
|
|
}
|
|
return rowData;
|
|
}
|
|
},
|
|
{field: 'applySexName', width: 180, title: '性别', align:'center',
|
|
templet: function(row) {
|
|
var rowData = row[this.field];
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
return '-';
|
|
}
|
|
return rowData;
|
|
}
|
|
},
|
|
{field: 'applyDataBirth', width: 180, title: '出生日期', align:'center',
|
|
templet: function(row) {
|
|
var rowData = row[this.field];
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
return '-';
|
|
}
|
|
return rowData;
|
|
}
|
|
},
|
|
{field: 'applyCardTypeName', width: 180, title: '证件类型', align:'center',
|
|
templet: function(row) {
|
|
var rowData = row[this.field];
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
return '-';
|
|
}
|
|
return rowData;
|
|
}
|
|
},
|
|
{field: 'applyCardNumber', width: 180, title: '证件号码', align:'center',
|
|
templet: function(row) {
|
|
var rowData = row[this.field];
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
return '-';
|
|
}
|
|
return rowData;
|
|
}
|
|
},
|
|
{field: 'applyPhone', width: 180, title: '手机号码', align:'center',
|
|
templet: function(row) {
|
|
var rowData = row[this.field];
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
return '-';
|
|
}
|
|
return rowData;
|
|
}
|
|
},
|
|
{field: 'applyAddress', width: 180, title: '通讯地址', align:'center',
|
|
templet: function(row) {
|
|
var rowData = row[this.field];
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
return '-';
|
|
}
|
|
return rowData;
|
|
}
|
|
},
|
|
{field: 'applyCultureLevelName', width: 180, title: '文化程度', align:'center',
|
|
templet: function(row) {
|
|
var rowData = row[this.field];
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
return '-';
|
|
}
|
|
return rowData;
|
|
}
|
|
},
|
|
{field: 'gmtCreate', width: 180, title: '报名时间', align:'center',fixed: 'right',
|
|
templet: function(row) {
|
|
var rowData = row[this.field];
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
return '-';
|
|
}
|
|
return rowData;
|
|
}
|
|
},
|
|
{field: 'applyAuditState', width: 180, title: '报名状态', align:'center', fixed: 'right',
|
|
templet: function(row) {
|
|
var rowData = row[this.field];
|
|
if(rowData === 0){
|
|
return '待审核';
|
|
}
|
|
if(rowData === 1){
|
|
return '用户撤回';
|
|
}
|
|
if(rowData === 2){
|
|
return '审核通过';
|
|
}
|
|
if(rowData === 3){
|
|
return '报名完成';
|
|
}
|
|
if(rowData === -1){
|
|
return '审核不通过';
|
|
}else{
|
|
return '-';
|
|
}
|
|
return rowData;
|
|
}
|
|
},
|
|
{field: 'cz', width: 180, title: '操作', align:'center', fixed: 'right',
|
|
templet: function(row) {
|
|
var applyAuditState = row['applyAuditState'];
|
|
var rowData = '<div class="layui-btn-group">';
|
|
rowData +='<button type="button" class="layui-btn layui-btn-xs" lay-event="show">详情</button>';
|
|
if (applyAuditState === 0) {
|
|
rowData +='<button type="button" class="layui-btn layui-btn-danger layui-btn-xs" lay-event="audit">审核</button>';
|
|
}
|
|
rowData +='<button type="button" class="layui-btn layui-btn-warm layui-btn-xs" lay-event="audithistory">审核记录</button>'
|
|
rowData +='</div>';
|
|
return rowData;
|
|
}
|
|
},
|
|
]
|
|
],
|
|
page: true,
|
|
parseData: function(data) {
|
|
return {
|
|
'code': 0,
|
|
'msg': '',
|
|
'count': data.total,
|
|
'data': data.rows
|
|
};
|
|
}
|
|
});
|
|
}
|
|
|
|
// 重载表格
|
|
function reloadTable(currentPage) {
|
|
table.reload('dataTable', {
|
|
url: top.restAjax.path(tableUrl, []),
|
|
where: {
|
|
keywords: $('#keywords').val(),
|
|
startTime: $('#startTime').val(),
|
|
endTime: $('#endTime').val(),
|
|
applyAuditStates:$('#applyAuditStates').val(),
|
|
applyWorkTypeId : workerCatalog
|
|
},
|
|
page: {
|
|
curr: currentPage
|
|
},
|
|
height: $win.height() - 115,
|
|
});
|
|
getExamCheckType();
|
|
}
|
|
|
|
// 初始化日期
|
|
function initDate() {
|
|
// 日期选择
|
|
laydate.render({
|
|
elem: '#startTime',
|
|
format: 'yyyy-MM-dd'
|
|
});
|
|
laydate.render({
|
|
elem: '#endTime',
|
|
format: 'yyyy-MM-dd'
|
|
});
|
|
}
|
|
|
|
// 事件 - 页面变化
|
|
$win.on('resize', function() {
|
|
clearTimeout(resizeTimeout);
|
|
resizeTimeout = setTimeout(function() {
|
|
reloadTable();
|
|
}, 500);
|
|
});
|
|
// 事件 - 搜索
|
|
$(document).on('click', '#search', function() {
|
|
reloadTable(1);
|
|
});
|
|
|
|
$(document).on('click', '#class-plan-btn-event', function() {
|
|
parent.layer.open({
|
|
type: 2,
|
|
title: '新增【' + $(parent.document.getElementById('treeTitle')).html() + '】开班计划',
|
|
closeBtn: 1,
|
|
area: ['90%', '90%'],
|
|
shadeClose: false,
|
|
anim: 2,
|
|
content: top.restAjax.path('route/classplan/save.html?orgId={arg}&workerCatalog={arg1}', [orgId,workerCatalog]),
|
|
end: function() {
|
|
reloadTable();
|
|
}
|
|
});
|
|
});
|
|
|
|
table.on('tool(dataTable)', function(obj) {
|
|
var layEvent = obj.event;
|
|
var data = obj.data;
|
|
if(layEvent === 'show') {
|
|
parent.layer.open({
|
|
type: 2,
|
|
title: '报名人员详细信息',
|
|
closeBtn: 1,
|
|
area: ['80%', '80%'],
|
|
shadeClose: false,
|
|
anim: 2,
|
|
content: top.restAjax.path('route/apply/show.html?applyId={applyId}&hiddenFooter=1', [data.applyId]),
|
|
end: function() {
|
|
reloadTable();
|
|
}
|
|
});
|
|
} else if (layEvent === 'audit'){
|
|
parent.layer.open({
|
|
type: 2,
|
|
title: '审核',
|
|
closeBtn: 1,
|
|
area: ['80%', '80%'],
|
|
shadeClose: false,
|
|
anim: 2,
|
|
content: top.restAjax.path('route/apply/audit.html?applyId={applyId}', [data.applyId]),
|
|
end: function() {
|
|
reloadTable();
|
|
}
|
|
});
|
|
} else if(layEvent === 'audithistory'){
|
|
parent.layer.open({
|
|
type: 2,
|
|
title: false,
|
|
closeBtn: 1,
|
|
area: ['70%', '70%'],
|
|
shadeClose: true,
|
|
anim: 2,
|
|
content: top.restAjax.path('route/applyauditlog/show.html?applyId={applyId}', [data.applyId]),
|
|
end: function() {
|
|
reloadTable();
|
|
}
|
|
});
|
|
} else if (layEvent === 'reports') {
|
|
top.dialog.confirm('确定要对该报名信息进行报道?', function(index) {
|
|
top.dialog.close(index);
|
|
var loadLayerIndex;
|
|
top.restAjax.put(top.restAjax.path('api/apply/updateAuditStateReport/{applyId}/', [data.applyId]), null, null, function(code, data) {
|
|
var layerIndex = top.dialog.msg('报道成功!', {
|
|
time: 0,
|
|
btn: [top.dataMessage.button.yes],
|
|
shade: 0.3,
|
|
yes: function(index) {
|
|
top.dialog.close(index);
|
|
reloadTable();
|
|
}
|
|
});
|
|
}, function(code, data) {
|
|
top.dialog.msg(data.msg);
|
|
}, function() {
|
|
loadLayerIndex = top.dialog.msg(top.dataMessage.committing, {icon: 16, time: 0, shade: 0.3});
|
|
}, function() {
|
|
top.dialog.close(loadLayerIndex);
|
|
});
|
|
});
|
|
|
|
}
|
|
});
|
|
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |