|
|
|
@ -238,22 +238,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if ($("#a2").html() == $("#a3").html()) {
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: '/QingLong/zbdc/CheckReportSave',
|
|
|
|
|
type: 'post',
|
|
|
|
|
success: function (result) {
|
|
|
|
|
if (result.success) {
|
|
|
|
|
layer.msg("上报成功!", {
|
|
|
|
|
icon: 1,
|
|
|
|
|
time: 1300
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
layer.msg(result.message, {
|
|
|
|
|
icon: 2,
|
|
|
|
|
time: 2000
|
|
|
|
|
});
|
|
|
|
|
layer.confirm('确定要上报数据吗?', {
|
|
|
|
|
icon: 3,
|
|
|
|
|
title: '提示'
|
|
|
|
|
}, function (index) {
|
|
|
|
|
layer.close(index);
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: '/QingLong/zbdc/CheckReportSave',
|
|
|
|
|
type: 'post',
|
|
|
|
|
success: function (result) {
|
|
|
|
|
if (result.success) {
|
|
|
|
|
layer.msg("上报成功!", {
|
|
|
|
|
icon: 1,
|
|
|
|
|
time: 1300
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
layer.msg(result.message, {
|
|
|
|
|
icon: 2,
|
|
|
|
|
time: 2000
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
layer.msg("还有未提交的学校,不能上报!", {
|
|
|
|
|