From 9f1348e47fc1447b8c3933f82872981a1b182227 Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Wed, 1 Oct 2025 17:08:17 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=A0=EC=A7=80=EC=84=9C=EB=B0=9C=EC=86=A1?= =?UTF-8?q?=20=EB=93=B1=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/fims/sndb/sndb01100-info.jsp | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01100-info.jsp b/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01100-info.jsp index 95a0603..7280f56 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01100-info.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01100-info.jsp @@ -56,14 +56,8 @@ - -
- - ~ - -
-
+
+ +
@@ -266,7 +266,7 @@ $("#schLevyNoFrom--${pageName}").prop("disabled", true); // 시작 부과번호 $("#schLevyNoTo--${pageName}").prop("disabled", true); // 종료 부과번호 $("#schVltnId--${pageName}").prop("disabled", true); // 위반항목 - + $("#tnocs--${pageName}").val(resp.tnocs); // enabled $("#btnSave--${pageName}").prop("disabled", false); // 저장 버튼 } @@ -276,7 +276,6 @@ dialog.alert({ content: showMessage - , init: () => { AppSupport.setDialogZindex(); } , onOK: () => { } }); } @@ -326,7 +325,6 @@ dialog.alert({ content : $P.control.prefixName + " 정보를 저장하시겠습니까?" - , init: () => { AppSupport.setDialogZindex(); } , onOK : () => { // 검색조건과 저장 파라미터 객체를 합친다. let params = $.extend({}, $P.formEditFields.get(), $P.formFields.get());