From 8660178d3003b5b9f27cd81887abdf1de3b9373d Mon Sep 17 00:00:00 2001 From: JSYOO Date: Fri, 6 Aug 2021 16:45:15 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8C=80=EC=B6=9C=20=EB=B0=8F=20=EC=98=88?= =?UTF-8?q?=EC=95=BD,=20=EA=B4=80=EC=8B=AC=EC=9E=90=EB=A3=8C=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/nlib/collection/listInterests.jsp | 39 +++++-------------- .../jsp/nlib/rent/listCanceledRentItems.jsp | 22 +---------- .../WEB-INF/jsp/nlib/rent/listRentItems.jsp | 18 --------- 3 files changed, 10 insertions(+), 69 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp b/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp index dff9b40e..a2e0e05a 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp @@ -90,38 +90,24 @@ window.onload = function() { return data.promise(); } // loadData }, - - rowClick: function(args) { // 행 클릭 시, 실행되는 이벤트 함수 - - // 클릭된 행의 자료 객체 - var getData = args.item; - - // 추출할 컬럼의 데이터 가져오기 - var articleNo = getData["articleNo"]; - - // 상세 내용 보기 - fn_view_detail(articleNo); - }, //====================================== // 그리드 컬럼 정의 (각 요청에 맞게 조정) //====================================== fields: [ - { title:"번호", name: "articleNo" , type: "number" , width: 50, align: "center"}, - { title:"자료명", name: "rentItem", type: "text" , width: 200, align: "center" }, - { title:"관리번호", name: "ctrlNum", type: "number", width: 50, align: "center" }, - { title:"저자", name: "author", type: "text", width: 100, align: "center"}, - { title:"출판사", name: "publisher", type: "text", width: 100, align: "center"}, - { title:"대여일", name: "rentDate", type: "text", width: 100, align: "center"}, - { title:"반납예정일", name: "retDueDate", type: "text", width: 100, align: "center"}, - { title:"대출연장", name: "loanExtension", type: "text", width: 80, align: "center" , itemTemplate: function (_, item) { - var btn = $("