From f1443ec82294b89412318ef2fae611f315f5cf23 Mon Sep 17 00:00:00 2001 From: com02 Date: Fri, 10 Dec 2021 11:21:32 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=A9=EB=AC=B8=EC=97=B4=EB=9E=8C=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/nlib/read/listReadItems.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/read/listReadItems.jsp b/src/main/webapp/WEB-INF/jsp/nlib/read/listReadItems.jsp index ff84953a..22eb7aa2 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/read/listReadItems.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/read/listReadItems.jsp @@ -127,10 +127,10 @@ function fn_search(reqStatusDivCd) { div.append($('
').attr('class', 'n-data').html("" + obj.title + "")); div.append($('
').attr('class', 'n-subscription').html('' + gfn_formatDateStr(obj.reqDd,"-") + '')); /* 신청일자 */ div.append($('
').attr('class', 'n-visit').html( - '' + gfn_formatDateStr(obj.hopeReqPridDtmFrom,"-") + '' + gfn_formatDateStr(obj.hopeReqPridDtmTo,"-") + '' + '' + gfn_formatDateStr(obj.hopeReqPridDtmFrom,"-") + ' ~ ' + gfn_formatDateStr(obj.hopeReqPridDtmTo,"-") + '' )); /* 희망열람기간 */ div.append($('
').attr('class', 'n-return').html( - '' + gfn_formatTimeStr(obj.reqPsblDtmFrom,"-") + '' + gfn_formatTimeStr(obj.reqPsblDtmTo,"-") + '' + '' + gfn_formatTimeStr(obj.reqPsblDtmFrom,"-") + ' ~ ' + gfn_formatTimeStr(obj.reqPsblDtmTo,"-") + '' )); /* 방문예정일자 */ var statusHtml1 = "";