From 1605e097ddec28ef7a55d0a11fc72bfaf058c368 Mon Sep 17 00:00:00 2001 From: JoJH Date: Fri, 15 Nov 2024 17:40:46 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=84=B8=EC=A7=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/fims/epst/epst02010-main.jsp | 2 +- src/main/webapp/WEB-INF/jsp/fims/epst/epst02020-info.jsp | 2 +- src/main/webapp/WEB-INF/jsp/fims/epst/epst02030-main.jsp | 2 +- src/main/webapp/WEB-INF/jsp/fims/epst/epst02040-info.jsp | 2 +- src/main/webapp/WEB-INF/jsp/fims/epst/epst02050-main.jsp | 2 +- src/main/webapp/WEB-INF/jsp/fims/excl/excl01010-main.jsp | 2 +- src/main/webapp/WEB-INF/jsp/fims/excl/excl02010-main.jsp | 2 +- src/main/webapp/WEB-INF/jsp/fims/excl/excl03010-main.jsp | 2 +- src/main/webapp/WEB-INF/jsp/fims/levy/levy01010-main.jsp | 7 ++++--- src/main/webapp/WEB-INF/jsp/fims/levy/levy01050-main.jsp | 3 +-- src/main/webapp/WEB-INF/jsp/fims/levy/levy02010-main.jsp | 2 +- src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01010-main.jsp | 4 ++-- src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01030-main.jsp | 2 +- src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01040-info.jsp | 3 +-- src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01050-main.jsp | 4 ++-- src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01070-main.jsp | 2 +- src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01080-info.jsp | 2 +- src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01110-main.jsp | 2 +- src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01120-info.jsp | 3 +-- src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01230-info.jsp | 2 +- src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01240-main.jsp | 4 ++-- src/main/webapp/WEB-INF/jsp/fims/sndb/sndb01250-info.jsp | 5 ++--- 22 files changed, 29 insertions(+), 32 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/fims/epst/epst02010-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/epst/epst02010-main.jsp index aa04a9df..90af655c 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/epst/epst02010-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/epst/epst02010-main.jsp @@ -337,7 +337,7 @@ $P.fnExcel = () => { if ($P.ctrl.dataset.empty) { dialog.alert({ - content: "검색된 자료가 없습니다." + content: "검색된 " + $P.ctrl.prefixName + " 정보가 없습니다." , init: () => { AppSupport.setDialogZindex(); } , onOK: () => { } }); diff --git a/src/main/webapp/WEB-INF/jsp/fims/epst/epst02020-info.jsp b/src/main/webapp/WEB-INF/jsp/fims/epst/epst02020-info.jsp index d23bcf53..bc1b912d 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/epst/epst02020-info.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/epst/epst02020-info.jsp @@ -75,7 +75,7 @@ // URL $P.prefixUrl = "${prefixUrl}"; - // infoDialog 호출 용도(view 조회(편집불가), create 등록, update 수정) + // infoDialog 호출 용도(view 조회(편집불가), create 등록, update 수정, delete 삭제, restore 복구) $P.callPurpose = "${callPurpose}"; // datasetControl $P.ctrl = newEpst02020Control("${pageName}", "[data-doctx=${pageName}]"); diff --git a/src/main/webapp/WEB-INF/jsp/fims/epst/epst02030-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/epst/epst02030-main.jsp index f7763c3d..1523d6a8 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/epst/epst02030-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/epst/epst02030-main.jsp @@ -452,7 +452,7 @@ $P.fnExcel = () => { if ($P.ctrl.dataset.empty) { dialog.alert({ - content: "검색된 자료가 없습니다." + content: "검색된 " + $P.ctrl.prefixName + " 정보가 없습니다." , init: () => { AppSupport.setDialogZindex(); } , onOK: () => { } }); diff --git a/src/main/webapp/WEB-INF/jsp/fims/epst/epst02040-info.jsp b/src/main/webapp/WEB-INF/jsp/fims/epst/epst02040-info.jsp index 01251362..355b2786 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/epst/epst02040-info.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/epst/epst02040-info.jsp @@ -154,7 +154,7 @@ $P.fnExcel = () => { if ($P.ctrl.dataset.empty) { dialog.alert({ - content: "검색된 자료가 없습니다." + content: "검색된 " + $P.ctrl.prefixName + " 정보가 없습니다." , init: () => { AppSupport.setDialogZindex(); } , onOK: () => { } }); diff --git a/src/main/webapp/WEB-INF/jsp/fims/epst/epst02050-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/epst/epst02050-main.jsp index d5ee9d55..3280ebdb 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/epst/epst02050-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/epst/epst02050-main.jsp @@ -353,7 +353,7 @@ $P.fnExcel = () => { if ($P.ctrl.dataset.empty) { dialog.alert({ - content: "검색된 자료가 없습니다." + content: "검색된 " + $P.ctrl.prefixName + " 정보가 없습니다." , init: () => { AppSupport.setDialogZindex(); } , onOK: () => { } }); 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 c0a1a705..33231dbc 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 @@ -484,7 +484,7 @@ $P.fnExcel = () => { if ($P.ctrl.dataset.empty) { dialog.alert({ - content: "검색된 자료가 없습니다." + content: "검색된 " + $P.ctrl.prefixName + " 정보가 없습니다." , init: () => { AppSupport.setDialogZindex(); } , onOK: () => { } }); diff --git a/src/main/webapp/WEB-INF/jsp/fims/excl/excl02010-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/excl/excl02010-main.jsp index e10f5e5e..3a03b57c 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/excl/excl02010-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/excl/excl02010-main.jsp @@ -605,7 +605,7 @@ $P.fnExcel = () => { if ($P.ctrl.dataset.empty) { dialog.alert({ - content: "검색된 자료가 없습니다." + content: "검색된 " + $P.ctrl.prefixName + " 정보가 없습니다." , init: () => { AppSupport.setDialogZindex(); } , onOK: () => { } }); diff --git a/src/main/webapp/WEB-INF/jsp/fims/excl/excl03010-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/excl/excl03010-main.jsp index 0fd0c776..1adbd759 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/excl/excl03010-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/excl/excl03010-main.jsp @@ -418,7 +418,7 @@ $P.fnExcel = () => { if ($P.ctrl.dataset.empty) { dialog.alert({ - content: "검색된 자료가 없습니다." + content: "검색된 " + $P.ctrl.prefixName + " 정보가 없습니다." , init: () => { AppSupport.setDialogZindex(); } , onOK: () => { } }); diff --git a/src/main/webapp/WEB-INF/jsp/fims/levy/levy01010-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/levy/levy01010-main.jsp index 4e650b42..a62d5ef2 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/levy/levy01010-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/levy/levy01010-main.jsp @@ -487,7 +487,7 @@ $P.fnExcel = () => { if ($P.ctrl.dataset.empty) { dialog.alert({ - content: "검색된 자료가 없습니다." + content: "검색된 " + $P.ctrl.prefixName + " 정보가 없습니다." , init: () => { AppSupport.setDialogZindex(); } , onOK: () => { } }); @@ -542,8 +542,9 @@ $P.fnCreateWholTrgt = (btnTitle) => { if ($P.ctrl.dataset.empty) { dialog.alert({ - content : "검색된 " + $P.ctrl.prefixName + " 자료가 없습니다." - , onOK : () => { } + content: "검색된 " + $P.ctrl.prefixName + " 정보가 없습니다." + , init: () => { AppSupport.setDialogZindex(); } + , onOK: () => { } }); return; } diff --git a/src/main/webapp/WEB-INF/jsp/fims/levy/levy01050-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/levy/levy01050-main.jsp index 2379411f..751f3ae9 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/levy/levy01050-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/levy/levy01050-main.jsp @@ -32,7 +32,6 @@