|
|
|
@ -455,7 +455,10 @@ $(document).ready(function(){
|
|
|
|
|
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content : "저장됐습니다.",
|
|
|
|
|
init : function() { focusClose(); }
|
|
|
|
|
init : function() {
|
|
|
|
|
setDialogZindex();
|
|
|
|
|
focusClose();
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
if($("#levyExcldialog--${pageName}").length > 0){
|
|
|
|
@ -494,9 +497,8 @@ $(document).ready(function(){
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content:"계고 처리를 하기 위해선 소유주정보가 입력되어야 합니다.",
|
|
|
|
|
init : function() {
|
|
|
|
|
setZindex();
|
|
|
|
|
setDialogZindex();
|
|
|
|
|
focusClose();
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
onClose:function(){rtpyrNm.focus();}
|
|
|
|
|
});
|
|
|
|
@ -523,7 +525,9 @@ $(document).ready(function(){
|
|
|
|
|
title : "부과제외 정보",
|
|
|
|
|
content : resp,
|
|
|
|
|
size : "md",
|
|
|
|
|
init : () => {},
|
|
|
|
|
init : () => {
|
|
|
|
|
setDialogZindex();
|
|
|
|
|
},
|
|
|
|
|
onClose : () => {}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
@ -598,7 +602,10 @@ $(document).ready(function(){
|
|
|
|
|
if (resp.saved) {
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content : "복사 자료가 생성되었습니다.",
|
|
|
|
|
init : function() { focusClose(); }
|
|
|
|
|
init : function() {
|
|
|
|
|
setDialogZindex();
|
|
|
|
|
focusClose();
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$("#refreshEnd--${pageName}").attr("data-cursor-key", crdnId);
|
|
|
|
@ -750,7 +757,10 @@ $(document).ready(function(){
|
|
|
|
|
if(vhrno.value == ""){
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content:"수용 처리를 하기 위해선 차량번호가 입력되어야 합니다.",
|
|
|
|
|
init : function() { focusClose(); },
|
|
|
|
|
init : function() {
|
|
|
|
|
setDialogZindex();
|
|
|
|
|
focusClose();
|
|
|
|
|
},
|
|
|
|
|
onClose:function(){vhrno.focus();}
|
|
|
|
|
});
|
|
|
|
|
return;
|
|
|
|
@ -759,7 +769,10 @@ $(document).ready(function(){
|
|
|
|
|
if(rtpyrNm.value == ""){
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content:"수용 처리를 하기 위해선 소유주정보가 입력되어야 합니다.",
|
|
|
|
|
init : function() { focusClose(); },
|
|
|
|
|
init : function() {
|
|
|
|
|
setDialogZindex();
|
|
|
|
|
focusClose();
|
|
|
|
|
},
|
|
|
|
|
onClose:function(){rtpyrNm.focus();}
|
|
|
|
|
});
|
|
|
|
|
return;
|
|
|
|
@ -789,7 +802,10 @@ $(document).ready(function(){
|
|
|
|
|
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content : message,
|
|
|
|
|
init : function() { focusClose(); }
|
|
|
|
|
init : function() {
|
|
|
|
|
setDialogZindex();
|
|
|
|
|
focusClose();
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -855,7 +871,10 @@ $(document).ready(function(){
|
|
|
|
|
if(crdnYmd == ""){
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content:"단속일자를 입력하세요.",
|
|
|
|
|
init : function() { focusClose(); },
|
|
|
|
|
init : function() {
|
|
|
|
|
setDialogZindex();
|
|
|
|
|
focusClose();
|
|
|
|
|
},
|
|
|
|
|
onClose:function(){ $("#crdnYmd--${pageName}").focus(); }
|
|
|
|
|
});
|
|
|
|
|
return;
|
|
|
|
@ -863,7 +882,10 @@ $(document).ready(function(){
|
|
|
|
|
if(vhrno == ""){
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content:"차량번호를 입력하세요.",
|
|
|
|
|
init : function() { focusClose(); },
|
|
|
|
|
init : function() {
|
|
|
|
|
setDialogZindex();
|
|
|
|
|
focusClose();
|
|
|
|
|
},
|
|
|
|
|
onClose:function(){ $(vhrnoEl).focus(); }
|
|
|
|
|
});
|
|
|
|
|
return;
|
|
|
|
@ -881,7 +903,10 @@ $(document).ready(function(){
|
|
|
|
|
if(!resp.found){
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content : "차량 정보가 없습니다.",
|
|
|
|
|
init : function() { focusClose(); }
|
|
|
|
|
init : function() {
|
|
|
|
|
setDialogZindex();
|
|
|
|
|
focusClose();
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$("#rtpyrId--${pageName}").val("");
|
|
|
|
|