기업회원, 발신번호 반려문구 길이제한 증가
@86d938ca80155a2444f26fbb6d55860a5520b20e
--- src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovMberCmpHstReturnPop.jsp
+++ src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovMberCmpHstReturnPop.jsp
... | ... | @@ -157,7 +157,7 @@ |
| 157 | 157 |
<tr> |
| 158 | 158 |
<th>반려사유</th> |
| 159 | 159 |
<td> |
| 160 |
- <textarea name="returnCn" id="returnCn" maxlength="250"<c:if test="${not empty mberCmpHstVO.returnCn}">readonly</c:if>>${mberCmpHstVO.returnCn}</textarea>
|
|
| 160 |
+ <textarea name="returnCn" id="returnCn" maxlength="700" <c:if test="${not empty mberCmpHstVO.returnCn}">readonly</c:if>>${mberCmpHstVO.returnCn}</textarea>
|
|
| 161 | 161 |
</td> |
| 162 | 162 |
</tr> |
| 163 | 163 |
</tbody> |
--- src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfView.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfView.jsp
... | ... | @@ -485,7 +485,7 @@ |
| 485 | 485 |
<tr> |
| 486 | 486 |
<th>반려사유</th> |
| 487 | 487 |
<td class="left"> |
| 488 |
- <textarea style="width: 87%; height: 160px" name="returnCn" id="returnCn" maxlength="250">${returnCn}</textarea>
|
|
| 488 |
+ <textarea style="width: 87%; height: 160px" name="returnCn" id="returnCn" maxlength="700">${returnCn}</textarea>
|
|
| 489 | 489 |
</td> |
| 490 | 490 |
</tr> |
| 491 | 491 |
</thead> |
--- src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfViewPhone.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfViewPhone.jsp
... | ... | @@ -379,7 +379,7 @@ |
| 379 | 379 |
<tr> |
| 380 | 380 |
<th>반려사유</th> |
| 381 | 381 |
<td class="left"> |
| 382 |
- <textarea style="width: 87%; height: 160px" name="rejectReason" id="rejectReason" maxlength="200" <c:if test="${authYn eq 'C'}">readonly</c:if>>${rejectReason}</textarea>
|
|
| 382 |
+ <textarea style="width: 87%; height: 160px" name="rejectReason" id="rejectReason" maxlength="1000" <c:if test="${authYn eq 'C'}">readonly</c:if>>${rejectReason}</textarea>
|
|
| 383 | 383 |
</td> |
| 384 | 384 |
</tr> |
| 385 | 385 |
</thead> |
--- src/main/webapp/WEB-INF/jsp/uss/ion/msg/sendNumberReturnPop.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/msg/sendNumberReturnPop.jsp
... | ... | @@ -134,7 +134,7 @@ |
| 134 | 134 |
<tr> |
| 135 | 135 |
<th>반려사유</th> |
| 136 | 136 |
<td> |
| 137 |
- <textarea style="height: 130px" name="rejectReason" id="rejectReason" maxlength="200" <c:if test="${mjPhoneMemberVO.authYn eq 'C'}">readonly</c:if>>${mjPhoneMemberVO.rejectReason}</textarea>
|
|
| 137 |
+ <textarea style="height: 130px" name="rejectReason" id="rejectReason" maxlength="1000" <c:if test="${mjPhoneMemberVO.authYn eq 'C'}">readonly</c:if>>${mjPhoneMemberVO.rejectReason}</textarea>
|
|
| 138 | 138 |
</td> |
| 139 | 139 |
</tr> |
| 140 | 140 |
</tbody> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?