<기능개선>

1. PMS NO : 5903
2. (주요)작업내용 
(1) D:/Project/NEW_LMS/2020LMSYNICTE/FO/Views/Home/Index.cshtml
 - 승급 교육 선택시 문구변경 (재 수정)
This commit is contained in:
jity7777 2022-05-04 01:58:18 +00:00
parent 71998db716
commit 9c019af29a
1 changed files with 4 additions and 1 deletions

View File

@ -396,11 +396,14 @@
$("#liedu4").hide() $("#liedu4").hide()
$("#lijob57").hide() $("#lijob57").hide()
if ($("#msSel3 > span").text() == "승급교육") {
$("#msSel4 > span").text("승급 후 등급")
}
if ($("#msSel2 > span").text() == "설계시공기술인") { if ($("#msSel2 > span").text() == "설계시공기술인") {
$("#liedu4").hide() $("#liedu4").hide()
if ($("#msSel3 > span").text() == "승급교육") { if ($("#msSel3 > span").text() == "승급교육") {
$("#msSel4 > span").text("승급 후 등급")
$("#ligrade01").hide() $("#ligrade01").hide()
$("#ligrade1").hide() $("#ligrade1").hide()
} }