소스 정리

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

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

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

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

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

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

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

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

Loading…
Cancel
Save