--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -1073,7 +1073,8 @@ |
| 1073 | 1073 |
.pay_cont .tType1 button {height: 40px; margin-right: 2px;}
|
| 1074 | 1074 |
.pay_cont .tType1 .btnType17 {font-size: 16px; width: 100px;}
|
| 1075 | 1075 |
.pay_cont .excel_middle {margin: 20px 0 10px 0;}
|
| 1076 |
-.pay_cont .excel_middle .selType2 {width: 82px; height: 32px; margin-left: 0;}
|
|
| 1076 |
+.pay_cont .excel_middle .selType2 {/* width: 82px; */height: 32px; margin-left: 0;}
|
|
| 1077 |
+.pay_cont .select_btnWrap{display:flex;justify-content:space-between;align-items:center;}
|
|
| 1077 | 1078 |
.pay_cont .select_btnWrap .add_text2 {font-size: 16px; padding-top: 7px; color: #666; font-weight: 300;}
|
| 1078 | 1079 |
.pay_cont .select_btnWrap .add_text2 .accountinfo {padding:2px 0 0 10px; color:#21376c; font-weight:400;}
|
| 1079 | 1080 |
.pay_cont .select_btnWrap .add_text2 .accountinfo span {font-size:14px; color:#697593; padding:0 0 0 10px;}
|
... | ... | @@ -1081,7 +1082,7 @@ |
| 1081 | 1082 |
.pay_cont .excel_middle .level_btn{margin: 0 5px; border: 1px solid #002c9a; color: #002c9a;}
|
| 1082 | 1083 |
.pay_cont .excel_middle .level_btn img{margin-top: -3px;}
|
| 1083 | 1084 |
|
| 1084 |
-.pay_cont .excel_middle .print_btn {margin: 0 5px;}
|
|
| 1085 |
+/* .pay_cont .excel_middle .print_btn {margin: 0 5px;} */
|
|
| 1085 | 1086 |
.pay_cont .pay_info {display: flex; justify-content: center; background-color: #efeff0; width: 100%; padding: 16px 0; border-radius: 5px; margin: 20px 0 50px 0; box-sizing: border-box; }
|
| 1086 | 1087 |
.pay_cont .pay_info p:nth-child(1) {font-size: 18px;}
|
| 1087 | 1088 |
.pay_cont .pay_info p:nth-child(2), .pay_cont .pay_info p:nth-child(3) {font-size: 16px; font-weight: 300;}
|
... | ... | @@ -1131,6 +1132,9 @@ |
| 1131 | 1132 |
.hisroy_price .hisroy_price_in>div>p:first-child {float: left;}
|
| 1132 | 1133 |
.hisroy_price .hisroy_price_in>div>p:last-child {float: right;}
|
| 1133 | 1134 |
.hisroy_price .hisroy_price_in>div>p>span {font-size: 22px; font-family: 'GmarketSansBold'; color: #002c9a; padding-right: 5px;}
|
| 1135 |
+ |
|
| 1136 |
+.price_history_cont .tType4 .btnType20{margin:0;}
|
|
| 1137 |
+ |
|
| 1134 | 1138 |
/*후불회원 요금 사용내역*/ |
| 1135 | 1139 |
.hisroy_price .hisroy_defprice_in {position:relative; background-color: #f2f2f2; width: calc(100%/4 - 10px); padding: 28px 22px 40px 22px; border-radius: 5px; box-sizing: border-box;}
|
| 1136 | 1140 |
.hisroy_price .hisroy_defprice_in>p {font-size: 20px; font-weight: 600; margin-bottom: 25px; font-family: 'GmarketSansBold';}
|
... | ... | @@ -1227,13 +1231,20 @@ |
| 1227 | 1231 |
.pay_cont .bill_tab p {padding:0 0 0 20px;}
|
| 1228 | 1232 |
.pay_cont .bill_content_wrap .bill_content {display:none;}
|
| 1229 | 1233 |
|
| 1230 |
-.pay3_list td.td_payInfo span{position: relative; margin: 0 8px;}
|
|
| 1234 |
+/* .pay3_list td.td_payInfo span{position: relative; margin: 0 8px;}
|
|
| 1231 | 1235 |
.pay3_list td.td_payInfo span::after{position: absolute; content: " "; width: 1px; height: 12px; background-color: #666; left: 2px; top: 50%; transform: translateY(-50%);}
|
| 1236 |
+.pay3_list .tType4 tbody td p{display:inline-block;width:auto;margin:0;vertical-align:middle;}
|
|
| 1232 | 1237 |
.pay3_list td button{margin-right: 5px; padding: 0 10px; width: auto;}
|
| 1233 | 1238 |
.pay3_list td button:last-child{margin-right: 0;}
|
| 1234 | 1239 |
.pay3_list td button.btnType.btnType20 {display:block;margin:5px auto;}
|
| 1235 | 1240 |
.pay3_list td button.btnType.btnType20:first-child {margin-top:10px;}
|
| 1236 | 1241 |
.pay3_list td button.btnType.btnType20:last-child {margin-bottom:10px;}
|
| 1242 |
+.pay3_list td button.btnType.btn_use_status{display:inline-block;margin:0;} */
|
|
| 1243 |
+ |
|
| 1244 |
+.pay3_list td.td_payInfo span{position: relative; margin: 0 8px;}
|
|
| 1245 |
+.pay3_list td.td_payInfo span::after{position: absolute; content: " "; width: 1px; height: 12px; background-color: #666; left: 2px; top: 50%; transform: translateY(-50%);}
|
|
| 1246 |
+.pay3_list .tType4 tbody td p{display:inline-block;width:auto;margin:0;vertical-align:middle;}
|
|
| 1247 |
+.pay3_list td button{width:auto;padding:0 10px;margin:0;}
|
|
| 1237 | 1248 |
|
| 1238 | 1249 |
/* 결제하기 */ |
| 1239 | 1250 |
.charg_cont {background-color: #fff;padding: 40px;border-radius: 10px; min-height: 589px; display: none;}
|
--- src/main/webapp/publish/css/estimate.css
+++ src/main/webapp/publish/css/estimate.css
... | ... | @@ -31,6 +31,7 @@ |
| 31 | 31 |
|
| 32 | 32 |
.est_body .cont2 {background-color: #f2f2f2; padding: 0 20px; border: 1px solid #ccc; border-radius: 5px; margin: 13px 0 20px 0; height: 50px; line-height: 50px; box-sizing: border-box;}
|
| 33 | 33 |
.est_body .cont2 p:first-child {float: left; font-size: 16px; font-weight: 500;}
|
| 34 |
+.est_body .cont2 p:first-child span{font-size:13px;font-weight:400;color:#666;}
|
|
| 34 | 35 |
.est_body .cont2 p:last-child {float: right; font-size: 13px; font-weight: 300;}
|
| 35 | 36 |
.est_body .cont2 p span {font-size: 20px; font-weight: 700;}
|
| 36 | 37 |
|
--- src/main/webapp/publish/js/content.js
+++ src/main/webapp/publish/js/content.js
... | ... | @@ -694,6 +694,9 @@ |
| 694 | 694 |
//해시태그 |
| 695 | 695 |
$('.tab_depth4 .tDep2_hashTag a').removeClass('on');
|
| 696 | 696 |
$('.tab_depth4 .tDep2_hashTag a').eq(0).addClass('on');
|
| 697 |
+ |
|
| 698 |
+ $(".api_guide_con").not($tabCn).removeClass("current");
|
|
| 699 |
+ $(".api_guide_con").not($tabCn).fadeOut(0);
|
|
| 697 | 700 |
|
| 698 | 701 |
currTabId = tabId; |
| 699 | 702 |
|
--- src/main/webapp/publish/payment3.html
+++ src/main/webapp/publish/payment3.html
... | ... | @@ -252,12 +252,13 @@ |
| 252 | 252 |
<!-- //기간설정 --> |
| 253 | 253 |
|
| 254 | 254 |
<div class="excel_middle"> |
| 255 |
- <div class="select_btnWrap clearfix"> |
|
| 256 |
- <div class="add_text2" style="line-height: 1.3em;"> |
|
| 255 |
+ <div class="select_btnWrap "> |
|
| 256 |
+ <div class="add_text2" style="line-height:1.4;font-size:15px;padding:0;"> |
|
| 257 | 257 |
※ 요금 결제내역은 결제일을 기준으로 최대 6개월까지만 조회가능합니다. |
| 258 | 258 |
<br>※ 간편결제 영수증은 결제하신 서비스를 통해 제공됩니다. |
| 259 |
+ <br>※ 거래명세서는 세금계산서 발행일로부터 30일 이내에만 출력이 가능합니다. |
|
| 259 | 260 |
</div> |
| 260 |
- <div style="padding-top: 10px;"> |
|
| 261 |
+ <div> |
|
| 261 | 262 |
<button type="button" class="excel_btn"><i class="downroad"></i>엑셀 다운로드</button> |
| 262 | 263 |
<button type="button" class="print_btn"><i class="print_img"></i>인쇄하기</button> |
| 263 | 264 |
<label for="pageUnit" class="label">검색조건 선택</label> |
... | ... | @@ -279,7 +280,7 @@ |
| 279 | 280 |
<col style="width: 15%;"> |
| 280 | 281 |
<col style="width: 15%;"> |
| 281 | 282 |
<col style="width: 15%;"> |
| 282 |
- <col style="width: 20%;"> |
|
| 283 |
+ <col style="width: 25%;"> |
|
| 283 | 284 |
</colgroup> |
| 284 | 285 |
<thead> |
| 285 | 286 |
<tr> |
... | ... | @@ -336,7 +337,7 @@ |
| 336 | 337 |
<td class="tRight">20,909,000</td> |
| 337 | 338 |
<td>결제완료</td> |
| 338 | 339 |
<td> |
| 339 |
- <p class="fwMd c_002c9a">세금계산서 발행완료</p> |
|
| 340 |
+ <button class="btnType btnType20 btn_use_status" onclick="window.open('/publish/transaction_statement.html','','width=790,height=800')">거래명세서</button>
|
|
| 340 | 341 |
</td> |
| 341 | 342 |
</tr> |
| 342 | 343 |
<tr> |
... | ... | @@ -347,7 +348,18 @@ |
| 347 | 348 |
<td class="tRight">20,909,000</td> |
| 348 | 349 |
<td>결제완료</td> |
| 349 | 350 |
<td> |
| 350 |
- <p class="fwMd c_222">세금계산서 발행대기</p> |
|
| 351 |
+ <p class="c_002c9a">세금계산서 발행완료</p> |
|
| 352 |
+ </td> |
|
| 353 |
+ </tr> |
|
| 354 |
+ <tr> |
|
| 355 |
+ <td>19</td> |
|
| 356 |
+ <td>2025-03-05 14:40:00</td> |
|
| 357 |
+ <td>개인전용계좌<br>(전용계좌번호)</td> |
|
| 358 |
+ <td class="tRight">23,000,000</td> |
|
| 359 |
+ <td class="tRight">20,909,000</td> |
|
| 360 |
+ <td>결제완료</td> |
|
| 361 |
+ <td> |
|
| 362 |
+ <p class="c_222">세금계산서 발행대기</p> |
|
| 351 | 363 |
</td> |
| 352 | 364 |
</tr> |
| 353 | 365 |
<tr> |
... | ... | @@ -367,8 +379,8 @@ |
| 367 | 379 |
<td class="tRight">20,909,000</td> |
| 368 | 380 |
<td>결제완료</td> |
| 369 | 381 |
<td> |
| 382 |
+ <button class="btnType btnType20">세금계산서</button> |
|
| 370 | 383 |
<button class="btnType btnType20">현금영수증</button> |
| 371 |
- <button class="btnType btnType20">간이영수증</button> |
|
| 372 | 384 |
</td> |
| 373 | 385 |
</tr> |
| 374 | 386 |
</tbody> |
... | ... | @@ -425,7 +437,7 @@ |
| 425 | 437 |
<!-- //기간설정 --> |
| 426 | 438 |
|
| 427 | 439 |
<div class="excel_middle"> |
| 428 |
- <div class="select_btnWrap clearfix"> |
|
| 440 |
+ <div class="select_btnWrap "> |
|
| 429 | 441 |
<div class="add_text2" style="line-height: 1.3em;"> |
| 430 | 442 |
※ 포인트 교환내역은 교환일을 기준으로 최대 6개월까지만 조회 가능합니다. |
| 431 | 443 |
</div> |
... | ... | @@ -761,7 +773,7 @@ |
| 761 | 773 |
<!-- //기간설정 --> |
| 762 | 774 |
|
| 763 | 775 |
<div class="excel_middle"> |
| 764 |
- <div class="select_btnWrap clearfix"> |
|
| 776 |
+ <div class="select_btnWrap"> |
|
| 765 | 777 |
<div class="add_text2"></div> |
| 766 | 778 |
<div> |
| 767 | 779 |
<button type="button" class="excel_btn" onclick="javascript:refundExcelDownload();"> |
--- src/main/webapp/publish/payment4.html
+++ src/main/webapp/publish/payment4.html
... | ... | @@ -32,9 +32,9 @@ |
| 32 | 32 |
|
| 33 | 33 |
<script> |
| 34 | 34 |
$(function () {
|
| 35 |
- |
|
| 35 |
+ |
|
| 36 | 36 |
// 거래명세서/사용내역서 발행 |
| 37 |
- $(".btn_publish").click(function(){
|
|
| 37 |
+ $(".btn_publish").click(function () {
|
|
| 38 | 38 |
var thisVal = $("[name='publish']:checked").val();
|
| 39 | 39 |
var popup_wid = "820"; |
| 40 | 40 |
var popup_ht = "820"; |
... | ... | @@ -305,21 +305,28 @@ |
| 305 | 305 |
</div> |
| 306 | 306 |
<div class="price_history_cont" id="listTab2_5"> |
| 307 | 307 |
<div class="list_info"> |
| 308 |
- <p>총 <span>10</span>건</p> |
|
| 308 |
+ <p>총 <span>10</span>건 (1,148원)</p> |
|
| 309 | 309 |
<div> |
| 310 |
- <button type="button" class="print_btn"><i class="print_img"></i>인쇄하기</button> |
|
| 311 |
- <button type="button" class="pdf_btn"><i class="pdf_img"></i>PDF저장</button> |
|
| 310 |
+ <button type="button" class="btnType btn_36 border_gray btnType12" onclick="window.open('/publish/use_statement.html','','width=790,height=800');">사용내역서</button>
|
|
| 312 | 311 |
<button type="button" class="excel_btn"><i class="downroad"></i>엑셀 다운로드</button> |
| 312 |
+ <label for="pageUnit" class="label">검색조건 선택</label> |
|
| 313 |
+ <select name="pageUnit" id="pageUnit" class="selType2"> |
|
| 314 |
+ <option value="10" selected="">10줄</option> |
|
| 315 |
+ <option value="20">20줄</option> |
|
| 316 |
+ <option value="30">30줄</option> |
|
| 317 |
+ <option value="100">100줄</option> |
|
| 318 |
+ </select> |
|
| 313 | 319 |
</div> |
| 314 | 320 |
</div> |
| 315 | 321 |
<div class="tb_wrap"> |
| 316 | 322 |
<table class="tType4"> |
| 317 | 323 |
<colgroup> |
| 318 | 324 |
<col style="width: auto;"> |
| 319 |
- <col style="width: 15%;"> |
|
| 320 |
- <col style="width: 15%;"> |
|
| 321 |
- <col style="width: 15%;"> |
|
| 322 |
- <col style="width: 20%;"> |
|
| 325 |
+ <col style="width: 9%;"> |
|
| 326 |
+ <col style="width: 10%;"> |
|
| 327 |
+ <col style="width: 12%;"> |
|
| 328 |
+ <col style="width: 12%;"> |
|
| 329 |
+ <col style="width: 16%;"> |
|
| 323 | 330 |
</colgroup> |
| 324 | 331 |
<thead> |
| 325 | 332 |
<tr> |
... | ... | @@ -330,64 +337,77 @@ |
| 330 | 337 |
</div> |
| 331 | 338 |
</th> |
| 332 | 339 |
<th rowspan="2"> |
| 333 |
- 문자유형 |
|
| 340 |
+ 형태 |
|
| 334 | 341 |
<div class="sort_wrap"> |
| 335 | 342 |
<input type="button" class="sort sortBtn" id="sort_orderByCode"> |
| 336 | 343 |
</div> |
| 337 | 344 |
</th> |
| 338 | 345 |
<th rowspan="2">내용</th> |
| 339 |
- <th rowspan="2">발송건수</th> |
|
| 340 |
- <th>사용</th> |
|
| 346 |
+ <th colspan="2">발송건수</th> |
|
| 347 |
+ <th rowspan="2">금액(원)</th> |
|
| 341 | 348 |
</tr> |
| 342 | 349 |
<tr> |
| 343 |
- <th>충전금</th> |
|
| 350 |
+ <th>성공</th> |
|
| 351 |
+ <th style="border-right:1px solid #ccc;">실패</th> |
|
| 344 | 352 |
</tr> |
| 345 | 353 |
</thead> |
| 346 | 354 |
<tbody> |
| 347 | 355 |
<tr> |
| 348 |
- <td colspan="5"> |
|
| 356 |
+ <td colspan="6"> |
|
| 349 | 357 |
검색 결과가 없습니다. |
| 350 | 358 |
</td> |
| 351 | 359 |
</tr> |
| 352 | 360 |
<tr> |
| 353 |
- <td>2025-04-21 18:19:48</td> |
|
| 361 |
+ <td>2025-04-21 18:19</td> |
|
| 354 | 362 |
<td>알림톡</td> |
| 355 | 363 |
<td><button class="btnType btnType20" data-tooltip="allimTalk_detail_popup">상세보기</button></td> |
| 356 | 364 |
<td> |
| 357 |
- <p class="fwRg c_002c9a">1/0</p> |
|
| 365 |
+ <p class="fwRg c_002c9a">187</p> |
|
| 366 |
+ </td> |
|
| 367 |
+ <td> |
|
| 368 |
+ <p class="fwRg c_222">23</p> |
|
| 358 | 369 |
</td> |
| 359 | 370 |
<td> |
| 360 | 371 |
<p class="fwRg c_002c9a">5</p> |
| 361 | 372 |
</td> |
| 362 | 373 |
</tr> |
| 363 | 374 |
<tr> |
| 364 |
- <td>2025-04-21 18:19:48</td> |
|
| 375 |
+ <td>2025-04-21 18:19</td> |
|
| 365 | 376 |
<td>단문</td> |
| 366 | 377 |
<td><button class="btnType btnType20" data-tooltip="shotMsg_detail_popup">상세보기</button></td> |
| 367 | 378 |
<td> |
| 368 |
- <p class="fwRg c_002c9a">1/0</p> |
|
| 379 |
+ <p class="fwRg c_002c9a">187</p> |
|
| 380 |
+ </td> |
|
| 381 |
+ <td> |
|
| 382 |
+ <p class="fwRg c_222">23</p> |
|
| 369 | 383 |
</td> |
| 370 | 384 |
<td> |
| 371 | 385 |
<p class="fwRg c_002c9a">5</p> |
| 372 | 386 |
</td> |
| 373 | 387 |
</tr> |
| 374 | 388 |
<tr> |
| 375 |
- <td>2025-04-21 18:19:48</td> |
|
| 389 |
+ <td>2025-04-21 18:19</td> |
|
| 376 | 390 |
<td>장문</td> |
| 377 | 391 |
<td><button class="btnType btnType20" data-tooltip="longMsg_detail_popup">상세보기</button></td> |
| 378 | 392 |
<td> |
| 379 |
- <p class="fwRg c_002c9a">1/0</p> |
|
| 393 |
+ <p class="fwRg c_002c9a">187</p> |
|
| 394 |
+ </td> |
|
| 395 |
+ <td> |
|
| 396 |
+ <p class="fwRg c_222">23</p> |
|
| 380 | 397 |
</td> |
| 381 | 398 |
<td> |
| 382 | 399 |
<p class="fwRg c_002c9a">5</p> |
| 383 | 400 |
</td> |
| 384 | 401 |
</tr> |
| 385 | 402 |
<tr> |
| 386 |
- <td>2025-04-21 18:19:48</td> |
|
| 403 |
+ <td>2025-04-21 18:19</td> |
|
| 387 | 404 |
<td>그림</td> |
| 388 | 405 |
<td><button class="btnType btnType20" data-tooltip="photoMsg_detail_popup">상세보기</button></td> |
| 389 | 406 |
<td> |
| 390 |
- <p class="fwRg c_002c9a">1/0</p> |
|
| 407 |
+ <p class="fwRg c_002c9a">187</p> |
|
| 408 |
+ </td> |
|
| 409 |
+ <td> |
|
| 410 |
+ <p class="fwRg c_222">23</p> |
|
| 391 | 411 |
</td> |
| 392 | 412 |
<td> |
| 393 | 413 |
<p class="fwRg c_002c9a">5</p> |
... | ... | @@ -396,7 +416,7 @@ |
| 396 | 416 |
</tbody> |
| 397 | 417 |
</table> |
| 398 | 418 |
</div> |
| 399 |
- <div class="publish_btn clearfix"> |
|
| 419 |
+ <!-- <div class="publish_btn clearfix"> |
|
| 400 | 420 |
<div> |
| 401 | 421 |
<input type="radio" name="publish" id="publishS" value="statement" checked> |
| 402 | 422 |
<label for="publishS">거래명세서</label> |
... | ... | @@ -410,7 +430,7 @@ |
| 410 | 430 |
<div> |
| 411 | 431 |
<button type="button" class="btnType btn_publish">발행하기</button> |
| 412 | 432 |
</div> |
| 413 |
- </div> |
|
| 433 |
+ </div> --> |
|
| 414 | 434 |
<!-- pagination --> |
| 415 | 435 |
<ul class="pagination"> |
| 416 | 436 |
<li class="page_first"><button><img src="/publish/images/content/page_first.png" alt=""></button></li> |
--- src/main/webapp/publish/transaction_statement.html
+++ src/main/webapp/publish/transaction_statement.html
... | ... | @@ -13,13 +13,10 @@ |
| 13 | 13 |
<link rel="stylesheet" href="/publish/css/font.css"> |
| 14 | 14 |
<link rel="stylesheet" href="/publish/css/button.css"> |
| 15 | 15 |
|
| 16 |
- <style> |
|
| 17 |
- .est_table th.text {text-align: center;vertical-align: middle;}
|
|
| 18 |
- </style> |
|
| 19 |
- |
|
| 20 | 16 |
</head> |
| 21 | 17 |
|
| 22 | 18 |
<body> |
| 19 |
+ <!-- 견적서 --> |
|
| 23 | 20 |
<div class="estimate_wrap"> |
| 24 | 21 |
<div class="estimate"> |
| 25 | 22 |
<div class="est_head clearfix"> |
... | ... | @@ -30,160 +27,285 @@ |
| 30 | 27 |
</div> |
| 31 | 28 |
</div> |
| 32 | 29 |
<div class="est_body"> |
| 33 |
- <h2>거래명세서<span>(공급받는자 보관용)</span></h2> |
|
| 34 |
- <div class="cont1"> |
|
| 35 |
- <div> |
|
| 36 |
- <p>공급받는자</p> |
|
| 30 |
+ <h2>거래명세서<span style="font-size:20px;font-weight:400;">(공급받는자 보관용)</span></h2> |
|
| 31 |
+ <div class="cont1 tb_ver2" style="display:flex;"> |
|
| 32 |
+ <div style="width:calc((100% - 40px)/2);"> |
|
| 33 |
+ <p>공급받는 자</p> |
|
| 37 | 34 |
<table class="est_table"> |
| 38 |
- <caption>공급받는자 정보</caption> |
|
| 35 |
+ <caption>등록번호, 상호, 성명, 전화번호, 이메일 정보 제공</caption> |
|
| 39 | 36 |
<colgroup> |
| 40 |
- <col style="width: 50px;"> |
|
| 37 |
+ <col style="width: 60px;"> |
|
| 41 | 38 |
<col style="width: auto;"> |
| 42 | 39 |
</colgroup> |
| 43 | 40 |
<tbody> |
| 44 | 41 |
<tr> |
| 45 |
- <th>수<span class="blank"></span>신</th> |
|
| 46 |
- <td>원영현</td> |
|
| 42 |
+ <th>등록번호</th> |
|
| 43 |
+ <td>사업자등록번호 |
|
| 44 |
+ <!--(개인회원인 경우 하이픈(-) 처리)--> |
|
| 45 |
+ </td> |
|
| 47 | 46 |
</tr> |
| 48 | 47 |
<tr> |
| 49 |
- <th>참<span class="blank"></span>조</th> |
|
| 50 |
- <td>원영현 (01093414986)</td> |
|
| 48 |
+ <th style="letter-spacing:-0.69px;">상    호</th> |
|
| 49 |
+ <td>기업명 |
|
| 50 |
+ <!-- (개인회원인 경우 하이픈(-) 처리--> |
|
| 51 |
+ </td> |
|
| 51 | 52 |
</tr> |
| 52 | 53 |
<tr> |
| 53 |
- <th>거래일자</th> |
|
| 54 |
- <td>2024-04-26~2025-04-25</td> |
|
| 54 |
+ <th style="letter-spacing:-0.69px;">성    명</th> |
|
| 55 |
+ <td>가입자명</td> |
|
| 55 | 56 |
</tr> |
| 56 | 57 |
<tr> |
| 57 |
- <th rowspan="2" colspan="2" class="text">아래와 같이 계산합니다.</th> |
|
| 58 |
+ <th>전화번호</th> |
|
| 59 |
+ <td>가입자 연락처</td> |
|
| 58 | 60 |
</tr> |
| 59 |
- <tr></tr> |
|
| 61 |
+ <tr> |
|
| 62 |
+ <th style="letter-spacing:-0.85px;">이 메 일</th> |
|
| 63 |
+ <td>가입자 이메일</td> |
|
| 64 |
+ </tr> |
|
| 60 | 65 |
</tbody> |
| 61 | 66 |
</table> |
| 62 | 67 |
</div> |
| 63 |
- <div> |
|
| 68 |
+ <div style="width:calc((100% - 40px)/2);"> |
|
| 64 | 69 |
<p>공급자</p> |
| 65 | 70 |
<img src="/publish/images/content/stamp.png" alt="도장" class="stamp mCS_img_loaded"> |
| 66 | 71 |
<table class="est_table"> |
| 67 |
- <caption>공급자 정보</caption> |
|
| 72 |
+ <caption>등록번호, 상호, 성명, 전화번호, 이메일 정보 제공</caption> |
|
| 68 | 73 |
<colgroup> |
| 69 |
- <col style="width: 82px;"> |
|
| 74 |
+ <col style="width: 60px;"> |
|
| 70 | 75 |
<col style="width: auto;"> |
| 71 | 76 |
</colgroup> |
| 72 | 77 |
<tbody> |
| 73 | 78 |
<tr> |
| 74 |
- <th>회<span class="blank2"></span>사<span class="blank2"></span>명</th> |
|
| 75 |
- <td>주식회사 아이티앤</td> |
|
| 76 |
- </tr> |
|
| 77 |
- <tr> |
|
| 78 |
- <th>사업자등록번호</th> |
|
| 79 |
+ <th>등록번호</th> |
|
| 79 | 80 |
<td>653-87-00858</td> |
| 80 | 81 |
</tr> |
| 81 | 82 |
<tr> |
| 82 |
- <th>대<span class="blank2"></span>표<span class="blank2"></span>자</th> |
|
| 83 |
+ <th style="letter-spacing:-0.69px;">상    호</th> |
|
| 84 |
+ <td>주식회사 아이티앤</td> |
|
| 85 |
+ </tr> |
|
| 86 |
+ <tr> |
|
| 87 |
+ <th style="letter-spacing:-0.69px;">성    명</th> |
|
| 83 | 88 |
<td>유인식</td> |
| 84 | 89 |
</tr> |
| 85 | 90 |
<tr> |
| 86 |
- <th>전<span class="blank3"></span>화</th> |
|
| 91 |
+ <th>전화번호</th> |
|
| 87 | 92 |
<td>1551-8011</td> |
| 88 | 93 |
</tr> |
| 89 | 94 |
<tr> |
| 90 |
- <th>이<span class="blank2"></span>메<span class="blank2"></span>일</th> |
|
| 95 |
+ <th style="letter-spacing:-0.85px;">이 메 일</th> |
|
| 91 | 96 |
<td>help@iten.co.kr</td> |
| 92 | 97 |
</tr> |
| 93 | 98 |
</tbody> |
| 94 | 99 |
</table> |
| 95 | 100 |
</div> |
| 96 | 101 |
</div> |
| 97 |
- <div class="cont2 clearfix"> |
|
| 98 |
- <p>총 사용금액</p> |
|
| 99 |
- <p><span>517</span> 원(VAT 별도)</p> |
|
| 100 |
- </div> |
|
| 101 | 102 |
<div class="cont3"> |
| 102 |
- <p>(단위 : 원, 건)</p> |
|
| 103 | 103 |
<div class="est_table2_wrap"> |
| 104 | 104 |
<table class="est_table2"> |
| 105 |
- <caption>품목, 발송건수, 공급가액, 금액 정보를 제공하는 표</caption> |
|
| 105 |
+ <caption>작성일자, 공급가액, 세액, 비고 정보를 제공하는 표</caption> |
|
| 106 | 106 |
<colgroup> |
| 107 |
- <col style="width:20%;"> |
|
| 108 |
- <col style="width:20%;"> |
|
| 109 |
- <col style="width:20%;"> |
|
| 110 |
- <col style="width:auto;"> |
|
| 107 |
+ <col style="width: 25%;"> |
|
| 108 |
+ <col style="width: 25%;"> |
|
| 109 |
+ <col style="width: 25%;"> |
|
| 111 | 110 |
</colgroup> |
| 112 | 111 |
<thead> |
| 113 | 112 |
<tr> |
| 114 |
- <th scope="col">품목</th> |
|
| 115 |
- <th scope="col">발송건수</th> |
|
| 113 |
+ <th scope="col">작성일자</th> |
|
| 116 | 114 |
<th scope="col">공급가액</th> |
| 117 |
- <th scope="col">금액</th> |
|
| 115 |
+ <th scope="col">세액</th> |
|
| 118 | 116 |
</tr> |
| 119 | 117 |
</thead> |
| 120 | 118 |
<tbody> |
| 121 | 119 |
<tr> |
| 122 |
- <td>단문(SMS)</td> |
|
| 123 |
- <td>7</td> |
|
| 124 |
- <td>67</td> |
|
| 125 |
- <td>67</td> |
|
| 126 |
- </tr> |
|
| 127 |
- |
|
| 128 |
- <tr> |
|
| 129 |
- <td>장문(LMS)</td> |
|
| 130 |
- <td>8</td> |
|
| 131 |
- <td>160</td> |
|
| 132 |
- <td>160</td> |
|
| 133 |
- </tr> |
|
| 134 |
- |
|
| 135 |
- <tr> |
|
| 136 |
- <td>그림(MMS)</td> |
|
| 137 |
- <td>2</td> |
|
| 138 |
- <td>60</td> |
|
| 139 |
- <td>60</td> |
|
| 140 |
- </tr> |
|
| 141 |
- |
|
| 142 |
- <tr> |
|
| 143 |
- <td>알림톡</td> |
|
| 144 |
- <td>26</td> |
|
| 145 |
- <td>130</td> |
|
| 146 |
- <td>130</td> |
|
| 147 |
- </tr> |
|
| 148 |
- |
|
| 149 |
- <tr> |
|
| 150 |
- <td>팩스</td> |
|
| 151 |
- <td>2</td> |
|
| 152 |
- <td>100</td> |
|
| 153 |
- <td>100</td> |
|
| 120 |
+ <td>2024-07-18</td> |
|
| 121 |
+ <td>500,000</td> |
|
| 122 |
+ <td>50,000</td> |
|
| 154 | 123 |
</tr> |
| 155 | 124 |
</tbody> |
| 125 |
+ <tfoot> |
|
| 126 |
+ <tr> |
|
| 127 |
+ <th>비고</th> |
|
| 128 |
+ <td style="padding:0 0 0 20px;">사용기간(2024-01-01 ~ 2024-01-31)</td> |
|
| 129 |
+ </tr> |
|
| 130 |
+ </tfoot> |
|
| 131 |
+ </table> |
|
| 132 |
+ </div> |
|
| 133 |
+ |
|
| 134 |
+ |
|
| 135 |
+ <div class="est_table2_wrap" style="margin:20px 0 0 0;"> |
|
| 136 |
+ <table class="est_table2"> |
|
| 137 |
+ <caption>월, 일, 품목, 규격, 수량, 단가, 공급가액, 세액, 비고 정보를 제공하는 표</caption> |
|
| 138 |
+ <colgroup> |
|
| 139 |
+ <col style="width: 60px;"> |
|
| 140 |
+ <col style="width: 60px;"> |
|
| 141 |
+ <col style="width: auto;"> |
|
| 142 |
+ <col style="width: 60px;"> |
|
| 143 |
+ <col style="width: 60px;"> |
|
| 144 |
+ <col style="width: 60px;"> |
|
| 145 |
+ <col style="width: 100px;"> |
|
| 146 |
+ <col style="width: 60px;"> |
|
| 147 |
+ <col style="width: 70px;"> |
|
| 148 |
+ </colgroup> |
|
| 149 |
+ <thead> |
|
| 150 |
+ <tr> |
|
| 151 |
+ <th scope="col">월</th> |
|
| 152 |
+ <th scope="col">일</th> |
|
| 153 |
+ <th scope="col">품목</th> |
|
| 154 |
+ <th scope="col">규격</th> |
|
| 155 |
+ <th scope="col">수량</th> |
|
| 156 |
+ <th scope="col">단가</th> |
|
| 157 |
+ <th scope="col">공급가액</th> |
|
| 158 |
+ <th scope="col">세액</th> |
|
| 159 |
+ <th scope="col">비고</th> |
|
| 160 |
+ </tr> |
|
| 161 |
+ </thead> |
|
| 162 |
+ <tbody> |
|
| 163 |
+ <tr> |
|
| 164 |
+ <td>7</td> |
|
| 165 |
+ <td>18</td> |
|
| 166 |
+ <td>문자온 메시징 서비스 이용료</td> |
|
| 167 |
+ <td></td> |
|
| 168 |
+ <td></td> |
|
| 169 |
+ <td></td> |
|
| 170 |
+ <td>500,000</td> |
|
| 171 |
+ <td>50,000</td> |
|
| 172 |
+ <td>-</td> |
|
| 173 |
+ </tr> |
|
| 174 |
+ <tr> |
|
| 175 |
+ <td></td> |
|
| 176 |
+ <td></td> |
|
| 177 |
+ <td></td> |
|
| 178 |
+ <td></td> |
|
| 179 |
+ <td></td> |
|
| 180 |
+ <td></td> |
|
| 181 |
+ <td></td> |
|
| 182 |
+ <td></td> |
|
| 183 |
+ <td></td> |
|
| 184 |
+ </tr> |
|
| 185 |
+ <tr> |
|
| 186 |
+ <td></td> |
|
| 187 |
+ <td></td> |
|
| 188 |
+ <td></td> |
|
| 189 |
+ <td></td> |
|
| 190 |
+ <td></td> |
|
| 191 |
+ <td></td> |
|
| 192 |
+ <td></td> |
|
| 193 |
+ <td></td> |
|
| 194 |
+ <td></td> |
|
| 195 |
+ </tr> |
|
| 196 |
+ <tr> |
|
| 197 |
+ <td></td> |
|
| 198 |
+ <td></td> |
|
| 199 |
+ <td></td> |
|
| 200 |
+ <td></td> |
|
| 201 |
+ <td></td> |
|
| 202 |
+ <td></td> |
|
| 203 |
+ <td></td> |
|
| 204 |
+ <td></td> |
|
| 205 |
+ <td></td> |
|
| 206 |
+ </tr> |
|
| 207 |
+ <tr> |
|
| 208 |
+ <td></td> |
|
| 209 |
+ <td></td> |
|
| 210 |
+ <td></td> |
|
| 211 |
+ <td></td> |
|
| 212 |
+ <td></td> |
|
| 213 |
+ <td></td> |
|
| 214 |
+ <td></td> |
|
| 215 |
+ <td></td> |
|
| 216 |
+ <td></td> |
|
| 217 |
+ </tr> |
|
| 218 |
+ <tr> |
|
| 219 |
+ <td></td> |
|
| 220 |
+ <td></td> |
|
| 221 |
+ <td></td> |
|
| 222 |
+ <td></td> |
|
| 223 |
+ <td></td> |
|
| 224 |
+ <td></td> |
|
| 225 |
+ <td></td> |
|
| 226 |
+ <td></td> |
|
| 227 |
+ <td></td> |
|
| 228 |
+ </tr> |
|
| 229 |
+ <tr> |
|
| 230 |
+ <td></td> |
|
| 231 |
+ <td></td> |
|
| 232 |
+ <td></td> |
|
| 233 |
+ <td></td> |
|
| 234 |
+ <td></td> |
|
| 235 |
+ <td></td> |
|
| 236 |
+ <td></td> |
|
| 237 |
+ <td></td> |
|
| 238 |
+ <td></td> |
|
| 239 |
+ </tr> |
|
| 240 |
+ <tr> |
|
| 241 |
+ <td></td> |
|
| 242 |
+ <td></td> |
|
| 243 |
+ <td></td> |
|
| 244 |
+ <td></td> |
|
| 245 |
+ <td></td> |
|
| 246 |
+ <td></td> |
|
| 247 |
+ <td></td> |
|
| 248 |
+ <td></td> |
|
| 249 |
+ <td></td> |
|
| 250 |
+ </tr> |
|
| 251 |
+ </tbody> |
|
| 252 |
+ |
|
| 253 |
+ <!-- 후불제 --> |
|
| 254 |
+ <!-- <tfoot> |
|
| 255 |
+ <tr> |
|
| 256 |
+ <th colspan="2">합계금액</th> |
|
| 257 |
+ <th>전잔액</th> |
|
| 258 |
+ <th colspan="2">입금액</th> |
|
| 259 |
+ <th colspan="2">현잔액</th> |
|
| 260 |
+ <th colspan="2" rowspan="2" style="background:#fff;vertical-align:middle;">이 금액을 [<span>청 구</span>]함</th> |
|
| 261 |
+ </tr> |
|
| 262 |
+ <tr> |
|
| 263 |
+ <td style="text-align:center;" colspan="2">550,000</td> |
|
| 264 |
+ <td style="text-align:center;">-</td> |
|
| 265 |
+ <td style="text-align:center;" colspan="2">-</td> |
|
| 266 |
+ <td style="text-align:center;" colspan="2">550,000</td> |
|
| 267 |
+ </tr> |
|
| 268 |
+ </tfoot> --> |
|
| 269 |
+ <!-- //후불제 --> |
|
| 270 |
+ |
|
| 271 |
+ <!-- 일반회원(선불제) --> |
|
| 272 |
+ <tfoot> |
|
| 273 |
+ <tr> |
|
| 274 |
+ <th colspan="2">합계금액</th> |
|
| 275 |
+ <th>전잔액</th> |
|
| 276 |
+ <th colspan="2">입금액</th> |
|
| 277 |
+ <th colspan="2">현잔액</th> |
|
| 278 |
+ <th colspan="2" rowspan="2" style="background:#fff;vertical-align:middle;">이 금액을 [<span>영 수</span>]함</th> |
|
| 279 |
+ </tr> |
|
| 280 |
+ <tr> |
|
| 281 |
+ <td style="text-align:center;" colspan="2">550,000</td> |
|
| 282 |
+ <td style="text-align:center;">-</td> |
|
| 283 |
+ <td style="text-align:center;" colspan="2">-</td> |
|
| 284 |
+ <td style="text-align:center;" colspan="2">550,000</td> |
|
| 285 |
+ </tr> |
|
| 286 |
+ </tfoot> |
|
| 287 |
+ <!-- //일반회원(선불제) --> |
|
| 288 |
+ |
|
| 156 | 289 |
</table> |
| 157 | 290 |
</div> |
| 158 | 291 |
</div> |
| 159 |
- <div class="cont4"> |
|
| 160 |
- <table class="est_table"> |
|
| 161 |
- <caption>공급가액, 총 결제금액에 대한 표</caption> |
|
| 162 |
- <colgroup> |
|
| 163 |
- <col style="width: 100px;"> |
|
| 164 |
- <col style="width: auto;"> |
|
| 165 |
- </colgroup> |
|
| 166 |
- <tbody> |
|
| 167 |
- <tr> |
|
| 168 |
- <th>공급가액</th> |
|
| 169 |
- <td><span>517</span></td> |
|
| 170 |
- </tr> |
|
| 171 |
- <tr class="total_price"> |
|
| 172 |
- <th>총 사용금액</th> |
|
| 173 |
- <td><span>517</span></td> |
|
| 174 |
- </tr> |
|
| 175 |
- </tbody> |
|
| 176 |
- </table> |
|
| 177 |
- </div> |
|
| 178 |
- <div class="cont5"> |
|
| 179 |
- <p><span>2025 년 <span>4</span> 월 <span>25</span> 일</span></p> |
|
| 180 |
- </div> |
|
| 292 |
+ |
|
| 293 |
+ <!-- <div class="cont5"> |
|
| 294 |
+ <p><span>2021</span> 년 <span>6</span> 월 <span>17</span> 일</p> |
|
| 295 |
+ <div> |
|
| 296 |
+ <span></span> |
|
| 297 |
+ <span>주식회사 아이티앤</span> |
|
| 298 |
+ <span>유 인 식 (인)</span> |
|
| 299 |
+ </div> |
|
| 300 |
+ </div> --> |
|
| 301 |
+ |
|
| 181 | 302 |
</div> |
| 182 |
- <div class="est_btn_wrap" id="est_btn_wrap"> |
|
| 183 |
- <button type="button" class="btnType" onclick="javascript:f_print(); return false;"><i class="print_img"></i>인쇄하기</button> |
|
| 303 |
+ <div class="est_btn_wrap"> |
|
| 304 |
+ <button type="button" class="btnType" onclick="window.print();"><i class="print_img"></i>인쇄하기</button> |
|
| 184 | 305 |
</div> |
| 185 | 306 |
</div> |
| 186 | 307 |
</div> |
| 308 |
+ <!--// 견적서 --> |
|
| 187 | 309 |
</body> |
| 188 | 310 |
|
| 189 | 311 |
</html>(No newline at end of file) |
--- src/main/webapp/publish/use_statement.html
+++ src/main/webapp/publish/use_statement.html
... | ... | @@ -13,6 +13,29 @@ |
| 13 | 13 |
<link rel="stylesheet" href="/publish/css/font.css"> |
| 14 | 14 |
<link rel="stylesheet" href="/publish/css/button.css"> |
| 15 | 15 |
|
| 16 |
+ <style type="text/css"> |
|
| 17 |
+ .blank {
|
|
| 18 |
+ margin: 0 11.5px; |
|
| 19 |
+ } |
|
| 20 |
+ |
|
| 21 |
+ .est_table2_wrap {
|
|
| 22 |
+ overflow: hidden; |
|
| 23 |
+ } |
|
| 24 |
+ |
|
| 25 |
+ .est_table2 {
|
|
| 26 |
+ border: 0 none; |
|
| 27 |
+ } |
|
| 28 |
+ |
|
| 29 |
+ .est_table2 tbody td:first-child {
|
|
| 30 |
+ border-left: 0 none; |
|
| 31 |
+ } |
|
| 32 |
+ |
|
| 33 |
+ .est_table2 tbody tr:last-child th, |
|
| 34 |
+ .est_table2 tbody tr:last-child td {
|
|
| 35 |
+ border-bottom: 0 none; |
|
| 36 |
+ } |
|
| 37 |
+ </style> |
|
| 38 |
+ |
|
| 16 | 39 |
</head> |
| 17 | 40 |
|
| 18 | 41 |
<body> |
... | ... | @@ -38,30 +61,37 @@ |
| 38 | 61 |
</colgroup> |
| 39 | 62 |
<tbody> |
| 40 | 63 |
<tr> |
| 41 |
- <th>수<span class="blank"></span>신</th> |
|
| 42 |
- <td>원영현</td> |
|
| 64 |
+ <th>등록번호</th> |
|
| 65 |
+ <td>사업자등록번호(개인회원인 경우 하이픈(-) 처리)</td> |
|
| 43 | 66 |
</tr> |
| 44 | 67 |
<tr> |
| 45 |
- <th>참<span class="blank"></span>조</th> |
|
| 46 |
- <td>담당자 원영현 님</td> |
|
| 68 |
+ <th>상<span class="blank"></span>호</th> |
|
| 69 |
+ <td>기업명 (개인회원인 경우 하이픈(-) 처리)</td> |
|
| 47 | 70 |
</tr> |
| 48 | 71 |
<tr> |
| 49 |
- <th>거래일자</th> |
|
| 50 |
- <td>2024-04-29~2025-04-28</td> |
|
| 72 |
+ <th>성<span class="blank"></span>명</th> |
|
| 73 |
+ <td>가입자명</td> |
|
| 74 |
+ </tr> |
|
| 75 |
+ <tr> |
|
| 76 |
+ <th>전화번호</th> |
|
| 77 |
+ <td>가입자 연락처</td> |
|
| 78 |
+ </tr> |
|
| 79 |
+ <tr> |
|
| 80 |
+ <th style="letter-spacing:-0.85px;">이 메 일</th> |
|
| 81 |
+ <td>가입자 이메일</td> |
|
| 82 |
+ </tr> |
|
| 83 |
+ <tr> |
|
| 84 |
+ <td colspan="2" style="text-align:center;"><span>주식회사OOO</span>님의 사용내역(2024-01-01~2024-07-19)을 아래와 같이 확인합니다.</td> |
|
| 51 | 85 |
</tr> |
| 52 | 86 |
</tbody> |
| 53 | 87 |
</table> |
| 54 | 88 |
</div> |
| 55 | 89 |
</div> |
| 56 |
- <div class="cont2 clearfix"> |
|
| 57 |
- <p>총 사용금액</p> |
|
| 58 |
- <p><span>517</span> 원(VAT 별도)</p> |
|
| 59 |
- </div> |
|
| 60 | 90 |
<div class="cont3"> |
| 61 | 91 |
<p>(단위 : 원, 건)</p> |
| 62 | 92 |
<div class="est_table2_wrap"> |
| 63 | 93 |
<table class="est_table2"> |
| 64 |
- <caption>품목, 발송건수, 공급가액, 부가세, 금액 정보를 제공하는 표</caption> |
|
| 94 |
+ <caption>사용일시, 문자유형, 발송건수, 사용금액을 제공하는 표</caption> |
|
| 65 | 95 |
<colgroup> |
| 66 | 96 |
<col style="width:20%;"> |
| 67 | 97 |
<col style="width:20%;"> |
... | ... | @@ -70,46 +100,36 @@ |
| 70 | 100 |
</colgroup> |
| 71 | 101 |
<thead> |
| 72 | 102 |
<tr> |
| 73 |
- <th scope="col">품목</th> |
|
| 103 |
+ <th scope="col">사용일시</th> |
|
| 104 |
+ <th scope="col">문자유형</th> |
|
| 74 | 105 |
<th scope="col">발송건수</th> |
| 75 |
- <th scope="col">공급가액</th> |
|
| 76 |
- <th scope="col">금액</th> |
|
| 106 |
+ <th scope="col">사용금액</th> |
|
| 77 | 107 |
</tr> |
| 78 | 108 |
</thead> |
| 79 | 109 |
<tbody> |
| 80 | 110 |
<tr> |
| 81 |
- <td>단문(SMS)</td> |
|
| 82 |
- <td>7</td> |
|
| 83 |
- <td>67</td> |
|
| 84 |
- <td>67</td> |
|
| 111 |
+ <td>2024-07-18 12:11</td> |
|
| 112 |
+ <td>단문</td> |
|
| 113 |
+ <td>1</td> |
|
| 114 |
+ <td>75</td> |
|
| 85 | 115 |
</tr> |
| 86 |
- |
|
| 87 | 116 |
<tr> |
| 88 |
- <td>장문(LMS)</td> |
|
| 89 |
- <td>8</td> |
|
| 90 |
- <td>160</td> |
|
| 91 |
- <td>160</td> |
|
| 92 |
- </tr> |
|
| 93 |
- |
|
| 94 |
- <tr> |
|
| 95 |
- <td>그림(MMS)</td> |
|
| 117 |
+ <td>2024-07-18 12:11</td> |
|
| 118 |
+ <td>장문</td> |
|
| 96 | 119 |
<td>2</td> |
| 97 |
- <td>60</td> |
|
| 98 |
- <td>60</td> |
|
| 120 |
+ <td>64</td> |
|
| 99 | 121 |
</tr> |
| 100 |
- |
|
| 101 | 122 |
<tr> |
| 102 |
- <td>알림톡</td> |
|
| 103 |
- <td>26</td> |
|
| 104 |
- <td>130</td> |
|
| 105 |
- <td>130</td> |
|
| 123 |
+ <td>2024-07-18 12:11</td> |
|
| 124 |
+ <td>그림</td> |
|
| 125 |
+ <td>1</td> |
|
| 126 |
+ <td>59</td> |
|
| 106 | 127 |
</tr> |
| 107 |
- |
|
| 108 | 128 |
<tr> |
| 109 |
- <td>팩스</td> |
|
| 110 |
- <td>2</td> |
|
| 111 |
- <td>100</td> |
|
| 112 |
- <td>100</td> |
|
| 129 |
+ <td>2024-07-18 12:11</td> |
|
| 130 |
+ <td>단문</td> |
|
| 131 |
+ <td>1</td> |
|
| 132 |
+ <td>75</td> |
|
| 113 | 133 |
</tr> |
| 114 | 134 |
|
| 115 | 135 |
</tbody> |
... | ... | @@ -117,25 +137,9 @@ |
| 117 | 137 |
</div> |
| 118 | 138 |
</div> |
| 119 | 139 |
|
| 120 |
- <div class="cont4"> |
|
| 121 |
- <table class="est_table"> |
|
| 122 |
- <caption>공급가액, 총 결제금액에 대한 표</caption> |
|
| 123 |
- <colgroup> |
|
| 124 |
- <col style="width: 100px;"> |
|
| 125 |
- <col style="width: auto;"> |
|
| 126 |
- </colgroup> |
|
| 127 |
- <tbody> |
|
| 128 |
- <tr> |
|
| 129 |
- <th>공급가액</th> |
|
| 130 |
- <td><span>517</span></td> |
|
| 131 |
- </tr> |
|
| 132 |
- |
|
| 133 |
- <tr class="total_price"> |
|
| 134 |
- <th>총 사용금액</th> |
|
| 135 |
- <td><span>517</span></td> |
|
| 136 |
- </tr> |
|
| 137 |
- </tbody> |
|
| 138 |
- </table> |
|
| 140 |
+ <div class="cont2 clearfix"> |
|
| 141 |
+ <p>총 사용금액 <span>(VAT 별도)</span></p> |
|
| 142 |
+ <p><span>145.5</span>원</p> |
|
| 139 | 143 |
</div> |
| 140 | 144 |
<div class="cont5"> |
| 141 | 145 |
<p><span>2025 년 <span>4</span> 월 <span>28</span> 일</span></p> |
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?