Merge branch 'hylee' into advc
This commit is contained in:
commit
1f6931c1b8
@ -1618,6 +1618,7 @@
|
||||
ON a.prcs_ord = b.prcs_ord
|
||||
where
|
||||
a.LCTR_DIV_CD ='60'
|
||||
AND a.USE_YN ='Y'
|
||||
AND SUBSTRING(a.EDU_STRT_PNTTM, 1, 7) = TO_CHAR(TO_DATE(#sTodate#,'YYYYMMDD')+ 7,'YYYY.MM')
|
||||
|
||||
</select>
|
||||
|
||||
@ -44,12 +44,13 @@
|
||||
|
||||
function fn_updateCnclUpdate() {
|
||||
var v_msg = $('#rmrks').val();
|
||||
if(!v_msg){
|
||||
/* if(!v_msg){
|
||||
alert("메모를 입력해 주세요");
|
||||
return false;
|
||||
}
|
||||
} */
|
||||
|
||||
window.opener.fn_popup_submit_cmmAjax(v_msg);
|
||||
// window.opener.fn_popup_submit_cmmAjax(v_msg);
|
||||
opener.parent.fn_popup_submit_cmmAjax(v_msg);
|
||||
// self.close();
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user