Browse Source

成绩录入界面修改

娄底高职分支
hwh2023 6 months ago
parent
commit
82275ff872
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/InputScoreIndexInTeacher.js

+ 5
- 5
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/InputScoreIndexInTeacher.js View File

@@ -477,7 +477,7 @@ var bootstrap = function ($, learun) {
var TermEndScoreScale = $('#TermEndScoreScale').html();
var OtherScoreScale = $('#OtherScoreScale').html();
var totalScale = Number(OrdinaryScoreScale) + Number(TermInScoreScale) + Number(TermEndScoreScale) + Number(OtherScoreScale);
if (totalScale == 100) {
if (totalScale !== 100) {
learun.alert.warning("成绩比例设置不合理!");
return false;
} else {
@@ -682,10 +682,10 @@ var bootstrap = function ($, learun) {
}
};
judgeSelect = function () {
//if (CanInputFlag != "True") {
// top.learun.layerConfirm('当前时间不是成绩录入时间!', function (res) { });
// return false;
//}
if (CanInputFlag != "True") {
top.learun.layerConfirm('当前时间不是成绩录入时间!', function (res) { });
return false;
}

var $content = $('body').find('.lr-layout-tool-left');
var query = $content.lrGetFormData();


Loading…
Cancel
Save