이준호 문자온 개선 커밋
- 주소록 관리 > 주소록 입력 대행(무료) ==>요청사상 테이블 깨짐 수정 - http://pms.iten.co.kr:9999/issues/3995
This commit is contained in:
parent
db60e6fb6b
commit
8dddd73713
@ -106,7 +106,7 @@ $(document).ready(function(){
|
||||
<c:out value="${(paginationInfo.currentPageNo - 1) * paginationInfo.recordCountPerPage + status.count}"/>
|
||||
</td>
|
||||
<td><c:out value="${result.registPnttm}"/></td>
|
||||
<td><c:out value="${result.requestTxt}"/></td>
|
||||
<td style="word-wrap: break-word"><c:out value="${result.requestTxt}"/></td>
|
||||
<td>
|
||||
<c:choose>
|
||||
<c:when test="${result.type eq 'F'}">
|
||||
@ -116,8 +116,8 @@ $(document).ready(function(){
|
||||
문자 주소록
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</td>
|
||||
<td class="td_file">
|
||||
</td>
|
||||
<td class="td_file">
|
||||
<c:if test="${result.atchFileId ne ''}">
|
||||
<c:import url="/cmm/fms/selectAddrAgencyFileInfs.do" charEncoding="utf-8">
|
||||
<c:param name="param_atchFileId" value="${result.atchFileId}" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user