개별총정보 다이얼로그 ID 수정.

main
jjh 1 year ago
parent f2cd5e3945
commit 65d5c90f86

@ -729,6 +729,7 @@ $(document).ready(function(){
break;
}
}
$P.dblclickInspectionDataList = (dataKey, gridType) => {
var taskSeCd = $("#frmSearch--${pageName} input[name='taskSeCd']:checked").val();
@ -746,7 +747,7 @@ $(document).ready(function(){
success : resp => {
dialog.open({
id : "totalDialog--${pageName}",
id : "totalInfoMainDialog",
title : "개별총정보", size : "xxl", content : resp,
init : () => {}
});

@ -242,7 +242,7 @@ $(document).ready(function(){
success : resp => {
dialog.open({
id : "totalDialog--${pageName}",
id : "totalInfoMainDialog",
title : "개별총정보", size : "xxl", content : resp,
init : () => {}
});

@ -404,7 +404,7 @@ $(document).ready(function(){
success : resp => {
dialog.open({
id : "totalDialog--${pageName}",
id : "totalInfoMainDialog",
title : "개별총정보", size : "xxl", content : resp,
init : () => {}
});

@ -419,7 +419,7 @@ $(document).ready(function(){
success : resp => {
dialog.open({
id : "totalDialog--${pageName}",
id : "totalInfoMainDialog",
title : "개별총정보", size : "xxl", content : resp,
init : () => {}
});

@ -382,7 +382,7 @@ $(document).ready(function(){
success : resp => {
dialog.open({
id : "totalDialog--${pageName}",
id : "totalInfoMainDialog",
title : "개별총정보", size : "xxl", content : resp,
init : () => {}
});

Loading…
Cancel
Save