이지우 - 관리자 계정 분쟁사건 배정관리에도 조사관 항목 추가
This commit is contained in:
parent
d055123970
commit
f938e3b80a
@ -279,7 +279,7 @@
|
|||||||
<col width="10%">
|
<col width="10%">
|
||||||
<!--소속 : 유통팀, 한국공정거래조정원, 민원상담센터 -->
|
<!--소속 : 유통팀, 한국공정거래조정원, 민원상담센터 -->
|
||||||
<c:if
|
<c:if
|
||||||
test="${(memberDept == SeedConstants.YUTONG || memberDept == SeedConstants.HANGUK || memberDept == SeedConstants.MINWON) }">
|
test="${(memberDept == SeedConstants.YUTONG || memberDept == SeedConstants.HANGUK || memberDept == SeedConstants.MINWON || memberPosition == SeedConstants.GWANRIJA) }">
|
||||||
<col width="10%">
|
<col width="10%">
|
||||||
</c:if>
|
</c:if>
|
||||||
</colgroup>
|
</colgroup>
|
||||||
@ -305,7 +305,7 @@
|
|||||||
<th scope="col" rowspan="2">분쟁유형</th>
|
<th scope="col" rowspan="2">분쟁유형</th>
|
||||||
<!--소속 : 유통팀, 한국공정거래조정원, 민원상담센터 -->
|
<!--소속 : 유통팀, 한국공정거래조정원, 민원상담센터 -->
|
||||||
<c:if
|
<c:if
|
||||||
test="${(memberDept == SeedConstants.YUTONG || memberDept == SeedConstants.HANGUK || memberDept == SeedConstants.MINWON) }">
|
test="${(memberDept == SeedConstants.YUTONG || memberDept == SeedConstants.HANGUK || memberDept == SeedConstants.MINWON || memberPosition == SeedConstants.GWANRIJA) }">
|
||||||
<th scope="col" rowspan="2">조사관</th>
|
<th scope="col" rowspan="2">조사관</th>
|
||||||
</c:if>
|
</c:if>
|
||||||
</tr>
|
</tr>
|
||||||
@ -356,14 +356,11 @@
|
|||||||
<td>${list.regDt}</td>
|
<td>${list.regDt}</td>
|
||||||
<td>${list.caseGubun}</td>
|
<td>${list.caseGubun}</td>
|
||||||
<c:if
|
<c:if
|
||||||
test="${(memberDept == SeedConstants.YUTONG || memberDept == SeedConstants.HANGUK || memberDept == SeedConstants.MINWON) }">
|
test="${(memberDept == SeedConstants.YUTONG || memberDept == SeedConstants.HANGUK || memberDept == SeedConstants.MINWON || memberPosition == SeedConstants.GWANRIJA) }">
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${searchMa == 'Y'}">
|
<c:when test="${list.memberName != null}">
|
||||||
<td>${list.memberName}</td>
|
<td>${list.memberName}</td>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:when test="${searchMa == 'P'}">
|
|
||||||
<td>배정중</td>
|
|
||||||
</c:when>
|
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<td>미배정</td>
|
<td>미배정</td>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user