|
|
@ -417,7 +417,7 @@
|
|
|
|
$("#" + dialogId).attr("name", dialogName);
|
|
|
|
$("#" + dialogId).attr("name", dialogName);
|
|
|
|
$("#" + dialogId).attr("data-ref-doctx", "${pageName}");
|
|
|
|
$("#" + dialogId).attr("data-ref-doctx", "${pageName}");
|
|
|
|
|
|
|
|
|
|
|
|
setDialogZindex();
|
|
|
|
AppSupport.setDialogZindex();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
, onClose: () => { $P.fnRefreshDataInfo(); } // 자료 재조회
|
|
|
|
, onClose: () => { $P.fnRefreshDataInfo(); } // 자료 재조회
|
|
|
|
});
|
|
|
|
});
|
|
|
@ -431,7 +431,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
dialog.alert({
|
|
|
|
dialog.alert({
|
|
|
|
content: showMessage
|
|
|
|
content: showMessage
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
, onOK: () => { }
|
|
|
|
, onOK: () => { }
|
|
|
|
, onClose: () => {
|
|
|
|
, onClose: () => {
|
|
|
|
if (resp.saved) { pageObject["${mainPageName}"].fnClose(true); }
|
|
|
|
if (resp.saved) { pageObject["${mainPageName}"].fnClose(true); }
|
|
|
@ -508,7 +508,7 @@
|
|
|
|
$("#" + dialogId).attr("name", dialogName);
|
|
|
|
$("#" + dialogId).attr("name", dialogName);
|
|
|
|
$("#" + dialogId).attr("data-ref-doctx", "${pageName}");
|
|
|
|
$("#" + dialogId).attr("data-ref-doctx", "${pageName}");
|
|
|
|
|
|
|
|
|
|
|
|
setDialogZindex();
|
|
|
|
AppSupport.setDialogZindex();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -535,7 +535,7 @@
|
|
|
|
$("#" + dialogId).attr("name", dialogName);
|
|
|
|
$("#" + dialogId).attr("name", dialogName);
|
|
|
|
$("#" + dialogId).attr("data-ref-doctx", "${pageName}");
|
|
|
|
$("#" + dialogId).attr("data-ref-doctx", "${pageName}");
|
|
|
|
|
|
|
|
|
|
|
|
setDialogZindex();
|
|
|
|
AppSupport.setDialogZindex();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -568,7 +568,7 @@
|
|
|
|
if (resp.saved) {
|
|
|
|
if (resp.saved) {
|
|
|
|
dialog.alert({
|
|
|
|
dialog.alert({
|
|
|
|
content: "단속 재등록 작업이 처리되었습니다."
|
|
|
|
content: "단속 재등록 작업이 처리되었습니다."
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
, onOK: () => { }
|
|
|
|
, onOK: () => { }
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -596,7 +596,7 @@
|
|
|
|
$("#" + dialogId).attr("name", dialogName);
|
|
|
|
$("#" + dialogId).attr("name", dialogName);
|
|
|
|
$("#" + dialogId).attr("data-ref-doctx", "${pageName}");
|
|
|
|
$("#" + dialogId).attr("data-ref-doctx", "${pageName}");
|
|
|
|
|
|
|
|
|
|
|
|
setDialogZindex();
|
|
|
|
AppSupport.setDialogZindex();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
, onClose: () => { $P.fnRefreshDataInfo(); } // 자료 재조회
|
|
|
|
, onClose: () => { $P.fnRefreshDataInfo(); } // 자료 재조회
|
|
|
|
});
|
|
|
|
});
|
|
|
@ -616,7 +616,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
dialog.alert({
|
|
|
|
dialog.alert({
|
|
|
|
content: showMessage
|
|
|
|
content: showMessage
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
, onOK: () => { }
|
|
|
|
, onOK: () => { }
|
|
|
|
, onClose: () => {
|
|
|
|
, onClose: () => {
|
|
|
|
if (resp.saved) { $P.fnRefreshDataInfo(); } // 자료 재조회
|
|
|
|
if (resp.saved) { $P.fnRefreshDataInfo(); } // 자료 재조회
|
|
|
@ -654,7 +654,7 @@
|
|
|
|
$("#" + dialogId).attr("name", dialogName);
|
|
|
|
$("#" + dialogId).attr("name", dialogName);
|
|
|
|
$("#" + dialogId).attr("data-ref-doctx", "${pageName}");
|
|
|
|
$("#" + dialogId).attr("data-ref-doctx", "${pageName}");
|
|
|
|
|
|
|
|
|
|
|
|
setDialogZindex();
|
|
|
|
AppSupport.setDialogZindex();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
, onClose: () => { $P.fnRefreshDataInfo(); } // 자료 재조회
|
|
|
|
, onClose: () => { $P.fnRefreshDataInfo(); } // 자료 재조회
|
|
|
|
});
|
|
|
|
});
|
|
|
@ -677,7 +677,7 @@
|
|
|
|
dialog.alert({
|
|
|
|
dialog.alert({
|
|
|
|
content: "조회된 민원 대장 정보가 없습니다."
|
|
|
|
content: "조회된 민원 대장 정보가 없습니다."
|
|
|
|
+ "<br><br>" + "[" + btnTitle + "]" + " 실행이 취소되었습니다."
|
|
|
|
+ "<br><br>" + "[" + btnTitle + "]" + " 실행이 취소되었습니다."
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
, onOK: () => { }
|
|
|
|
, onOK: () => { }
|
|
|
|
});
|
|
|
|
});
|
|
|
|
return;
|
|
|
|
return;
|
|
|
@ -706,7 +706,7 @@
|
|
|
|
dialog.alert({
|
|
|
|
dialog.alert({
|
|
|
|
content: "조회된 민원 대장 정보가 없습니다."
|
|
|
|
content: "조회된 민원 대장 정보가 없습니다."
|
|
|
|
+ "<br><br>" + "[" + btnTitle + "]" + " 실행이 취소되었습니다."
|
|
|
|
+ "<br><br>" + "[" + btnTitle + "]" + " 실행이 취소되었습니다."
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
, onOK: () => { }
|
|
|
|
, onOK: () => { }
|
|
|
|
});
|
|
|
|
});
|
|
|
|
return;
|
|
|
|
return;
|
|
|
@ -758,7 +758,7 @@
|
|
|
|
content: "[" + title + "]" + " 작업은 단속상태가 '부과 이전' 자료만 처리 가능합니다."
|
|
|
|
content: "[" + title + "]" + " 작업은 단속상태가 '부과 이전' 자료만 처리 가능합니다."
|
|
|
|
+ "<br>" + "단속상태 : " + crdnSttsNm
|
|
|
|
+ "<br>" + "단속상태 : " + crdnSttsNm
|
|
|
|
+ "<br><br>" + "[" + title + "]" + " 실행이 취소되었습니다."
|
|
|
|
+ "<br><br>" + "[" + title + "]" + " 실행이 취소되었습니다."
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
, onOK: () => { }
|
|
|
|
, onOK: () => { }
|
|
|
|
});
|
|
|
|
});
|
|
|
|
return;
|
|
|
|
return;
|
|
|
@ -777,7 +777,7 @@
|
|
|
|
, title: btnTitle
|
|
|
|
, title: btnTitle
|
|
|
|
, size: "lg"
|
|
|
|
, size: "lg"
|
|
|
|
, content: template
|
|
|
|
, content: template
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
, onOK: () => {
|
|
|
|
, onOK: () => {
|
|
|
|
$P.callbackRsn({
|
|
|
|
$P.callbackRsn({
|
|
|
|
btnTitle: btnTitle // 버튼 title
|
|
|
|
btnTitle: btnTitle // 버튼 title
|
|
|
@ -807,7 +807,7 @@
|
|
|
|
content: "[" + btnTitle + "]" + " 작업은 단속상태가 '비부과', '계고', '부과취소' 자료만 처리 가능합니다."
|
|
|
|
content: "[" + btnTitle + "]" + " 작업은 단속상태가 '비부과', '계고', '부과취소' 자료만 처리 가능합니다."
|
|
|
|
+ "<br>" + "단속상태 : " + crdnSttsNm
|
|
|
|
+ "<br>" + "단속상태 : " + crdnSttsNm
|
|
|
|
+ "<br><br>" + "[" + btnTitle + "]" + " 실행이 취소되었습니다."
|
|
|
|
+ "<br><br>" + "[" + btnTitle + "]" + " 실행이 취소되었습니다."
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
, onOK: () => { }
|
|
|
|
, onOK: () => { }
|
|
|
|
});
|
|
|
|
});
|
|
|
|
return;
|
|
|
|
return;
|
|
|
@ -815,7 +815,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
dialog.alert({
|
|
|
|
dialog.alert({
|
|
|
|
content: "현재 단속 정보를 재등록 하겠습니까?"
|
|
|
|
content: "현재 단속 정보를 재등록 하겠습니까?"
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
, onOK: () => {
|
|
|
|
, onOK: () => {
|
|
|
|
let params = {
|
|
|
|
let params = {
|
|
|
|
callPurpose: "create"
|
|
|
|
callPurpose: "create"
|
|
|
@ -867,7 +867,7 @@
|
|
|
|
dialog.alert({
|
|
|
|
dialog.alert({
|
|
|
|
content: fileTypeName + " 생성 중 오류가 발생하였습니다."
|
|
|
|
content: fileTypeName + " 생성 중 오류가 발생하였습니다."
|
|
|
|
+ " <br/>" + responseJson.description
|
|
|
|
+ " <br/>" + responseJson.description
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
@ -919,7 +919,7 @@
|
|
|
|
dialog.alert({
|
|
|
|
dialog.alert({
|
|
|
|
content: "조회된 납부자 대장 정보가 없습니다."
|
|
|
|
content: "조회된 납부자 대장 정보가 없습니다."
|
|
|
|
+ "<br><br>" + "[" + btnTitle + "]" + " 실행이 취소되었습니다."
|
|
|
|
+ "<br><br>" + "[" + btnTitle + "]" + " 실행이 취소되었습니다."
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
, onOK: () => { }
|
|
|
|
, onOK: () => { }
|
|
|
|
});
|
|
|
|
});
|
|
|
|
return;
|
|
|
|
return;
|
|
|
@ -927,7 +927,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
dialog.alert({
|
|
|
|
dialog.alert({
|
|
|
|
content: "선택한 자료의 납부자 정보를 초기화 하시겠습니까?"
|
|
|
|
content: "선택한 자료의 납부자 정보를 초기화 하시겠습니까?"
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
, onOK: () => {
|
|
|
|
, onOK: () => {
|
|
|
|
let params = {
|
|
|
|
let params = {
|
|
|
|
callPurpose: "initialize"
|
|
|
|
callPurpose: "initialize"
|
|
|
|