|
|
|
@ -111,7 +111,13 @@
|
|
|
|
|
</button>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<button type="button" class="nav-link w-px-160 h-100" role="tab" data-bs-toggle="tab" name="tabItem2"
|
|
|
|
|
<button type="button" class="nav-link w-px-160 h-100" role="tab" data-bs-toggle="tab" name="tabItem3"
|
|
|
|
|
onClick="pageObject['${pageName}'].fnSearchList('승인요청');">
|
|
|
|
|
승인요청
|
|
|
|
|
</button>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<button type="button" class="nav-link w-px-160 h-100" role="tab" data-bs-toggle="tab" name="tabItem4"
|
|
|
|
|
onClick="pageObject['${pageName}'].fnSearchList('기타');">
|
|
|
|
|
기타
|
|
|
|
|
</button>
|
|
|
|
@ -130,7 +136,7 @@
|
|
|
|
|
<th class="cmn" style="width: 72px;">No.</th>
|
|
|
|
|
<th class="cmn" style="width: 56px;"><input type="checkbox" class="form-check-input" name="gridAllCheckbox" onchange="pageObject['${pageName}'].dataTableCheckbox(this, this.checked);" /></th>
|
|
|
|
|
<th class="cmn" style="width: 160px;">업무구분</th>
|
|
|
|
|
<th class="cmn" style="width: 160px;">대상여부</th>
|
|
|
|
|
<th class="cmn" style="width: 200px;">대상여부</th>
|
|
|
|
|
<th class="cmn" style="width: 180px;" onclick="FimsSupport.searchFromGridTitle('CRDN_YMD', this.innerText, 'ymd', '');">단속일시</th>
|
|
|
|
|
<th class="cmn" style="width: 160px;" onclick="FimsSupport.searchFromGridTitle('VHRNO', this.innerText, 'match', 'part');">자동차등록번호</th>
|
|
|
|
|
<th class="cmn" style="width: 120px;" onclick="FimsSupport.searchFromGridTitle('RTPYR_SE_CD', this.innerText, 'codeValue', 'FIM011');">납부자구분</th>
|
|
|
|
@ -389,9 +395,8 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (tabName == "계약서등록") {
|
|
|
|
|
$P.ctrl.query.dmndYn = "N"; // 변경 요청 여부 N
|
|
|
|
|
$P.ctrl.query.ffnlgSysInqYn = "N"; // 과태료시스템 조회 여부 N
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$P.ctrl.query.trgtSttsNm = tabName;
|
|
|
|
|
|
|
|
|
|
// 임대기업번호가 전체라면..
|
|
|
|
|