<기능개선>

1. PMS NO : 
2. (주요)작업내용 
(1) FO/Views/Home/Index.cshtml
 - 승급교육일때 "현재등급"을  "승급 후 등급"으로 변경
   기존 조건이었으나 현재 최근 수정 작업 후 변경 기록 안되어 추가로 수정함
This commit is contained in:
jity7777 2022-05-09 04:08:45 +00:00
parent 3dc179d4dd
commit b14541486c
1 changed files with 9 additions and 3 deletions

View File

@ -369,7 +369,6 @@
$('#msSel' + (Number(num) + 1)).removeClass('disable');
$('#msSel' + (Number(num) + 1)).addClass('active');
$("#msSel4 > span").text("현재등급")
let tempCnt = 0;
$('#msSel' + (Number(num) + 1) + ' div ul li').each(function () {
@ -396,8 +395,15 @@
$("#liedu4").hide()
$("#lijob57").hide()
if ($("#msSel3 > span").text() == "승급교육") {
$("#msSel4 > span").text("승급 후 등급")
if (num == 3) {
if ($("#msSel3 > span").text() == "승급교육") {
$("#msSel4 > span").text("승급 후 등급")
}
else {
$("#msSel4 > span").text("현재등급")
}
}
if ($("#msSel2 > span").text() == "설계시공기술인") {