From 731196c6897db68fae10757024899ced49e9ec1d Mon Sep 17 00:00:00 2001 From: jity7777 Date: Wed, 25 May 2022 05:42:21 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=201.=20P?= =?UTF-8?q?MS=20NO=20:=206007=202.=20(=EC=A3=BC=EC=9A=94)=EC=9E=91?= =?UTF-8?q?=EC=97=85=EB=82=B4=EC=9A=A9=20(1)=20D:/Project/NEW=5FLMS/2020LM?= =?UTF-8?q?SYNICTE/FO/Views/Home/Index.cshtml=20=20-=20=ED=92=88=EC=A7=88?= =?UTF-8?q?=EA=B4=80=EB=A6=AC=EA=B8=B0=EC=88=A0=EC=9D=B8=20=EB=95=8C=20?= =?UTF-8?q?=EC=A0=84=EB=AC=B8=EB=B6=84=EC=95=BC=20div=20=EB=85=B8=EC=B6=9C?= =?UTF-8?q?=20=EB=A7=89=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/Home/Index.cshtml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/FO/Views/Home/Index.cshtml b/FO/Views/Home/Index.cshtml index 6ed77ab..c99f5b7 100644 --- a/FO/Views/Home/Index.cshtml +++ b/FO/Views/Home/Index.cshtml @@ -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(); + }) + } } }