@ -647,6 +647,9 @@
title: title,
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}
@ -738,6 +738,9 @@
@ -595,6 +595,9 @@
title: "삭제",
@ -535,6 +535,9 @@
@ -434,6 +434,7 @@
size : "md",
$("#divPostSndng").show();
initDatepicker("frmInputDate");
$("#sndngYmd").datepicker("setDate", $P.control.dataset.getValue("SNDNG_YMD"));
@ -569,6 +569,9 @@
@ -507,6 +507,7 @@
$("#divPostSndng").hide();
$("#sndngYmd").datepicker("setDate", sndngYmd);
@ -583,6 +583,7 @@
$("#docNo").val(docNo);
$("#ttlNm").val(ttlNm);
$("#textDate").val(textDate);
@ -636,6 +637,9 @@
@ -424,6 +424,7 @@
@ -459,6 +460,9 @@
@ -690,6 +690,9 @@
@ -465,6 +465,9 @@
@ -704,6 +704,9 @@
@ -834,6 +837,9 @@
@ -481,6 +481,9 @@
@ -522,6 +525,9 @@
@ -311,6 +311,9 @@
@ -541,6 +541,9 @@
@ -185,7 +185,10 @@ async function fnOpenTempFileUploadWindow(){
id : "fileUploadDialog",
title: "파일 업로드",
content: template
});