2024/01/15 부가세포함/별도 셀렉트 추가 및 사용내역서 수정
This commit is contained in:
parent
d90a8138e0
commit
faeca71f91
@ -155,11 +155,23 @@ function f_print(){
|
||||
</c:choose>
|
||||
<c:choose>
|
||||
<c:when test="${not empty resultList}">
|
||||
<tr class="total_price">
|
||||
<!-- <tr>
|
||||
<td>계</td>
|
||||
<td>${sendSumCount}</td>
|
||||
<td>${supplySumPrice}</td>
|
||||
<td>${totalSumPrice}</td>
|
||||
</tr>-->
|
||||
<tr class="total_price">
|
||||
<td>총 공급가액</td>
|
||||
<td colspan="3">2,227</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>세액(부가세)</td>
|
||||
<td colspan="3">227</td>
|
||||
</tr>
|
||||
<tr class="total_price">
|
||||
<td class="total_price">총 사용금액</td>
|
||||
<td colspan="3">1,258</td>
|
||||
</tr>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
|
||||
@ -410,6 +410,11 @@ function fnShowPdfPrintPopup(){
|
||||
<label for="publish1">거래명세서</label>
|
||||
<input type="radio" name="publish" id="publish2" value="details">
|
||||
<label for="publish2">사용내역서</label>
|
||||
<label for="" class="label">부가세 포함,별도 선택</label>
|
||||
<select id="isVat" name="isVat" class="selType2">
|
||||
<option value="0">부가세 별도</option>
|
||||
<option value="1" selected>부가세 포함</option>
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
<c:choose>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user