소스 정리

main
이범준 3 months ago
parent 42276a096b
commit 5248b3a8ac

@ -273,10 +273,11 @@ $(document).ready(function(){
size : "xl",
content : resp,
init : () => {
setDialogZindex();
$("#"+dialogId).attr("name", dialogName);
$("#"+dialogId).attr("data-ref-doctx","${pageName}");
setDialogZindex();
var parentRes = new Object();
var childReq = pageObject.childReq.pop();

@ -578,9 +578,10 @@ $(document).ready(function(){
, content: resp
, size: "lg"
, init: () => {
setDialogZindex();
$("#"+dialogId).attr("name", dialogName);
$("#"+dialogId).attr("data-ref-doctx","${pageName}");
setDialogZindex();
}
});
}

@ -367,9 +367,10 @@ $(document).ready(function(){
, size: "lg"
, content: template
, init: () => {
setDialogZindex();
$("#"+dialogId).attr("name", dialogName);
$("#"+dialogId).attr("data-ref-doctx","${pageName}");
setDialogZindex();
}
, onOK: () => {

@ -494,9 +494,10 @@ $(document).ready(function(){
content : resp,
size : "md",
init : () => {
setDialogZindex();
$("#"+dialogId).attr("name", dialogName);
$("#"+dialogId).attr("data-ref-doctx","${pageName}");
setDialogZindex();
},
onClose : () => {}
});
@ -660,9 +661,10 @@ $(document).ready(function(){
content : resp,
size : "xl",
init : () => {
setDialogZindex();
$("#"+dialogId).attr("name", dialogName);
$("#"+dialogId).attr("data-ref-doctx","${pageName}");
setDialogZindex();
}
});
}
@ -1101,10 +1103,11 @@ $(document).ready(function(){
content : resp,
size : "xxl",
init : () => {
setDialogZindex();
$("#"+dialogId).attr("name", dialogName);
$("#"+dialogId).attr("data-ref-doctx","${pageName}");
setDialogZindex();
$(document).find("div.modal").last().on('shown.bs.modal', function () {
let refDlgId = $P.refDlgId("crdnListDialog");
$("#"+refDlgId).find("[name='schCrdnYmdFrom']").set("");
@ -1139,10 +1142,11 @@ $(document).ready(function(){
content : resp,
size : "xxl",
init : () => {
setDialogZindex();
$("#"+dialogId).attr("name", dialogName);
$("#"+dialogId).attr("data-ref-doctx","${pageName}");
setDialogZindex();
$(document).find("div.modal").last().on('shown.bs.modal', function () {
let refDlgId = $P.refDlgId("crdnListDialog");
$("#"+refDlgId).find("[name='schDscsnYmdFrom']").set("");

@ -743,6 +743,8 @@ $(document).ready(function() {
, init : () => {
$("#"+dialogId).attr("name", dialogName);
$("#"+dialogId).attr("data-ref-doctx","${pageName}");
setDialogZindex();
}
, onClose : () => { }
});

@ -233,9 +233,11 @@ $(document).ready(function(){
size : "xxl",
content : resp,
init : () => {
setDialogZindex();
$("#"+dialogId).attr("name", dialogName);
$("#"+dialogId).attr("data-ref-doctx","${pageName}");
setDialogZindex();
let refDlgId = $P.refDlgId(dialogName);

@ -227,9 +227,11 @@ $(document).ready(function(){
, size : "xxl"
, content : resp
, init : () => {
setDialogZindex();
$("#"+dialogId).attr("name", dialogName);
$("#"+dialogId).attr("data-ref-doctx","${pageName}");
setDialogZindex();
let refDlgId = $P.refDlgId(dialogName);
$("#"+refDlgId).find("form[name='frmSearch']").find("[name='sggCd']").val(MY_INFO.info.sggCd);

Loading…
Cancel
Save