Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexLabel.js파일 보기
@@ -82,7 +82,11 @@ var bootstrap = function ($, learun) {
return;
}
var IsOurSchool = $('#gridtable').jfGridValue('IsOurSchool');
if (IsOurSchool == false) {
if (IsOurSchool == 'true') {
learun.alert.warning("当前项无需填报!");
return;
} else {
learun.layerForm({
id: 'form',
title: '填报学校',
@@ -93,9 +97,6 @@ var bootstrap = function ($, learun) {
return top[id].acceptClick(refreshGirdData);
}
});
} else {
learun.alert.warning("当前项无需填报!");
return;
}
}
});
+ 2- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuVolunteer/StuVolunteerService.cs파일 보기