2023-11-01 11:35 성인 찾교 화면 수정
This commit is contained in:
parent
9c58044d6a
commit
c7610d19c7
@ -430,9 +430,15 @@
|
|||||||
console.log("+++++++++++++++++++++++++++++++++");
|
console.log("+++++++++++++++++++++++++++++++++");
|
||||||
var tr = $('.addClassRow').find('tbody > tr').not('.calendar_wrap tr').eq(idx);
|
var tr = $('.addClassRow').find('tbody > tr').not('.calendar_wrap tr').eq(idx);
|
||||||
//tr.find('input[name=eduHopeDt]').val(dateFormat(value.eduHopeDt, 'date'));
|
//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=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(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=strtTm]').val(timeFomat(value.strtTm));
|
||||||
tr.find('input[name=endTm]').val(timeFomat(value.endTm));
|
tr.find('input[name=endTm]').val(timeFomat(value.endTm));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user