From 8220797d63843a84f0fd7f402da6e30c52a0c012 Mon Sep 17 00:00:00 2001 From: iyak Date: Tue, 23 Sep 2025 06:39:46 +0000 Subject: [PATCH] =?UTF-8?q?7348.=20=ED=9A=8C=EC=82=AC=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?readonly=20=EB=B2=BC=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/Course/ApplyEdu.cshtml | 2 +- FO/Views/My/MyAssInfo.cshtml | 5 +++-- FO/css/mypage.css | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/FO/Views/Course/ApplyEdu.cshtml b/FO/Views/Course/ApplyEdu.cshtml index dc41b19..9bfb9cb 100644 --- a/FO/Views/Course/ApplyEdu.cshtml +++ b/FO/Views/Course/ApplyEdu.cshtml @@ -188,7 +188,7 @@ 회사명 - @Html.TextBoxFor(x => x.Assign.asname, new { @class = "apylpt", @maxlength = "100"}) + @Html.TextBoxFor(x => x.Assign.asname, new { @class = "apylpt", @maxlength = "100", @readonly = true, @style = "background-color:#ddd;" }) diff --git a/FO/Views/My/MyAssInfo.cshtml b/FO/Views/My/MyAssInfo.cshtml index 272a7b1..05d20b3 100644 --- a/FO/Views/My/MyAssInfo.cshtml +++ b/FO/Views/My/MyAssInfo.cshtml @@ -27,11 +27,11 @@ 회사명 - + 사업자등록번호 - + 대표자 성명 @@ -133,6 +133,7 @@ *@ +

※ 소속 업체가 변경된 경우 수정버튼을 눌러 현재 소속 업체의 사업자등록번호를 입력 해주세요.