<기능개선>
1. PMS NO : 6007 2. (주요)작업내용 (1) D:/Project/NEW_LMS/2020LMSYNICTE/FO/Views/Home/Index.cshtml - 품질관리기술인 때 전문분야 div 노출 막기
This commit is contained in:
parent
bd1080f6fb
commit
731196c689
|
|
@ -472,9 +472,16 @@
|
|||
if (num == 5) {
|
||||
$("#msSel6 > div > div > ul > li").hide();
|
||||
|
||||
$("[id='lijob" + code + "']").each(function () {
|
||||
$(this).show();
|
||||
})
|
||||
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 () {
|
||||
$(this).show();
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue