From 5fb01ebeff8820b305c8a5a70d87bd2efed0d905 Mon Sep 17 00:00:00 2001 From: jjh Date: Mon, 19 Aug 2024 09:59:43 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=80=EA=B3=BC=EC=A0=9C=EC=99=B8=20?= =?UTF-8?q?=EA=B4=80=EB=A6=AC=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/excl/excl01010-main.jsp | 16 ++++++++-------- .../WEB-INF/jsp/fims/excl/excl01020-info.jsp | 14 +++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/fims/excl/excl01010-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/excl/excl01010-main.jsp index 56984ffc..ea01d1e9 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/excl/excl01010-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/excl/excl01010-main.jsp @@ -378,10 +378,10 @@ , size: $P.ctrl.infoSize , content: resp , init: () => { - setDialogZindex(); - $("#" + dialogId).attr("name", dialogName); $("#" + dialogId).attr("data-ref-doctx", "${pageName}"); + + setDialogZindex(); } , onClose: () => { $P.ctrl.reload({all : true}); } // 자료 재조회 }); @@ -504,10 +504,10 @@ , size: "xxl" , content: resp , init: () => { - setDialogZindex(); - $("#" + dialogId).attr("name", dialogName); $("#" + dialogId).attr("data-ref-doctx", "${pageName}"); + + setDialogZindex(); } , onClose: () => { } }); @@ -621,10 +621,10 @@ , size: "lg" , content: resp , init: () => { - setDialogZindex(); - $("#" + dialogId).attr("name", dialogName); $("#" + dialogId).attr("data-ref-doctx", "${pageName}"); + + setDialogZindex(); } }); } @@ -768,8 +768,8 @@ $P.setEvent(); // 2. 초기 설정 - initDatepicker($P.find("frmSearch")); // 달력 초기화 - initDetailSearchButton($P.find("frmSearch")); + initDatepicker($P.find("frmSearch")); // 달력 초기화 + initDetailSearchButton($P.find("frmSearch")); // $P.fnResetAndChangeBiz($("#layout-navbar input[name='taskSeCd']:checked").val()); // 초기 설정 및 업무 구분 변경 diff --git a/src/main/webapp/WEB-INF/jsp/fims/excl/excl01020-info.jsp b/src/main/webapp/WEB-INF/jsp/fims/excl/excl01020-info.jsp index 4f712a0b..277a17cb 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/excl/excl01020-info.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/excl/excl01020-info.jsp @@ -4,7 +4,7 @@ 부과제외 상세 정보 -
+
@@ -36,7 +36,7 @@
-
@@ -52,7 +52,7 @@
- +
@@ -127,7 +127,7 @@ // 호출용도가 등록 이라면.. if ($P.callPurpose == "create") { - $P.$P.$find("levyExclYmd").datepicker("setDate", new Date()); + $P.$find("levyExclYmd").datepicker("setDate", TODAY()); } } @@ -164,7 +164,7 @@ ajax.post({ url: !create ? $P.ctrl.urls.update : $P.ctrl.urls.create , data: info || {} - , success: resp => $P.ctrl.onSave(resp) + , success: (resp) => { $P.ctrl.onSave(resp); } }); } } @@ -244,7 +244,7 @@ $P.$find("vhrno").prop("readonly", true); // 차량번호 $P.$find("levyExclSeNm").prop("readonly", true); // 부과 제외 구분 - // View로 호출 + // View로 호출되었을때 disabled 셋팅 if ($P.callPurpose == "view") { // input 요소들을 disabled $P.$find("frmEdit").find("input,textarea,select").prop("disabled", true); @@ -265,6 +265,6 @@ // 3. dataset 설정 $P.ctrl.setData([${info}]); - }); + });