Bläddra i källkod

迎新功能--意向标注----填报本校判断出错

临城职教中职
ndbs 2 år sedan
förälder
incheckning
5a589c4de6
2 ändrade filer med 7 tillägg och 4 borttagningar
  1. +5
    -4
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexLabel.js
  2. +2
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuVolunteer/StuVolunteerService.cs

+ 5
- 4
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexLabel.js Visa fil

@@ -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 Visa fil

@@ -250,6 +250,8 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
else
{
entity.Create();
entity.IsOurSchool = false;
entity.IsIntention = false;
this.BaseRepository("CollegeMIS").Insert(entity);
}
}


Laddar…
Avbryt
Spara