|
|
|
@ -1059,17 +1059,23 @@ $(document).ready(function(){
|
|
|
|
|
url: wctx.url("/crdn/crdn06/010/main.do"),
|
|
|
|
|
data: {
|
|
|
|
|
openType : "D",
|
|
|
|
|
vhrno : $("#vhrno--${pageName}").val(),
|
|
|
|
|
taskSeCd : "${taskSeCd}"
|
|
|
|
|
taskSeCd : "${taskSeCd}",
|
|
|
|
|
vhrno : $("#vhrno--${pageName}").val()
|
|
|
|
|
},
|
|
|
|
|
success: function(resp) {
|
|
|
|
|
dialog.open({
|
|
|
|
|
id : "crdnListdialog--${pageName}",
|
|
|
|
|
title : "동일차량 단속 내역",
|
|
|
|
|
content : resp,
|
|
|
|
|
size : "xl",
|
|
|
|
|
size : "xxl",
|
|
|
|
|
init : () => {
|
|
|
|
|
setDialogZindex();
|
|
|
|
|
$(document).find("div.modal").last().on('shown.bs.modal', function () {
|
|
|
|
|
$("#crdnListdialog--${pageName}").find("[name='schCrdnYmdFrom']").set("");
|
|
|
|
|
$("#crdnListdialog--${pageName}").find("[name='schCrdnYmdTo']").set("");
|
|
|
|
|
$("#crdnListdialog--${pageName}").find("[name='vhrno']").set($("#vhrno--${pageName}").val());
|
|
|
|
|
$("#crdnListdialog--${pageName}").find(".btn-search").eq(0).click();
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
onClose : () => {}
|
|
|
|
|
});
|
|
|
|
@ -1083,17 +1089,23 @@ $(document).ready(function(){
|
|
|
|
|
url: wctx.url("/sprt/sprt04/010/main.do"),
|
|
|
|
|
data: {
|
|
|
|
|
openType : "D",
|
|
|
|
|
vhrno : $("#vhrno--${pageName}").val(),
|
|
|
|
|
taskSeCd : "${taskSeCd}"
|
|
|
|
|
taskSeCd : "${taskSeCd}",
|
|
|
|
|
vhrno : $("#vhrno--${pageName}").val()
|
|
|
|
|
},
|
|
|
|
|
success: function(resp) {
|
|
|
|
|
dialog.open({
|
|
|
|
|
id : "cvlcptDscsnListdialog--${pageName}",
|
|
|
|
|
title : "민원상담 내역",
|
|
|
|
|
content : resp,
|
|
|
|
|
size : "xl",
|
|
|
|
|
size : "xxl",
|
|
|
|
|
init : () => {
|
|
|
|
|
setDialogZindex();
|
|
|
|
|
$(document).find("div.modal").last().on('shown.bs.modal', function () {
|
|
|
|
|
$("#cvlcptDscsnListdialog--${pageName}").find("[name='schDscsnYmdFrom']").set("");
|
|
|
|
|
$("#cvlcptDscsnListdialog--${pageName}").find("[name='schDscsnYmdTo']").set("");
|
|
|
|
|
$("#cvlcptDscsnListdialog--${pageName}").find("[name='schVhrno']").set($("#vhrno--${pageName}").val());
|
|
|
|
|
$("#cvlcptDscsnListdialog--${pageName}").find(".btn-search").eq(0).click();
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
onClose : () => {}
|
|
|
|
|
});
|
|
|
|
|