diff --git a/src/main/webapp/WEB-INF/views/crdn/crndRegistAndView/main/crdnRelevyHistory/relevyHistoryPopup.jsp b/src/main/webapp/WEB-INF/views/crdn/crndRegistAndView/main/crdnRelevyHistory/relevyHistoryPopup.jsp
index 408e0e8..a32578f 100644
--- a/src/main/webapp/WEB-INF/views/crdn/crndRegistAndView/main/crdnRelevyHistory/relevyHistoryPopup.jsp
+++ b/src/main/webapp/WEB-INF/views/crdn/crndRegistAndView/main/crdnRelevyHistory/relevyHistoryPopup.jsp
@@ -129,12 +129,12 @@
getGridColumns: function() {
return [
{ header: '단속년도', name: 'crdnYr', align: 'center', width: 80 },
- { header: '단속번호', name: 'crdnNo', align: 'center', width: 90 },
+ /*{ header: '단속번호', name: 'crdnNo', align: 'center', width: 90 },
{ header: '법정동', name: 'stdgEmdCdNm', align: 'center', width: 90 },
{ header: '지역구분', name: 'rgnSeCdNm', align: 'center', width: 100 },
{ header: '적발방법', name: 'dsclMthdCdNm', align: 'center', width: 120 },
{
- header: '적발일자',
+ header: '조사일자',
name: 'dsclYmd',
align: 'center',
width: 100,
@@ -142,7 +142,7 @@
return e.value ? moment(e.value).format('YYYY-MM-DD') : '';
}
},
- { header: '조사원', name: 'exmnr', align: 'left', width: 130 },
+ { header: '조사원', name: 'exmnr', align: 'left', width: 130 },*/
{
header: '재부과여부',
name: 'relevyYn',
@@ -153,7 +153,7 @@
}
},
{ header: '진행단계', name: 'crdnPrcsSttsCdNm', align: 'center', width: 100 },
- {
+ /*{
header: '위치',
name: 'lotnoWholAddr',
align: 'left',
@@ -161,7 +161,7 @@
formatter: function(e) {
return e.value;
}
- },
+ },*/
{ header: '처분사전 일자', name: 'dspsBfhdBgngYmd', align: 'center', width: 120,
formatter: function (e) {
return e.value ? moment(e.value).format('YYYY-MM-DD') : '';
diff --git a/src/main/webapp/WEB-INF/views/crdn/crndRegistAndView/main/detailView-main.jsp b/src/main/webapp/WEB-INF/views/crdn/crndRegistAndView/main/detailView-main.jsp
index a4fdc1f..384abb1 100644
--- a/src/main/webapp/WEB-INF/views/crdn/crndRegistAndView/main/detailView-main.jsp
+++ b/src/main/webapp/WEB-INF/views/crdn/crndRegistAndView/main/detailView-main.jsp
@@ -36,27 +36,27 @@
|
|
- * 지역구분 |
+ * 적발방법 |
- |
- * 적발방법 |
+ <%--* 지역구분 |
-
+
-
+
- |
+ --%>