diff --git a/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01030-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01030-main.jsp
index 1de3a15..ff539e6 100644
--- a/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01030-main.jsp
+++ b/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01030-main.jsp
@@ -357,7 +357,7 @@
$("#" + dialogId).attr("name", dialogName);
$("#" + dialogId).attr("data-ref-doctx", "${pageName}");
- AppSupport.setDialogZindex();
+// AppSupport.setDialogZindex();
}
, onClose: () => { }
});
@@ -414,7 +414,7 @@
, title: "삭제 사유"
, size: "lg"
, content: template
- , init: () => { AppSupport.setDialogZindex(); }
+// , init: () => { AppSupport.setDialogZindex(); }
, onOK: () => {
$P.callbackRsn({
btnTitle: btnTitle // 버튼 title
diff --git a/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01070-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01070-main.jsp
index 9eba45d..0c1798d 100644
--- a/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01070-main.jsp
+++ b/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01070-main.jsp
@@ -357,7 +357,7 @@
$("#" + dialogId).attr("name", dialogName);
$("#" + dialogId).attr("data-ref-doctx", "${pageName}");
- AppSupport.setDialogZindex();
+// AppSupport.setDialogZindex();
}
, onClose: () => { }
});
@@ -413,7 +413,7 @@
, title: "삭제 사유"
, size: "lg"
, content: template
- , init: () => { AppSupport.setDialogZindex(); }
+// , init: () => { AppSupport.setDialogZindex(); }
, onOK: () => {
$P.callbackRsn({
btnTitle: btnTitle // 버튼 title
diff --git a/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01080-info.jsp b/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01080-info.jsp
index 69272c4..1be1d86 100644
--- a/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01080-info.jsp
+++ b/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01080-info.jsp
@@ -209,7 +209,7 @@
dialog.alert({
content: showMessage
- , init: () => { AppSupport.setDialogZindex(); }
+// , init: () => { AppSupport.setDialogZindex(); }
, onOK: () => { $P.ctrl.reload({all : true}); } // 자료 재조회
});
}
@@ -228,7 +228,7 @@
dialog.alert({
content: showMessage
- , init: () => { AppSupport.setDialogZindex(); }
+// , init: () => { AppSupport.setDialogZindex(); }
, onOK: () => { $P.ctrl.reload({all : true}); } // 자료 재조회
});
}
@@ -257,7 +257,7 @@
dialog.alert({
content : showMessage
- , init: () => { AppSupport.setDialogZindex(); }
+// , init: () => { AppSupport.setDialogZindex(); }
, onOK: () => { $P.ctrl.reload({all : true}); } // 자료 재조회
});
}
@@ -276,7 +276,7 @@
dialog.alert({
content: showMessage
- , init: () => { AppSupport.setDialogZindex(); }
+// , init: () => { AppSupport.setDialogZindex(); }
, onOK: () => { $P.ctrl.reload({all : true}); } // 자료 재조회
});
}
@@ -307,7 +307,7 @@
dialog.alert({
content: "세외수입 과태료 대장에 단속 정보를 등록하시겠습니까?"
- , init: () => { AppSupport.setDialogZindex(); }
+// , init: () => { AppSupport.setDialogZindex(); }
, onOK: () => {
let params = new FimsFormFields($P.selectorn("frmEdit")).get(); // formFields
params.callPurpose = "create"; // 호출 용도
@@ -349,7 +349,7 @@
, size: "md"
, content: template
, init: () => {
- AppSupport.setDialogZindex();
+// AppSupport.setDialogZindex();
$("#divPostSndng").show();
AppSupport.initDatepicker("frmInputDate");
diff --git a/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01110-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01110-main.jsp
index d4e9db6..c2958ac 100644
--- a/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01110-main.jsp
+++ b/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01110-main.jsp
@@ -326,7 +326,7 @@
$("#" + dialogId).attr("name", dialogName);
$("#" + dialogId).attr("data-ref-doctx", "${pageName}");
- AppSupport.setDialogZindex();
+// AppSupport.setDialogZindex();
}
, onClose: () => { }
});
@@ -409,7 +409,7 @@
$("#" + dialogId).attr("name", dialogName);
$("#" + dialogId).attr("data-ref-doctx", "${pageName}");
- AppSupport.setDialogZindex();
+// AppSupport.setDialogZindex();
}
, onClose: () => { }
});
@@ -483,7 +483,7 @@
, title: "삭제 사유"
, size: "lg"
, content: template
- , init: () => { AppSupport.setDialogZindex(); }
+// , init: () => { AppSupport.setDialogZindex(); }
, onOK: () => {
$P.callbackRsn({
btnTitle: btnTitle // 버튼 title
diff --git a/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01120-info.jsp b/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01120-info.jsp
index 95e850c..f994a3b 100644
--- a/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01120-info.jsp
+++ b/src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01120-info.jsp
@@ -238,7 +238,7 @@
dialog.alert({
content : showMessage
- , init: () => { AppSupport.setDialogZindex(); }
+// , init: () => { AppSupport.setDialogZindex(); }
, onOK: () => { $P.ctrl.reload({all : true}); } // 자료 재조회
});
}
@@ -257,7 +257,7 @@
dialog.alert({
content: showMessage
- , init: () => { AppSupport.setDialogZindex(); }
+// , init: () => { AppSupport.setDialogZindex(); }
, onOK: () => { $P.ctrl.reload({all : true}); } // 자료 재조회
});
}
@@ -295,7 +295,7 @@
, size: "md"
, content: template
, init: () => {
- AppSupport.setDialogZindex();
+// AppSupport.setDialogZindex();
$("#divPostSndng").show();
AppSupport.initDatepicker("frmInputDate");
@@ -351,7 +351,7 @@
content: fileTypeName+" 생성 중 오류가 발생하였습니다."
+"
"
+responseJson.description,
- init: () => { AppSupport.setDialogZindex(); }
+// init: () => { AppSupport.setDialogZindex(); }
});
});
new Error("");
diff --git a/src/main/webapp/WEB-INF/report/notice-a4.jasper b/src/main/webapp/WEB-INF/report/notice-a4.jasper
index 289a5d1..2caa72d 100644
Binary files a/src/main/webapp/WEB-INF/report/notice-a4.jasper and b/src/main/webapp/WEB-INF/report/notice-a4.jasper differ
diff --git a/src/main/webapp/WEB-INF/report/notice-a4.jrxml b/src/main/webapp/WEB-INF/report/notice-a4.jrxml
index de4e897..5e54edd 100644
--- a/src/main/webapp/WEB-INF/report/notice-a4.jrxml
+++ b/src/main/webapp/WEB-INF/report/notice-a4.jrxml
@@ -292,8 +292,8 @@
-
-
+
+
diff --git a/src/main/webapp/WEB-INF/report/prenotice-a4.jasper b/src/main/webapp/WEB-INF/report/prenotice-a4.jasper
index 1c7df32..058eecc 100644
Binary files a/src/main/webapp/WEB-INF/report/prenotice-a4.jasper and b/src/main/webapp/WEB-INF/report/prenotice-a4.jasper differ
diff --git a/src/main/webapp/WEB-INF/report/prenotice-a4.jrxml b/src/main/webapp/WEB-INF/report/prenotice-a4.jrxml
index 65aa648..f1d1354 100644
--- a/src/main/webapp/WEB-INF/report/prenotice-a4.jrxml
+++ b/src/main/webapp/WEB-INF/report/prenotice-a4.jrxml
@@ -342,8 +342,8 @@
-
-
+
+
diff --git a/src/main/webapp/resources/js/fims/sndb/sndb01010.js b/src/main/webapp/resources/js/fims/sndb/sndb01010.js
index ec2fa00..3febc8d 100644
--- a/src/main/webapp/resources/js/fims/sndb/sndb01010.js
+++ b/src/main/webapp/resources/js/fims/sndb/sndb01010.js
@@ -111,7 +111,7 @@ function newSndb01010Control(pageName, doctx="[data-doctx='sndb01010']") {
$("#" + dialogId).attr("name", dialogName);
$("#" + dialogId).attr("data-ref-doctx", pageName);
- AppSupport.setDialogZindex();
+// AppSupport.setDialogZindex();
}
, onClose: () => {
ctrl.query.crdnIds = null; // 단속 IDs
diff --git a/src/main/webapp/resources/js/fims/sndb/sndb01030.js b/src/main/webapp/resources/js/fims/sndb/sndb01030.js
index a6b4385..cd3e0df 100644
--- a/src/main/webapp/resources/js/fims/sndb/sndb01030.js
+++ b/src/main/webapp/resources/js/fims/sndb/sndb01030.js
@@ -111,7 +111,7 @@ function newSndb01030Control(pageName, doctx="[data-doctx='sndb01030']") {
$("#" + dialogId).attr("name", dialogName);
$("#" + dialogId).attr("data-ref-doctx", pageName);
- AppSupport.setDialogZindex();
+// AppSupport.setDialogZindex();
}
, onClose: () => { ctrl.reload({all : true}); } // 자료 재조회
});
@@ -126,7 +126,7 @@ function newSndb01030Control(pageName, doctx="[data-doctx='sndb01030']") {
// 메시지 출력
dialog.alert({
content: showMessage
- , init: () => { AppSupport.setDialogZindex(); }
+// , init: () => { AppSupport.setDialogZindex(); }
, onOK: resp.saved ? undefined : () => { }
, onClose: () => {
if (resp.saved) { ctrl.reload({ all: true }); } // 자료 재조회
diff --git a/src/main/webapp/resources/js/fims/sndb/sndb01050.js b/src/main/webapp/resources/js/fims/sndb/sndb01050.js
index 3e8f3b0..13b7e0c 100644
--- a/src/main/webapp/resources/js/fims/sndb/sndb01050.js
+++ b/src/main/webapp/resources/js/fims/sndb/sndb01050.js
@@ -111,7 +111,7 @@ function newSndb01050Control(pageName, doctx="[data-doctx='sndb01050']") {
$("#" + dialogId).attr("name", dialogName);
$("#" + dialogId).attr("data-ref-doctx", pageName);
- AppSupport.setDialogZindex();
+// AppSupport.setDialogZindex();
}
, onClose: () => {
ctrl.query.crdnIds = null; // 단속 IDs
diff --git a/src/main/webapp/resources/js/fims/sndb/sndb01070.js b/src/main/webapp/resources/js/fims/sndb/sndb01070.js
index bea84ef..1840794 100644
--- a/src/main/webapp/resources/js/fims/sndb/sndb01070.js
+++ b/src/main/webapp/resources/js/fims/sndb/sndb01070.js
@@ -111,7 +111,7 @@ function newSndb01070Control(pageName, doctx="[data-doctx='sndb01070']") {
$("#" + dialogId).attr("name", dialogName);
$("#" + dialogId).attr("data-ref-doctx", pageName);
- AppSupport.setDialogZindex();
+// AppSupport.setDialogZindex();
}
, onClose: () => { ctrl.reload({all : true}); } // 자료 재조회
});
@@ -126,7 +126,7 @@ function newSndb01070Control(pageName, doctx="[data-doctx='sndb01070']") {
// 메시지 출력
dialog.alert({
content: showMessage
- , init: () => { AppSupport.setDialogZindex(); }
+// , init: () => { AppSupport.setDialogZindex(); }
, onOK: resp.saved ? undefined : () => { }
, onClose: () => {
if (resp.saved) { ctrl.reload({ all: true }); } // 자료 재조회
@@ -146,4 +146,4 @@ function newSndb01070Control(pageName, doctx="[data-doctx='sndb01070']") {
}
return ctrl;
-}
+}
\ No newline at end of file
diff --git a/src/main/webapp/resources/js/fims/sndb/sndb01080.js b/src/main/webapp/resources/js/fims/sndb/sndb01080.js
index 46c539f..8a322d4 100644
--- a/src/main/webapp/resources/js/fims/sndb/sndb01080.js
+++ b/src/main/webapp/resources/js/fims/sndb/sndb01080.js
@@ -72,4 +72,4 @@ function newSndb01080Control(pageName, doctx="[data-doctx='sndb01080']") {
};
return ctrl;
-}
+}
\ No newline at end of file
diff --git a/src/main/webapp/resources/js/fims/sndb/sndb01110.js b/src/main/webapp/resources/js/fims/sndb/sndb01110.js
index a8da52e..916bb2b 100644
--- a/src/main/webapp/resources/js/fims/sndb/sndb01110.js
+++ b/src/main/webapp/resources/js/fims/sndb/sndb01110.js
@@ -111,7 +111,7 @@ function newSndb01110Control(pageName, doctx="[data-doctx='sndb01110']") {
$("#" + dialogId).attr("name", dialogName);
$("#" + dialogId).attr("data-ref-doctx", pageName);
- AppSupport.setDialogZindex();
+// AppSupport.setDialogZindex();
}
, onClose: () => { ctrl.reload({all : true}); } // 자료 재조회
});
@@ -126,7 +126,7 @@ function newSndb01110Control(pageName, doctx="[data-doctx='sndb01110']") {
// 메시지 출력
dialog.alert({
content: showMessage
- , init: () => { AppSupport.setDialogZindex(); }
+// , init: () => { AppSupport.setDialogZindex(); }
, onOK: resp.saved ? undefined : () => { }
, onClose: () => {
if (resp.saved) { ctrl.reload({ all: true }); } // 자료 재조회