|
|
|
@ -42,7 +42,7 @@
|
|
|
|
|
<th class="cmn" style="width: 120px;">부과대상</th>
|
|
|
|
|
<th class="cmn" style="width: 160px;">위반장소</th>
|
|
|
|
|
<th class="cmn" style="width: 160px;">위반내용</th>
|
|
|
|
|
<th class="cmn" style="width: 120px;">위반일시</th>
|
|
|
|
|
<th class="cmn" style="width: 180px;">위반일시</th>
|
|
|
|
|
<th class="cmn" style="width: 140px;">과태료부과금액</th>
|
|
|
|
|
<th class="cmn" style="width: 140px;">의견제출시작일</th>
|
|
|
|
|
<th class="cmn" style="width: 140px;">의견제출종료일</th>
|
|
|
|
@ -162,6 +162,8 @@ $(document).ready(function() {
|
|
|
|
|
|
|
|
|
|
//그리드렌더링
|
|
|
|
|
$P.ctrl.setData(resp.data);
|
|
|
|
|
|
|
|
|
|
Componentization.fnMakeResizableTable($P.findn("tableRspns"));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
@ -192,6 +194,8 @@ $(document).ready(function() {
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
function getCsrf(){
|
|
|
|
|