|
|
|
|
@ -209,7 +209,7 @@
|
|
|
|
|
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content: showMessage
|
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
|
// , init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
|
, onOK: () => { $P.ctrl.reload({all : true}); } // 자료 재조회
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
@ -228,7 +228,7 @@
|
|
|
|
|
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content: showMessage
|
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
|
// , init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
|
, onOK: () => { $P.ctrl.reload({all : true}); } // 자료 재조회
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
@ -257,7 +257,7 @@
|
|
|
|
|
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content : showMessage
|
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
|
// , init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
|
, onOK: () => { $P.ctrl.reload({all : true}); } // 자료 재조회
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
@ -276,7 +276,7 @@
|
|
|
|
|
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content: showMessage
|
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
|
// , init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
|
, onOK: () => { $P.ctrl.reload({all : true}); } // 자료 재조회
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
@ -307,7 +307,7 @@
|
|
|
|
|
|
|
|
|
|
dialog.alert({
|
|
|
|
|
content: "세외수입 과태료 대장에 단속 정보를 등록하시겠습니까?"
|
|
|
|
|
, init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
|
// , init: () => { AppSupport.setDialogZindex(); }
|
|
|
|
|
, onOK: () => {
|
|
|
|
|
let params = new FimsFormFields($P.selectorn("frmEdit")).get(); // formFields
|
|
|
|
|
params.callPurpose = "create"; // 호출 용도
|
|
|
|
|
@ -349,7 +349,7 @@
|
|
|
|
|
, size: "md"
|
|
|
|
|
, content: template
|
|
|
|
|
, init: () => {
|
|
|
|
|
AppSupport.setDialogZindex();
|
|
|
|
|
// AppSupport.setDialogZindex();
|
|
|
|
|
|
|
|
|
|
$("#divPostSndng").show();
|
|
|
|
|
AppSupport.initDatepicker("frmInputDate");
|
|
|
|
|
|