|
|
@ -29,9 +29,7 @@ Date Author Description
|
|
|
|
background-color: darkred;
|
|
|
|
background-color: darkred;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.curImgData {
|
|
|
|
|
|
|
|
border: 1px solid black;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 단속 건수 */
|
|
|
|
/* 단속 건수 */
|
|
|
|
.empCls {
|
|
|
|
.empCls {
|
|
|
|
color: #2a48ff;
|
|
|
|
color: #2a48ff;
|
|
|
@ -320,7 +318,7 @@ Date Author Description
|
|
|
|
,data: params
|
|
|
|
,data: params
|
|
|
|
,success: (res) => {
|
|
|
|
,success: (res) => {
|
|
|
|
let dataKey = '';
|
|
|
|
let dataKey = '';
|
|
|
|
let curId = '';
|
|
|
|
let curId = res.infoDTO.crdnId;
|
|
|
|
let vhrnoCnt = 0;
|
|
|
|
let vhrnoCnt = 0;
|
|
|
|
crdnSeCd = res.infoDTO.crdnSeCd;
|
|
|
|
crdnSeCd = res.infoDTO.crdnSeCd;
|
|
|
|
|
|
|
|
|
|
|
@ -328,17 +326,18 @@ Date Author Description
|
|
|
|
isCtzn = true;
|
|
|
|
isCtzn = true;
|
|
|
|
imgPk = res.infoDTO.interfaceSeqN;
|
|
|
|
imgPk = res.infoDTO.interfaceSeqN;
|
|
|
|
dataKey = imgPk + ' - ' + res.infoDTO.ctznSttemntDetailSn;
|
|
|
|
dataKey = imgPk + ' - ' + res.infoDTO.ctznSttemntDetailSn;
|
|
|
|
curId = imgPk + res.infoDTO.ctznSttemntDetailSn;
|
|
|
|
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
isCtzn = false;
|
|
|
|
isCtzn = false;
|
|
|
|
imgPk = res.infoDTO.extrlRegltCntcId;
|
|
|
|
imgPk = res.infoDTO.extrlRegltCntcId;
|
|
|
|
dataKey = imgPk;
|
|
|
|
dataKey = imgPk;
|
|
|
|
curId = imgPk;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$('#txtTitle').html(
|
|
|
|
|
|
|
|
ComboCodeData.crdnSeCd.filter(d => d.value === crdnSeCd)[0].text
|
|
|
|
let crdnSeNm = "";
|
|
|
|
+ ' [ ' + dataKey + ' ]'
|
|
|
|
if(crdnSeCd != null && crdnSeCd != ""){
|
|
|
|
);
|
|
|
|
crdnSeNm = ComboCodeData.crdnSeCd.filter(d => d.value === crdnSeCd)[0].text;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
$('#txtTitle').html(crdnSeNm + ' [ ' + dataKey + ' ]');
|
|
|
|
|
|
|
|
|
|
|
|
fnPopupBiz.showCrackdownVhrnoCnt(res.infoDTO.vhrnoCnt);
|
|
|
|
fnPopupBiz.showCrackdownVhrnoCnt(res.infoDTO.vhrnoCnt);
|
|
|
|
fnPopupBiz.showMinwonCnt(res.infoDTO.minwonCnt);
|
|
|
|
fnPopupBiz.showMinwonCnt(res.infoDTO.minwonCnt);
|
|
|
|
schParam = {
|
|
|
|
schParam = {
|
|
|
@ -349,7 +348,7 @@ Date Author Description
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
cmmImgDownload('#imgList', res.attchFiles, fnPopupBiz.pagePopup, true, '60px',
|
|
|
|
cmmImgDownload('#imgList', res.attchFiles, fnPopupBiz.pagePopup, true, '60px',
|
|
|
|
() => document.getElementById(curId).className += ' curImgData'
|
|
|
|
() => ''
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
let navObj = {};
|
|
|
|
let navObj = {};
|
|
|
|