이지우 - 사용내역서 테이블 수정
This commit is contained in:
parent
410f14dc5e
commit
1ef82c5f3d
@ -138,17 +138,15 @@ function f_print(){
|
|||||||
<table class="est_table2">
|
<table class="est_table2">
|
||||||
<caption>품목, 발송건수, 공급가액, 부가세, 금액 정보를 제공하는 표</caption>
|
<caption>품목, 발송건수, 공급가액, 부가세, 금액 정보를 제공하는 표</caption>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width:20%;">
|
<col style="width:30%;">
|
||||||
<col style="width:20%;">
|
<col style="width:30%;">
|
||||||
<col style="width:20%;">
|
|
||||||
<col style="width:auto;">
|
<col style="width:auto;">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">품목</th>
|
<th scope="col">문자유형</th>
|
||||||
<th scope="col">발송건수</th>
|
<th scope="col">발송건수</th>
|
||||||
<th scope="col">공급가액</th>
|
<th scope="col">사용금액</th>
|
||||||
<th scope="col">금액</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -182,10 +180,6 @@ function f_print(){
|
|||||||
<%-- <fmt:formatNumber type="number" maxFractionDigits="3" value="${result.sendCount}" var="sendCount" />
|
<%-- <fmt:formatNumber type="number" maxFractionDigits="3" value="${result.sendCount}" var="sendCount" />
|
||||||
<c:out value="${sendCount}"/> --%>
|
<c:out value="${sendCount}"/> --%>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
|
||||||
<fmt:formatNumber type="number" maxFractionDigits="3" value="${result.supplyPrice}" var="supplyPrice" />
|
|
||||||
<c:out value="${supplyPrice}"/>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<fmt:formatNumber type="number" maxFractionDigits="3" value="${result.totalPrice}" var="totalPrice" />
|
<fmt:formatNumber type="number" maxFractionDigits="3" value="${result.totalPrice}" var="totalPrice" />
|
||||||
<c:out value="${totalPrice}"/>
|
<c:out value="${totalPrice}"/>
|
||||||
|
|||||||
@ -409,7 +409,7 @@ function getMberGrdChk() {
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="excel_middle">
|
<div class="excel_middle">
|
||||||
<div class="select_btnWrap clearfix">
|
<div class="select_btnWrap">
|
||||||
<div class="add_text2" style="line-height: 1.3em;">
|
<div class="add_text2" style="line-height: 1.3em;">
|
||||||
※ 요금 결제내역은 결제일을 기준으로 최대 6개월까지만 조회가능합니다.
|
※ 요금 결제내역은 결제일을 기준으로 최대 6개월까지만 조회가능합니다.
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user