From 2810a7b764c2047e2e1f2c88c649e40e05a6f7ee Mon Sep 17 00:00:00 2001 From: hjjeong Date: Mon, 9 Feb 2026 14:00:01 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B7=B0=20=EB=AA=A8=EB=93=9C=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EB=8B=AB=EA=B8=B0=20=EB=B2=84=ED=8A=BC=20=ED=99=9C?= =?UTF-8?q?=EC=84=B1=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/view/quality/ecrResultFormPopUp.jsp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WebContent/WEB-INF/view/quality/ecrResultFormPopUp.jsp b/WebContent/WEB-INF/view/quality/ecrResultFormPopUp.jsp index 750315b..3da8dbb 100644 --- a/WebContent/WEB-INF/view/quality/ecrResultFormPopUp.jsp +++ b/WebContent/WEB-INF/view/quality/ecrResultFormPopUp.jsp @@ -60,6 +60,8 @@ $(document).ready(function(){ // 뷰 모드일 경우 입력 필드 비활성화 if(isViewMode){ $("#form1 input, #form1 textarea, #form1 select").prop("disabled", true); + // 닫기 버튼은 뷰 모드에서도 동작해야 하므로 다시 활성화 + $("#btnClose").prop("disabled", false); $("#btnSave, #btnUpload, #btnImgUpload, #file1, #imgFile1").hide(); $(".delete_btn").parent().hide(); } else {