이지우 - 성인 교육 등록 임시저장 불러오기 재 수정
This commit is contained in:
parent
4ef9021eea
commit
9c9cc98a37
@ -430,8 +430,10 @@
|
|||||||
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'));
|
||||||
tr.find('input[name=eduHopeDt0]').val(dateFormat(value.eduHopeDt.replace(/\./g, ""), 'date'));
|
if(isNotEmpty(info.eduHopeDt)){
|
||||||
tr.find('input[name=eduHopeDt]').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=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));
|
||||||
tr.find('input[name=lrnTm]').val(value.lrnTm);
|
tr.find('input[name=lrnTm]').val(value.lrnTm);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user