업무별 심볼 고정, 민워 통계 제거

master
mjkhan21 12 months ago
parent ea67eb7271
commit 448c586549

@ -22,12 +22,14 @@
</p>
<i class="svg-cctv-drive w-px-30 d-block" title="주행형CCTV"></i>
</div>
<%--
<div class="col px-4 d-flex flex-column align-items-center">
<p class="mb-1" id="card1-4">
<span class="skeleton">?/?</span>
</p>
<i class="svg-crackdown-minwon w-px-30 d-block" title="민원"></i>
</div>
--%>
</div>
<div class="card-footer ms-auto">
<a href="#" id="btnGoToCrdn">단속관리 바로가기 ></a>
@ -217,12 +219,14 @@ function fnMakeStatReq(taskSeCd){
}
],
codeSubsetInfoList : [
<%--
{
sourceGroup : "FIM002",
sourceCodes : ["08","09","10","11"],
targetCode : "minwon",
targetCodeVal : "민원"
},
--%>
{
sourceGroup : "FIM002",
sourceCodes : ["06","13"],
@ -230,7 +234,8 @@ function fnMakeStatReq(taskSeCd){
targetCodeVal : "도보"
}
],
fixedItemId : ["01","02","minwon","dobo"],
fixedItemId : ["01","02","dobo"],
<%-- fixedItemId : ["01","02","minwon","dobo"], --%>
namedNumberValueSeperator : "completeAndTotal",
globalAggregate : "count",
taskSeCd : taskSeCd,
@ -367,12 +372,14 @@ function fnMakeStatReq(taskSeCd){
}
],
codeSubsetInfoList : [
<%--
{
sourceGroup : "FIM002",
sourceCodes : ["08","09","10","11"],
targetCode : "minwon",
targetCodeVal : "민원"
},
--%>
{
sourceGroup : "FIM002",
sourceCodes : ["06","13"],
@ -380,7 +387,8 @@ function fnMakeStatReq(taskSeCd){
targetCodeVal : "도보"
}
],
fixedItemId : ["01","02","dobo","minwon"],
fixedItemId : ["01","02","dobo"],
<%-- fixedItemId : ["01","02","dobo","minwon"], --%>
namedNumberValueSeperator : "lastFewDays",
globalAggregate : "count",
taskSeCd : taskSeCd,

@ -392,7 +392,8 @@
//지자체 심볼
if(MY_INFO.info.sggSymbolPath != ""){
$("#symbol--left").attr("src", MY_INFO.info.sggSymbolPath);
<%-- $("#symbol--left").attr("src", MY_INFO.info.sggSymbolPath); --%>
$("#symbol--left").attr("src", "<c:url value='resources/img/login/mainLogo_01.png'/>");
}
//사용하지 않는 연계와 관련된 메뉴 제거

Loading…
Cancel
Save