이지우 - 관리자 > 분쟁조정처리관리 - 관리자 계정도 조사관 항목 노출 추가

This commit is contained in:
JIWOO 2025-01-09 16:30:19 +09:00
parent f80df4317d
commit d055123970

View File

@ -166,7 +166,7 @@ function clipCall(crfNm){
<option value="companyCeo" <c:if test="${searchType == 'companyCeo'}">selected="selected"</c:if>>신청인</option>
<option value="respondentCeo" <c:if test="${searchType == 'respondentCeo'}">selected="selected"</c:if>>피신청인</option>
<option value="process" <c:if test="${searchType == 'process'}">selected="selected"</c:if>>경과여부</option>
<c:if test="${memberPosition == '0911000000' || memberPosition == '0910000000'}">
<c:if test="${memberPosition == '0911000000' || memberPosition == '0910000000' || memberPosition == '0915000000'}">
<option value="examinerSearch" <c:if test="${searchType == 'examinerSearch'}">selected="selected"</c:if>>조사관</option>
</c:if>
<option value="rceptNoSearch" <c:if test="${searchType == 'rceptNoSearch'}">selected="selected"</c:if>>문서등록번호</option>
@ -204,7 +204,7 @@ function clipCall(crfNm){
<col class="title5">
<col class="title5">
<col class="title7">
<c:if test="${memberPosition == '0911000000' || memberPosition == '0910000000'}">
<c:if test="${memberPosition == '0911000000' || memberPosition == '0910000000' || memberPosition == '0915000000'}">
<col class="title7">
</c:if>
</colgroup>
@ -223,7 +223,7 @@ function clipCall(crfNm){
<th scope="col" rowspan="2">보완기일</th>
<th scope="col" rowspan="2">기간연장여부</th>
<th scope="col" rowspan="2">기간경과여부</th>
<c:if test="${memberPosition == '0911000000' || memberPosition == '0910000000'}">
<c:if test="${memberPosition == '0911000000' || memberPosition == '0910000000' || memberPosition == '0915000000'}">
<th scope="col" rowspan="2">조사관</th>
</c:if>
</tr>
@ -305,7 +305,7 @@ function clipCall(crfNm){
<td><c:if test='${list.caseExtend != null}'>연장</c:if>
<c:if test='${list.caseExtend == null}'>N</c:if></td>
<td>${list.termCheck}</td>
<c:if test="${memberPosition == '0911000000' || memberPosition == '0910000000'}">
<c:if test="${memberPosition == '0911000000' || memberPosition == '0910000000' || memberPosition == '0915000000'}">
<td>${list.caseExaminerNm}</td>
</c:if>
</tr>
@ -314,7 +314,7 @@ function clipCall(crfNm){
<c:otherwise>
<tr>
<c:choose>
<c:when test="${memberPosition == '0911000000' || memberPosition == '0910000000'}">
<c:when test="${memberPosition == '0911000000' || memberPosition == '0910000000' || memberPosition == '0915000000'}">
<td colspan="9">검색된 데이터가 없습니다.</td>
</c:when>
<c:otherwise>