三级审核全部通过时才可以分配考场。

This commit is contained in:
Renpc-kilig 2021-06-19 18:09:22 +08:00
parent 7864428956
commit 589f9de387

View File

@ -191,6 +191,8 @@
var common = layui.common;
var resizeTimeout = null;
var tableUrl = 'api/examapply/listpage';
var point;
var checkStatus;
// 初始化表格
function initTable() {
@ -213,6 +215,8 @@
{field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '<span>{{d.LAY_INDEX}}</span>'},
{field: 'planName', width: 180, title: '计划名称', align:'center',
templet: function(row) {
point = row['point'];
checkStatus = row['checkStatus'];
var rowData = row.classPlanDTO[this.field];
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
return '-';
@ -388,7 +392,9 @@
yes: function (index) {
top.dialog.close(index);
// 审核
if('分管领导' == point && '1' == checkStatus) {
sentExamMsg(planIds);
}
},
btn2: function(index) {
top.dialog.close(index);