다이얼로그 z-index 수정

main
이범준 8 months ago
parent 7ac3b4e737
commit 48925791d2

@ -647,6 +647,9 @@
title: title,
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}

@ -738,6 +738,9 @@
title: title,
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}

@ -595,6 +595,9 @@
title: title,
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}

@ -647,6 +647,9 @@
title: "삭제",
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}

@ -535,6 +535,9 @@
title: "삭제",
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}

@ -535,6 +535,9 @@
title: "삭제",
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}

@ -434,6 +434,7 @@
size : "md",
content: template,
init : () => {
setDialogZindex();
$("#divPostSndng").show();
initDatepicker("frmInputDate");
$("#sndngYmd").datepicker("setDate", $P.control.dataset.getValue("SNDNG_YMD"));

@ -569,6 +569,9 @@
title: "삭제",
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}

@ -507,6 +507,7 @@
size : "md",
content: template,
init : () => {
setDialogZindex();
$("#divPostSndng").hide();
initDatepicker("frmInputDate");
$("#sndngYmd").datepicker("setDate", sndngYmd);

@ -583,6 +583,7 @@
size : "lg",
content: template,
init : () => {
setDialogZindex();
$("#docNo").val(docNo);
$("#ttlNm").val(ttlNm);
$("#textDate").val(textDate);
@ -636,6 +637,9 @@
title: title,
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}

@ -424,6 +424,7 @@
size : "lg",
content: template,
init : () => {
setDialogZindex();
$("#docNo").val(docNo);
$("#ttlNm").val(ttlNm);
$("#textDate").val(textDate);
@ -459,6 +460,9 @@
title: title,
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}

@ -690,6 +690,9 @@
title: title,
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}

@ -465,6 +465,9 @@
title: title,
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}

@ -704,6 +704,9 @@
title: title,
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}
@ -834,6 +837,9 @@
title: title,
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}

@ -481,6 +481,9 @@
title: title,
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}
@ -522,6 +525,9 @@
title: title,
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}

@ -311,6 +311,9 @@
title: title,
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}

@ -541,6 +541,9 @@
title: title,
size : "lg",
content: template,
init : () => {
setDialogZindex();
},
onOK : () => {
$P.callbackRsn({ reason : $("#reason").val() });
}

@ -185,7 +185,10 @@ async function fnOpenTempFileUploadWindow(){
id : "fileUploadDialog",
title: "파일 업로드",
size : "lg",
content: template
content: template,
init : () => {
setDialogZindex();
}
});
}

Loading…
Cancel
Save