이지우 - 사용내역서 테이블 수정
@1ef82c5f3da62a10f1470c35e90cc4b9cce5f33b
--- src/main/webapp/WEB-INF/jsp/web/pay/MsgPrintUsageDetailsPopUp.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/MsgPrintUsageDetailsPopUp.jsp
... | ... | @@ -138,17 +138,15 @@ |
| 138 | 138 |
<table class="est_table2"> |
| 139 | 139 |
<caption>품목, 발송건수, 공급가액, 부가세, 금액 정보를 제공하는 표</caption> |
| 140 | 140 |
<colgroup> |
| 141 |
- <col style="width:20%;"> |
|
| 142 |
- <col style="width:20%;"> |
|
| 143 |
- <col style="width:20%;"> |
|
| 141 |
+ <col style="width:30%;"> |
|
| 142 |
+ <col style="width:30%;"> |
|
| 144 | 143 |
<col style="width:auto;"> |
| 145 | 144 |
</colgroup> |
| 146 | 145 |
<thead> |
| 147 | 146 |
<tr> |
| 148 |
- <th scope="col">품목</th> |
|
| 147 |
+ <th scope="col">문자유형</th> |
|
| 149 | 148 |
<th scope="col">발송건수</th> |
| 150 |
- <th scope="col">공급가액</th> |
|
| 151 |
- <th scope="col">금액</th> |
|
| 149 |
+ <th scope="col">사용금액</th> |
|
| 152 | 150 |
</tr> |
| 153 | 151 |
</thead> |
| 154 | 152 |
<tbody> |
... | ... | @@ -182,10 +180,6 @@ |
| 182 | 180 |
<%-- <fmt:formatNumber type="number" maxFractionDigits="3" value="${result.sendCount}" var="sendCount" />
|
| 183 | 181 |
<c:out value="${sendCount}"/> --%>
|
| 184 | 182 |
</td> |
| 185 |
- <td> |
|
| 186 |
- <fmt:formatNumber type="number" maxFractionDigits="3" value="${result.supplyPrice}" var="supplyPrice" />
|
|
| 187 |
- <c:out value="${supplyPrice}"/>
|
|
| 188 |
- </td> |
|
| 189 | 183 |
<td> |
| 190 | 184 |
<fmt:formatNumber type="number" maxFractionDigits="3" value="${result.totalPrice}" var="totalPrice" />
|
| 191 | 185 |
<c:out value="${totalPrice}"/>
|
--- src/main/webapp/WEB-INF/jsp/web/pay/PayListAllAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayListAllAjax.jsp
... | ... | @@ -409,7 +409,7 @@ |
| 409 | 409 |
</tbody> |
| 410 | 410 |
</table> |
| 411 | 411 |
<div class="excel_middle"> |
| 412 |
- <div class="select_btnWrap clearfix"> |
|
| 412 |
+ <div class="select_btnWrap"> |
|
| 413 | 413 |
<div class="add_text2" style="line-height: 1.3em;"> |
| 414 | 414 |
※ 요금 결제내역은 결제일을 기준으로 최대 6개월까지만 조회가능합니다. |
| 415 | 415 |
<br /> |
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?