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 @@