From 74525284a0c5f94d64353cde801024be807d2ec7 Mon Sep 17 00:00:00 2001 From: lch Date: Mon, 3 May 2021 04:50:20 +0000 Subject: [PATCH] =?UTF-8?q?=ED=95=B4=EB=8B=B9=EA=B3=BC=EC=A0=95:=20?= =?UTF-8?q?=E2=91=A0=20=EC=98=A8=EB=9D=BC=EC=9D=B8/=ED=98=BC=ED=95=A9=20?= =?UTF-8?q?=E2=91=A1=20=EC=98=A4=ED=94=84=EB=9D=BC=EC=9D=B8=20=EC=A4=91=20?= =?UTF-8?q?=EB=B9=84=ED=99=98=EA=B8=89=20=EC=84=A0=ED=83=9D=20=EC=8B=9C=20?= =?UTF-8?q?=EA=B0=9C=EC=9D=B8=EC=A0=95=EB=B3=B4=20=ED=99=95=EC=9D=B8=20?= =?UTF-8?q?=EB=B6=80=EB=B6=84=EC=97=90=EC=84=9C=20'=EC=A7=81=EC=9C=84'=20?= =?UTF-8?q?=EC=88=A8=EA=B9=80=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/Course/ApplyEdu.cshtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FO/Views/Course/ApplyEdu.cshtml b/FO/Views/Course/ApplyEdu.cshtml index 1a799f4..d874529 100644 --- a/FO/Views/Course/ApplyEdu.cshtml +++ b/FO/Views/Course/ApplyEdu.cshtml @@ -290,7 +290,7 @@ - + *직위 @Html.TextBoxFor(x => x.User.uduty, new { @class = "apylpt", @maxlength = "20" }) @@ -348,10 +348,12 @@ if ($("input:radio[name='isrebate']:checked").val() == "1") { $(".rbankInfo").show(); $(".companyInfo").show(); + $(".uduty").show(); } else { $(".rbankInfo").hide(); $(".companyInfo").hide(); + $(".uduty").hide(); } });