@ -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;