<기능개선>

1. PMS NO : 6007
2. (주요)작업내용 
(1) D:/Project/NEW_LMS/2020LMSYNICTE/FO/Views/Home/Index.cshtml
 - 품질관리기술인 때 전문분야 div 노출 막기
This commit is contained in:
jity7777 2022-05-25 05:42:21 +00:00
parent bd1080f6fb
commit 731196c689
1 changed files with 10 additions and 3 deletions

View File

@ -472,11 +472,18 @@
if (num == 5) { if (num == 5) {
$("#msSel6 > div > div > ul > li").hide(); $("#msSel6 > div > div > ul > li").hide();
if ($("#msSel6").attr("class").indexOf("disable") > -1) {
//해당 div도 같이 숨김 --> javascript:schIpt('5', '57', '품질관리');">품질관리
$("#msSel6 > div").css("display", "none");
}
else {
$("#msSel6 > div").css("display", "block");
$("[id='lijob" + code + "']").each(function () { $("[id='lijob" + code + "']").each(function () {
$(this).show(); $(this).show();
}) })
} }
} }
}
function schIpt2(num, code, name) { function schIpt2(num, code, name) {
let tempStr = ""; let tempStr = "";