|
|
|
@ -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("");
|
|
|
|
|