이지우 - 사용자 > 요금 사용내역 > 검색 3개월 제한 제거 / 사용내역서 팩스 td 수정
@8edded03fbb2a2ee22fb2facb97168cf8645fb1b
--- src/main/webapp/WEB-INF/jsp/web/pay/MsgPrintUsageDetailsPopUp.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/MsgPrintUsageDetailsPopUp.jsp
... | ... | @@ -197,10 +197,6 @@ |
| 197 | 197 |
<c:out value="${ftSendCount}"/>
|
| 198 | 198 |
</td> |
| 199 | 199 |
<td> |
| 200 |
- <fmt:formatNumber type="number" maxFractionDigits="3" value="${resultFax.supplyPrice}" var="supplyPrice" />
|
|
| 201 |
- <c:out value="${supplyPrice}"/>
|
|
| 202 |
- </td> |
|
| 203 |
- <td> |
|
| 204 | 200 |
<fmt:formatNumber type="number" maxFractionDigits="3" value="${resultFax.totalPrice}" var="totalPrice" />
|
| 205 | 201 |
<c:out value="${totalPrice}"/>
|
| 206 | 202 |
</td> |
--- src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp
... | ... | @@ -90,9 +90,10 @@ |
| 90 | 90 |
return; |
| 91 | 91 |
}; |
| 92 | 92 |
|
| 93 |
- if(!fn_G_limitDateChk("startDate", 3)){
|
|
| 93 |
+ /* 검색 기간 3개월 제한 처리 */ |
|
| 94 |
+ /* if(!fn_G_limitDateChk("startDate", 3)){
|
|
| 94 | 95 |
return; |
| 95 |
- }; |
|
| 96 |
+ }; */ |
|
| 96 | 97 |
|
| 97 | 98 |
document.listForm.pageIndex.value = pageNo; |
| 98 | 99 |
var sendData= $(document.listForm).serializeArray(); |
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?