no message

main
이범준 10 months ago
parent d697bcea7a
commit 4774c85fd6

@ -493,7 +493,11 @@ $(document).ready(function(){
if(rtpyrNm.value == ""){
dialog.alert({
content:"계고 처리를 하기 위해선 소유주정보가 입력되어야 합니다.",
init : function() { focusClose(); },
init : function() {
setZindex();
focusClose();
},
onClose:function(){rtpyrNm.focus();}
});
return;

Loading…
Cancel
Save