|
|
|
@ -103,21 +103,11 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function popupRegex(){
|
|
|
|
|
if($("#group_member_ids").length > 0) {
|
|
|
|
|
if(regexStudentWorkMember(parseInt($.trim($("#min_num_member").html())),parseInt($.trim($("#max_num_member").html())))) {
|
|
|
|
|
$('#ajax-modal').html("<div><p align='center' style='margin-top: 35px'>作品信息完整性校验中,请稍等...</p></div>");
|
|
|
|
|
showModal('ajax-modal', '500px');
|
|
|
|
|
$('#ajax-modal').siblings().remove();
|
|
|
|
|
$('#ajax-modal').parent().css("top","").css("left","").css("border","3px solid #269ac9");
|
|
|
|
|
$('#ajax-modal').parent().addClass("anonymos");
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
$('#ajax-modal').html("<div><p align='center' style='margin-top: 35px'>作品信息完整性校验中,请稍等...</p></div>");
|
|
|
|
|
showModal('ajax-modal', '500px');
|
|
|
|
|
$('#ajax-modal').siblings().remove();
|
|
|
|
|
$('#ajax-modal').parent().css("top","").css("left","").css("border","3px solid #269ac9");
|
|
|
|
|
$('#ajax-modal').parent().addClass("anonymos");
|
|
|
|
|
}
|
|
|
|
|
$('#ajax-modal').html("<div><p align='center' style='margin-top: 35px'>作品信息完整性校验中,请稍等...</p></div>");
|
|
|
|
|
showModal('ajax-modal', '500px');
|
|
|
|
|
$('#ajax-modal').siblings().remove();
|
|
|
|
|
$('#ajax-modal').parent().css("top","").css("left","").css("border","3px solid #269ac9");
|
|
|
|
|
$('#ajax-modal').parent().addClass("anonymos");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function nh_check_field(params){
|
|
|
|
@ -140,6 +130,12 @@
|
|
|
|
|
params.contentmsg.html('');
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if(!result) {
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if($("#group_member_ids").length > 0) {
|
|
|
|
|
result=regexStudentWorkMember(parseInt($.trim($("#min_num_member").html())),parseInt($.trim($("#max_num_member").html())));
|
|
|
|
|
}
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|