From c7610d19c7816c5aca0fc5eb3d1fe91336a82434 Mon Sep 17 00:00:00 2001 From: myname Date: Wed, 1 Nov 2023 11:35:56 +0900 Subject: [PATCH] =?UTF-8?q?2023-11-01=2011:35=20=EC=84=B1=EC=9D=B8=20?= =?UTF-8?q?=EC=B0=BE=EA=B5=90=20=ED=99=94=EB=A9=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp index c3e861c5..9bd4cc96 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp @@ -430,9 +430,15 @@ console.log("+++++++++++++++++++++++++++++++++"); var tr = $('.addClassRow').find('tbody > tr').not('.calendar_wrap tr').eq(idx); //tr.find('input[name=eduHopeDt]').val(dateFormat(value.eduHopeDt, 'date')); - if(isNotEmpty(info.eduHopeDt)){ + //alert(info.eduHopeDt); + //alert(value.eduHopeDt); + if(isNotEmpty(value.eduHopeDt)){ tr.find('input[name=eduHopeDt0]').val(dateFormat(value.eduHopeDt.replace(/\./g, ""), 'date')); tr.find('input[name=eduHopeDt]').val(dateFormat(value.eduHopeDt.replace(/\./g, ""), 'date')); + tr.find('input[name=eduHopeDt]').val(value.eduHopeDt); + //alert(value.eduHopeDt); + + //$('#eduHopeDt'+idx).val(value.eduHopeDt); } tr.find('input[name=strtTm]').val(timeFomat(value.strtTm)); tr.find('input[name=endTm]').val(timeFomat(value.endTm));