From dcc52e478de36d12b0acdbd57e7b710b8119a7bc Mon Sep 17 00:00:00 2001 From: KNKIM Date: Mon, 29 Nov 2021 09:57:16 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EA=B1=B4?= =?UTF-8?q?=EC=88=98,=20=EC=82=AD=EC=A0=9C=EC=B2=98=EB=A6=AC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=EB=90=9C=20=ED=83=9C=EA=B7=B8=EC=97=90=20=EB=8C=80?= =?UTF-8?q?=ED=95=9C=20=ED=94=84=EB=A1=9C=EA=B7=B8=EB=9E=A8=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/nlib/cart/listCartItems.jsp | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/cart/listCartItems.jsp b/src/main/webapp/WEB-INF/jsp/nlib/cart/listCartItems.jsp index c4b6da72..a7b6fba1 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cart/listCartItems.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cart/listCartItems.jsp @@ -77,6 +77,7 @@ $( document ).ready(function() { $("#btnApp").val(BTN_APP_PREFIX + " (" + selNum + ")"); $("#appCnt").text("(" + selNum + ")"); + $("#appCntMo").text(selNum); }); $("[id^=selMngOrgCd]").filter(":first").prop("checked", true); @@ -220,8 +221,7 @@ $(document).ready(function() { g.preventDefault(); }); - if("${message}" != "") alert("${message}"); - + gfn_showMessage("${message}"); }); @@ -280,16 +280,22 @@ $(document).ready(function() { -

+

-
전체선택 (3/3)
+
+ + + 전체선택 (0/0) +
자료정보
이용상태
반납예정일
대출
방문열람
-
선택삭제
+
선택삭제
@@ -346,6 +352,7 @@ $(document).ready(function() {
From 36216fddb6fdd954911464c938a82905ba2ab526 Mon Sep 17 00:00:00 2001 From: KNKIM Date: Mon, 29 Nov 2021 09:57:58 +0900 Subject: [PATCH 2/3] =?UTF-8?q?onload=20=EB=A9=94=EC=8B=9C=EC=A7=80=20?= =?UTF-8?q?=EC=B6=9C=EB=A0=A5=20=ED=95=A8=EC=88=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/nlib.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/webapp/js/nlib.js b/src/main/webapp/js/nlib.js index eb45c087..3c15d257 100644 --- a/src/main/webapp/js/nlib.js +++ b/src/main/webapp/js/nlib.js @@ -589,3 +589,14 @@ function gfn_reserveReadItem(mngOrgCd, masterId) { return; } + +function gfn_showMessage(msg) { + if(fn_isEmpty(msg)) return; + else { + // 딜레이 준 후, 표출 + setTimeout(function() { + alert(msg); + }, 500); + } + return; +} \ No newline at end of file From 32de49fff1c77abaf7b009ba205b137c91193d16 Mon Sep 17 00:00:00 2001 From: KNKIM Date: Mon, 29 Nov 2021 09:58:12 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=EB=A8=B8=EC=A7=95=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EB=B3=B4=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/nlib/read/insertReadItems.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/read/insertReadItems.jsp b/src/main/webapp/WEB-INF/jsp/nlib/read/insertReadItems.jsp index 7d934924..38662b30 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/read/insertReadItems.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/read/insertReadItems.jsp @@ -1,3 +1,4 @@ +<% /** *
  * @Class Name : insertReadItems.jsp