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

main
jjh 1 year ago
parent f2cd5e3945
commit 65d5c90f86

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

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

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

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

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

Loading…
Cancel
Save