2021-06-03 19:05:55 +08:00
|
|
|
<!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">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="layui-fluid layui-anim layui-anim-fadein">
|
|
|
|
<div class="layui-row">
|
|
|
|
<div class="layui-col-md12">
|
|
|
|
<div class="layui-card">
|
|
|
|
<div class="layui-card-body">
|
2021-06-19 17:32:49 +08:00
|
|
|
<div class="test-table-reload-btn" style="margin-bottom: 10px; display: none">
|
2021-06-03 19:05:55 +08:00
|
|
|
<div class="layui-inline">
|
2021-06-16 18:29:38 +08:00
|
|
|
<input type="text" id="keywords" class="layui-input search-item" placeholder="身份证号/考试名称">
|
2021-06-03 19:05:55 +08:00
|
|
|
</div>
|
|
|
|
<div class="layui-inline">
|
|
|
|
<input type="text" id="startTime" class="layui-input search-item" placeholder="开始时间" readonly>
|
|
|
|
</div>
|
|
|
|
<div class="layui-inline">
|
|
|
|
<input type="text" id="endTime" class="layui-input search-item" placeholder="结束时间" readonly>
|
|
|
|
</div>
|
|
|
|
<button type="button" id="search" class="layui-btn layui-btn-sm">
|
|
|
|
<i class="fa fa-lg fa-search"></i> 搜索
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<table class="layui-hide" id="dataTable" lay-filter="dataTable"></table>
|
|
|
|
<!-- 表头按钮组 -->
|
|
|
|
<script type="text/html" id="headerToolBar">
|
|
|
|
<div class="layui-btn-group">
|
2021-06-19 17:32:49 +08:00
|
|
|
<!--<button type="button" class="layui-btn layui-btn-sm" lay-event="checkEvent">
|
2021-06-16 18:29:38 +08:00
|
|
|
<i class="fa fa-lg fa-plus"></i> 审核
|
|
|
|
</button>
|
|
|
|
<button type="button" class="layui-btn layui-btn-sm" lay-event="checkMore">
|
|
|
|
<i class="fa fa-lg fa-edit"></i> 批量审核
|
2021-06-19 17:32:49 +08:00
|
|
|
</button>-->
|
2021-06-03 19:05:55 +08:00
|
|
|
<button type="button" class="layui-btn layui-btn-normal layui-btn-sm" lay-event="updateEvent">
|
|
|
|
<i class="fa fa-lg fa-edit"></i> 成绩录入
|
|
|
|
</button>
|
2021-06-16 18:29:38 +08:00
|
|
|
<!--<button type="button" class="layui-btn layui-btn-sm" id="importExcel">
|
2021-06-03 19:05:55 +08:00
|
|
|
<i class="layui-icon-import"></i> 批量导入
|
|
|
|
</button>
|
|
|
|
<button type="button" class="layui-btn layui-btn-sm" id="exportExcel">
|
|
|
|
<i class="layui-icon-export"></i> 批量导出
|
2021-06-16 18:29:38 +08:00
|
|
|
</button>-->
|
2021-06-03 19:05:55 +08:00
|
|
|
<input type="hidden" id="classPlanId">
|
|
|
|
</div>
|
|
|
|
</script>
|
2021-06-16 18:29:38 +08:00
|
|
|
|
|
|
|
<noscript id="tpl-user" >
|
|
|
|
<!-- style 尽量不要影响到页面其他元素,使用#userinfo范围限定 -->
|
|
|
|
<style type="text/css">
|
|
|
|
#userinfo .layui-form-label.layui-required:after {
|
|
|
|
content: "*";
|
|
|
|
color: red;
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
right: 5px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<div class="layui-card" id="userinfo">
|
|
|
|
<div class="layui-card-header">考试人员审核退回原因</div>
|
|
|
|
<input type="hidden" id="applyStudentsNewIds" value="{{d.ids}}">
|
|
|
|
<div class="layui-card-body">
|
|
|
|
<form class="layui-form" action="" lay-filter="info">
|
|
|
|
<div class="layui-form-item layui-form-text">
|
|
|
|
<label class="layui-form-label">退回原因</label>
|
|
|
|
<div class="layui-input-block">
|
|
|
|
<textarea placeholder="请输入退回原因" name="reason" id="reason" lay-verify="contentRule" class="layui-textarea"></textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="layui-form-item">
|
|
|
|
<div class="layui-input-block">
|
|
|
|
<button type="button" class="layui-btn" id="subBtn" lay-submit lay-filter="submitForm">立即提交</button>
|
|
|
|
<button type="reset" class="layui-btn layui-btn-primary">重置</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
<script>
|
|
|
|
layui.use(['index', 'form', 'laydate', 'laytpl'], function() {
|
|
|
|
var $ = layui.$;
|
|
|
|
var form = layui.form;
|
|
|
|
var laytpl = layui.laytpl;
|
|
|
|
var laydate = layui.laydate;
|
|
|
|
|
|
|
|
form.verify({
|
|
|
|
contentRule: function(value) {
|
|
|
|
if (null == value || '' == value || typeof (value) == "undefined") {
|
|
|
|
return '退回原因必须填写';
|
|
|
|
}
|
|
|
|
},
|
|
|
|
});
|
|
|
|
|
|
|
|
form.on('submit(submitForm)', function(formData) {
|
|
|
|
top.dialog.confirm(top.dataMessage.commit, function(index) {
|
|
|
|
top.dialog.close(index);
|
|
|
|
var loadLayerIndex;
|
|
|
|
var ids = $('#applyStudentsNewIds').val();
|
|
|
|
formData.field.checkStatus = '-1';
|
|
|
|
top.restAjax.put(top.restAjax.path('api/applystudentsnew/update-more/{ids}', [ids]), formData.field, null, function(code, data) {
|
|
|
|
if('200' == code) {
|
|
|
|
top.dialog.msg('退回成功');
|
|
|
|
window.location.reload();
|
|
|
|
}else {
|
|
|
|
top.dialog.msg('退回失败');
|
|
|
|
}
|
|
|
|
}, 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);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
return false;
|
|
|
|
});
|
|
|
|
form.render();
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</noscript>
|
2021-06-03 19:05:55 +08:00
|
|
|
</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', 'upload'], function() {
|
|
|
|
var $ = layui.$;
|
|
|
|
var $win = $(window);
|
|
|
|
var table = layui.table;
|
|
|
|
var admin = layui.admin;
|
|
|
|
var laydate = layui.laydate;
|
|
|
|
var common = layui.common;
|
2021-06-16 18:29:38 +08:00
|
|
|
var laytpl = layui.laytpl;
|
2021-06-03 19:05:55 +08:00
|
|
|
var resizeTimeout = null;
|
2021-06-19 17:32:49 +08:00
|
|
|
var tableUrl = 'api/applystudentsnew/listpage?classPlanId={classPlanId}';
|
|
|
|
|
|
|
|
var classPlanId = top.restAjax.params(window.location.href).classPlanId;
|
2021-06-03 19:05:55 +08:00
|
|
|
|
|
|
|
// 初始化表格
|
|
|
|
function initTable() {
|
|
|
|
table.render({
|
|
|
|
elem: '#dataTable',
|
|
|
|
id: 'dataTable',
|
2021-06-19 17:32:49 +08:00
|
|
|
url: top.restAjax.path(tableUrl, [classPlanId]),
|
2021-06-03 19:05:55 +08:00
|
|
|
width: admin.screen() > 1 ? '100%' : '',
|
|
|
|
height: $win.height() - 90,
|
|
|
|
limit: 20,
|
|
|
|
limits: [20, 40, 60, 80, 100, 200],
|
|
|
|
toolbar: '#headerToolBar',
|
|
|
|
request: {
|
|
|
|
pageName: 'page',
|
|
|
|
limitName: 'rows'
|
|
|
|
},
|
|
|
|
cols: [
|
|
|
|
[
|
|
|
|
{type:'checkbox', fixed: 'left'},
|
|
|
|
{field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '<span>{{d.LAY_INDEX}}</span>'},
|
2021-06-19 17:32:49 +08:00
|
|
|
{field: 'planName', width: 180, title: '班级名称', align:'center',
|
2021-06-04 14:04:19 +08:00
|
|
|
templet: function(row) {
|
2021-06-19 17:32:49 +08:00
|
|
|
var rowData = row.classPlanDTO[this.field];
|
2021-06-04 14:04:19 +08:00
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
2021-06-19 17:32:49 +08:00
|
|
|
{field: 'planNumber', width: 180, title: '班级编号', align:'center',
|
2021-06-04 14:04:19 +08:00
|
|
|
templet: function(row) {
|
2021-06-19 17:32:49 +08:00
|
|
|
var rowData = row.classPlanDTO[this.field];
|
2021-06-04 14:04:19 +08:00
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
2021-06-19 17:32:49 +08:00
|
|
|
{field: 'planType', width: 180, title: '计划类型', align:'center',
|
2021-06-04 14:04:19 +08:00
|
|
|
templet: function(row) {
|
2021-06-19 17:32:49 +08:00
|
|
|
var rowData = row.classPlanDTO[this.field];
|
2021-06-04 14:04:19 +08:00
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
if('1' == rowData) {
|
2021-06-19 17:32:49 +08:00
|
|
|
rowData = '初训';
|
2021-06-04 14:04:19 +08:00
|
|
|
}else if('2' == rowData) {
|
2021-06-19 17:32:49 +08:00
|
|
|
rowData = '复训';
|
2021-06-04 14:04:19 +08:00
|
|
|
}else if('3' == rowData) {
|
2021-06-19 17:32:49 +08:00
|
|
|
rowData = '换证 ';
|
2021-06-04 14:04:19 +08:00
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
2021-06-19 17:32:49 +08:00
|
|
|
{field: 'orgName', width: 180, title: '考试机构', align:'center',
|
2021-06-04 14:04:19 +08:00
|
|
|
templet: function(row) {
|
2021-06-19 17:32:49 +08:00
|
|
|
var rowData = row.classPlanDTO[this.field];
|
2021-06-04 14:04:19 +08:00
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
2021-06-19 17:32:49 +08:00
|
|
|
{field: 'planStartTime', width: 180, title: '计划开始时间', align:'center',
|
2021-06-04 14:04:19 +08:00
|
|
|
templet: function(row) {
|
2021-06-19 17:32:49 +08:00
|
|
|
var rowData = row.classPlanDTO[this.field];
|
2021-06-04 14:04:19 +08:00
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
2021-06-19 17:32:49 +08:00
|
|
|
{field: 'planEndTime', width: 180, title: '计划结束时间', align:'center',
|
2021-06-04 14:04:19 +08:00
|
|
|
templet: function(row) {
|
2021-06-19 17:32:49 +08:00
|
|
|
var rowData = row.classPlanDTO[this.field];
|
2021-06-04 14:04:19 +08:00
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
2021-06-19 17:32:49 +08:00
|
|
|
{field: 'chargePerson', width: 180, title: '负责人', align:'center',
|
2021-06-04 14:04:19 +08:00
|
|
|
templet: function(row) {
|
2021-06-19 17:32:49 +08:00
|
|
|
var rowData = row.classPlanDTO[this.field];
|
2021-06-04 14:04:19 +08:00
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
2021-06-19 17:32:49 +08:00
|
|
|
{field: 'chargePersonTel', width: 180, title: '联系方式', align:'center',
|
2021-06-04 14:04:19 +08:00
|
|
|
templet: function(row) {
|
2021-06-19 17:32:49 +08:00
|
|
|
var rowData = row.classPlanDTO[this.field];
|
2021-06-04 14:04:19 +08:00
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
2021-06-03 19:05:55 +08:00
|
|
|
{field: 'name', width: 180, title: '姓名', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{field: 'sex', width: 180, title: '性别', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{field: 'cardTypeName', width: 180, title: '证件类型名称', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{field: 'cardNumber', width: 180, title: '证件号码', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{field: 'workUnit', width: 180, title: '工作单位', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{field: 'workDept', width: 180, title: '工作部门', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{field: 'workTitle', width: 180, title: '工作职务', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{field: 'phone', width: 180, title: '移动电话', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{field: 'examOrgName', width: 180, title: '考试机构名称', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{field: 'examPointName', width: 180, title: '知识成绩考点名称', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{field: 'handsPointName', width: 180, title: '实操成绩考点名称', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{field: 'examGrade', width: 180, title: '知识成绩', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{field: 'handsGrade', width: 180, title: '实操成绩', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{field: 'resitExamGrade', width: 180, title: '补考知识成绩', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{field: 'resitHandsGrade', width: 180, title: '补考实操成绩', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{field: 'applyPaperStatus', width: 180, title: '申请发证状态', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
2021-06-16 18:29:38 +08:00
|
|
|
},
|
2021-06-19 17:32:49 +08:00
|
|
|
/*{field: 'checkStatus', width: 180, title: '审核状态', align:'center',
|
2021-06-16 18:29:38 +08:00
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData === null || rowData === '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
if('0' == rowData) {
|
|
|
|
rowData = '<a class="layui-btn layui-btn-warm layui-btn-xs">待审核</a>';
|
|
|
|
}
|
|
|
|
if('1' == rowData) {
|
|
|
|
rowData = '<a class="layui-btn layui-btn-xs">审核通过</a>';
|
|
|
|
}
|
|
|
|
if('-1' == rowData) {
|
|
|
|
rowData = '<a class="layui-btn layui-btn-danger layui-btn-xs">审核驳回</a>';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{field: 'reason', width: 180, title: '审核原因', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData = row[this.field];
|
|
|
|
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
|
|
|
return '-';
|
|
|
|
}
|
|
|
|
return rowData;
|
|
|
|
}
|
2021-06-19 17:32:49 +08:00
|
|
|
},*/
|
2021-06-16 18:29:38 +08:00
|
|
|
{field: 'exportFile', fixed: 'right', width: 180, title: '导出档案', align:'center',
|
|
|
|
templet: function(row) {
|
|
|
|
var rowData;
|
|
|
|
rowData = '<a class="layui-btn layui-btn-xs" lay-event="exportFile">导出档案</a>';
|
|
|
|
return rowData;
|
|
|
|
}
|
2021-06-03 19:05:55 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
],
|
|
|
|
page: true,
|
|
|
|
parseData: function(data) {
|
|
|
|
return {
|
|
|
|
'code': 0,
|
|
|
|
'msg': '',
|
|
|
|
'count': data.total,
|
|
|
|
'data': data.rows
|
|
|
|
};
|
|
|
|
}
|
|
|
|
});
|
|
|
|
}
|
|
|
|
// 重载表格
|
|
|
|
function reloadTable(currentPage) {
|
|
|
|
table.reload('dataTable', {
|
2021-06-22 17:41:50 +08:00
|
|
|
url: top.restAjax.path(tableUrl, [classPlanId]),
|
2021-06-03 19:05:55 +08:00
|
|
|
where: {
|
|
|
|
keywords: $('#keywords').val(),
|
2021-06-16 18:29:38 +08:00
|
|
|
planNumber: $('#keywords').val(),
|
2021-06-03 19:05:55 +08:00
|
|
|
startTime: $('#startTime').val(),
|
|
|
|
endTime: $('#endTime').val()
|
|
|
|
},
|
|
|
|
page: {
|
|
|
|
curr: currentPage
|
|
|
|
},
|
|
|
|
height: $win.height() - 90,
|
|
|
|
});
|
|
|
|
}
|
|
|
|
// 初始化日期
|
|
|
|
function initDate() {
|
|
|
|
// 日期选择
|
|
|
|
laydate.render({
|
|
|
|
elem: '#startTime',
|
|
|
|
format: 'yyyy-MM-dd'
|
|
|
|
});
|
|
|
|
laydate.render({
|
|
|
|
elem: '#endTime',
|
|
|
|
format: 'yyyy-MM-dd'
|
|
|
|
});
|
|
|
|
}
|
|
|
|
initTable();
|
|
|
|
initDate();
|
|
|
|
|
|
|
|
// 导入功能
|
|
|
|
function importExcel() {
|
|
|
|
top.dialog.open({
|
|
|
|
url: top.restAjax.path('route/applystudentsnew/class-list.html', []),
|
|
|
|
title: "选择考试",
|
|
|
|
width: '80%',
|
|
|
|
height: '80%',
|
|
|
|
onClose: function() {
|
|
|
|
reloadTable();
|
|
|
|
}
|
|
|
|
});
|
|
|
|
}
|
|
|
|
|
|
|
|
$(document).on('click', '#importExcel', function() {
|
|
|
|
importExcel();
|
|
|
|
});
|
|
|
|
|
|
|
|
$(document).on('click', '#exportExcel', function() {
|
|
|
|
excel();
|
|
|
|
});
|
|
|
|
|
|
|
|
function excel(){
|
|
|
|
top.dialog.msg('确定要导出数据吗?', {
|
|
|
|
time: 0,
|
|
|
|
btn: [top.dataMessage.button.yes, top.dataMessage.button.no],
|
|
|
|
shade: 0.3,
|
|
|
|
yes: function (index) {
|
|
|
|
top.dialog.close(index);
|
|
|
|
window.open(top.restAjax.path('api/applystudentsnew/export-excel-more?keywords={keywords}&planNumber={planNumber}&startTime={startTime}&endTime={endTime}',
|
|
|
|
[$('#keywords').val(), $('#keywords').val(), $('#startTime').val(), $('#endTime').val()]));
|
|
|
|
}
|
|
|
|
});
|
|
|
|
}
|
|
|
|
|
2021-06-19 17:32:49 +08:00
|
|
|
function exportFile(data) {
|
|
|
|
console.log(data)
|
|
|
|
top.dialog.msg('确定要导出数据吗?', {
|
|
|
|
time: 0,
|
|
|
|
btn: [top.dataMessage.button.yes, top.dataMessage.button.no],
|
|
|
|
shade: 0.3,
|
|
|
|
yes: function (index) {
|
|
|
|
top.dialog.close(index);
|
|
|
|
window.open(top.restAjax.path('api/applystudentsnew/export-archives?classPlanId={classPlanId}&applyStudentsNewId={applyStudentsNewId}', [data.classPlanId, data.applyStudentsNewId]));
|
2021-06-16 18:29:38 +08:00
|
|
|
}
|
|
|
|
});
|
|
|
|
}
|
|
|
|
|
2021-06-03 19:05:55 +08:00
|
|
|
// 事件 - 页面变化
|
|
|
|
$win.on('resize', function() {
|
|
|
|
clearTimeout(resizeTimeout);
|
|
|
|
resizeTimeout = setTimeout(function() {
|
|
|
|
reloadTable();
|
|
|
|
}, 500);
|
|
|
|
});
|
|
|
|
// 事件 - 搜索
|
|
|
|
$(document).on('click', '#search', function() {
|
|
|
|
reloadTable(1);
|
|
|
|
});
|
|
|
|
// 事件 - 增删改
|
|
|
|
table.on('toolbar(dataTable)', function(obj) {
|
|
|
|
var layEvent = obj.event;
|
|
|
|
var checkStatus = table.checkStatus('dataTable');
|
|
|
|
var checkDatas = checkStatus.data;
|
2021-06-16 18:29:38 +08:00
|
|
|
if(layEvent === 'checkEvent') {
|
|
|
|
if(checkDatas.length === 0) {
|
|
|
|
top.dialog.msg(top.dataMessage.table.selectEdit);
|
|
|
|
} else if(checkDatas.length > 1) {
|
|
|
|
top.dialog.msg(top.dataMessage.table.selectOneEdit);
|
|
|
|
} else {
|
|
|
|
layer.open({
|
|
|
|
type: 2,
|
|
|
|
title: false,
|
|
|
|
closeBtn: 0,
|
|
|
|
area: ['100%', '100%'],
|
|
|
|
shadeClose: true,
|
|
|
|
anim: 2,
|
|
|
|
content: top.restAjax.path('route/applystudentsnew/check.html?applyStudentsNewId={applyStudentsNewId}', [checkDatas[0].applyStudentsNewId]),
|
|
|
|
end: function() {
|
|
|
|
reloadTable();
|
|
|
|
}
|
|
|
|
});
|
|
|
|
}
|
2021-06-03 19:05:55 +08:00
|
|
|
} else if(layEvent === 'updateEvent') {
|
|
|
|
if(checkDatas.length === 0) {
|
|
|
|
top.dialog.msg(top.dataMessage.table.selectEdit);
|
|
|
|
} else if(checkDatas.length > 1) {
|
|
|
|
top.dialog.msg(top.dataMessage.table.selectOneEdit);
|
|
|
|
} else {
|
|
|
|
layer.open({
|
|
|
|
type: 2,
|
|
|
|
title: false,
|
|
|
|
closeBtn: 0,
|
|
|
|
area: ['100%', '100%'],
|
|
|
|
shadeClose: true,
|
|
|
|
anim: 2,
|
|
|
|
content: top.restAjax.path('route/applystudentsnew/update.html?applyStudentsNewId={applyStudentsNewId}', [checkDatas[0].applyStudentsNewId]),
|
|
|
|
end: function() {
|
|
|
|
reloadTable();
|
|
|
|
}
|
|
|
|
});
|
|
|
|
}
|
2021-06-16 18:29:38 +08:00
|
|
|
} else if(layEvent === 'checkMore') {
|
|
|
|
if(checkDatas.length === 0) {
|
|
|
|
top.dialog.msg('请选择要审核的数据');
|
|
|
|
} else {
|
|
|
|
var ids = '';
|
|
|
|
for(var i = 0, item; item = checkDatas[i++];) {
|
|
|
|
if(item.checkStatus != 0) {
|
|
|
|
top.dialog.msg('当前选择存在已经审核完成数据,请重新选择');
|
|
|
|
reloadTable();
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
if(item.checkStatus == 0) {
|
|
|
|
if(i > 1) {
|
|
|
|
ids += '_';
|
|
|
|
}
|
|
|
|
ids += item['applyStudentsNewId'];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(ids.length <= 0) {
|
|
|
|
top.dialog.msg('当前选择数据已经审核完成,请重新选择');
|
|
|
|
return false;
|
|
|
|
reloadTable();
|
|
|
|
}
|
|
|
|
checkMore(ids);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
|
|
|
|
// 开班计划批量审核
|
|
|
|
function checkMore(ids) {
|
|
|
|
top.dialog.msg('考试人员审核', {
|
|
|
|
time: 0,
|
|
|
|
btn: ['通过', '退回'],
|
|
|
|
shade: 0.3,
|
|
|
|
yes: function (index) {
|
|
|
|
top.dialog.close(index);
|
|
|
|
var layIndex;
|
|
|
|
top.restAjax.put(top.restAjax.path('api/applystudentsnew/update-more/{ids}', [ids]), {checkStatus: 1}, null, function (code, data) {
|
|
|
|
top.dialog.msg('审核成功', {time: 1000});
|
|
|
|
reloadTable();
|
|
|
|
}, function (code, data) {
|
|
|
|
top.dialog.msg(data.msg);
|
|
|
|
}, function () {
|
|
|
|
layIndex = top.dialog.msg(top.dataMessage.updating, {icon: 16, time: 0, shade: 0.3});
|
|
|
|
}, function () {
|
|
|
|
top.dialog.close(layIndex);
|
|
|
|
});
|
|
|
|
},
|
|
|
|
btn2: function(index) {
|
|
|
|
top.dialog.close(index);
|
|
|
|
addComment(ids);
|
|
|
|
}
|
|
|
|
});
|
|
|
|
}
|
|
|
|
|
|
|
|
function addComment(ids){
|
|
|
|
//给模板 tpl-user 传递参数
|
|
|
|
var tpldata = {
|
|
|
|
"ids": ids
|
|
|
|
};
|
|
|
|
//获取id为tpl-user的noscript标签的html内容,不能使用innerHtml
|
|
|
|
laytpl(document.getElementById('tpl-user').innerText)
|
|
|
|
.render(tpldata,function(html){
|
|
|
|
//渲染完成后直接打开
|
|
|
|
layer.open({
|
|
|
|
type: 1,
|
|
|
|
shade: false,
|
|
|
|
area: ['80%', '50%'],
|
|
|
|
title: false, //不显示标题
|
|
|
|
content: html,
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
//监听行单击事件
|
|
|
|
table.on('tool(dataTable)', function(obj){
|
|
|
|
var data = obj.data;
|
|
|
|
if('exportFile' == obj.event) {
|
|
|
|
// 分配监考老司机哦
|
2021-06-19 17:32:49 +08:00
|
|
|
exportFile(data);
|
2021-06-03 19:05:55 +08:00
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|