| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599 |
- <!DOCTYPE html>
- <html lang="ko" xmlns:th="http://www.thymeleaf.org">
- <!--
- *******************************************************************************
- * @source : CnclCompleteView.html
- * @desc : 취소완료정보화면
- *============================================================================
- * STYLE24
- * Copyright(C) 2019 TSIT, All rights reserved.
- *============================================================================
- * VER DATE AUTHOR DESCRIPTION
- * === =========== ========== =============================================
- * 1.0 2021.06.30 jsh77b 최초 작성
- *******************************************************************************
- -->
- <div class="modalPopup" data-width="1400" data-height="600">
- <div class="panelStyle">
- <div class="panelTitle">
- <th:block th:if="${chgStat} == 'G720_30'">
- <h2>취소완료</h2>
- <button type="button" class="close" onclick="fnPopupClose();"><i class="fa fa-times"></i></button>
- </th:block>
- <th:block th:if="${chgStat} == 'G720_50'">
- <h2>반품완료</h2>
- <button type="button" class="close" onclick="fnPopupClose();"><i class="fa fa-times"></i></button>
- </th:block>
- </div>
-
- <div class="panelContent" style="height:90%; overflow-y:auto; padding:0px 20px !important; ">
- <form id="cancelRequestFrm" name="cancelRequestFrm">
-
- <th:block th:if="${chgStat} == 'G720_30'">
- <h4 id="orderInfoTitle">취소완료정보</h4>
- </th:block>
- <th:block th:if="${chgStat} == 'G720_50'">
- <h4 id="orderInfoTitle">반품완료정보</h4>
- </th:block>
-
- <div id="gridCnclRtnCompleteList" style="width:100%; height: 200px;" class="ag-theme-balham"></div>
-
- <th:block th:if="${cnclRtnCompleteList != null}">
- <div style="text-align:right; padding-bottom:5px; padding-top:5px;">
- <button type="button" class="btn btn-success" id="cnclCompleteBtn" onclick="fnPopupClose();">확인</button>
- </div>
- </th:block>
-
- <table class="frmStyle">
- <colgroup>
- <col style="width:160px;" />
- <col style="width:320px;" />
- <col style="width:160px;" />
- <col />
- </colgroup>
- <tbody>
- <tr>
- <th>변경사유 <i class="star"></i></th>
- <td id="chgReasonNm"></td>
- <th>귀책사유</th>
- <td><span id="imputeReason"></span></td>
- </tr>
- <tr>
- <th>요청메모<br/><span id="chgMemoCount">0</span>/1,000Byte</th>
- <td colspan="3">
- <textarea id="chgMemo" name="chgMemo" style="height:80px;"></textarea>
- </td>
- </tr>
- </tbody>
- </table>
-
- <h4>환불금액</h4>
- <table class="frmStyle">
- <colgroup>
- <col width="">
- <col width="">
- <col width="">
- <col width="">
- </colgroup>
- <thead>
- <tr>
- <th style="height:30px;">구분</th>
- <th style="height:30px;">항목</th>
- <th style="height:30px;">합계</th>
- <th style="height:30px;">내역</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td style="height:25px;">상품금액</td>
- <td>취소상품금액</td>
- <td class="spanCnclRtnAmt">15,000원</td>
- <td></td>
- </tr>
- <tr>
- <td rowspan="2">할인금액차감</td>
- <td>쿠폰할인차감</td>
- <td class="spanCpnDcAmt">15,000원</td>
- <td style="line-height:25px;">
- <div style="height:25px;"><span>즉시할인쿠폰 : </span><span class="spanCpn1DcAmt">-60,000원</span></div>
- <div style="height:25px;"><span>주문서상품쿠폰 : </span><span class="spanGoodsCpnDcAmt">-60,000원</span></div>
- <div style="height:25px;"><span>장바구니쿠폰 : </span><span class="spanCartCpnDcAmt">-60,000원</span></div>
- </td>
- </tr>
- <tr>
- <td>상품할인차감</td>
- <td class="goodsDcSumAmt">15,000원</td>
- <td style="line-height:25px;">
- <div style="height:25px;"><span>선포인트할인 : </span><span class="spanPrePntDcAmt">-60,000원</span></div>
- <div style="height:25px;"><span>다다익선할인 : </span><span class="spanTmtbDcAmt">-60,000원</span></div>
- </td>
- </tr>
- <tr>
- <td>배송비</td>
- <td>환불배송비</td>
- <td class="spanRealDelvAmt">-60,000원</td>
- <td style="line-height:25px;">
- <div style="height:25px;"><span>배송비쿠폰 : </span><span class="delvCpnAmt">-60,000원</span></div>
- <div style="height:25px;"><span>추가금결제 : </span><span class="addDelvFee">-60,000원</span></div>
- </td>
- </tr>
- <tr>
- <td rowspan="4">환불금액</td>
- <td style="height:25px;">총환불금액</td>
- <td class="totalRefundAmt">70,000원</td>
- <td></td>
- </tr>
- <tr>
- <td style="height:25px;">결제수단환불</td>
- <td class="spanRefundAmt">70,000원</td>
- <td>
- <span class="pgGbNm">신용카드</span><span class="cardNm">(현대)</span>
- </td>
- </tr>
- <tr>
- <td style="height:25px;">상품권환불</td>
- <td class="spanGfcdUseAmt">70,000P</td>
- <td></td>
- </tr>
- <tr>
- <td style="height:25px;">포인트환불</td>
- <td class="spanPntDcAmt">70,000원</td>
- <td>
- <span>적립예정포인트환수 : </span><span class="spanSavePntAmt">60,000P</span>
- </td>
- </tr>
- </tbody>
- </table>
-
- <!-- as-is 일때 처리 -->
- <th:block th:if="${cnclRtnCompleteList == null}">
- <div style="text-align:right; padding-bottom:5px; padding-top:5px;">
- <button type="button" class="btn btn-success" id="cnclCompleteBtn" onclick="fnPopupClose();">확인</button>
- </div>
- </th:block>
-
- <!--
- <h4>환불예정금액</h4>
- <table class="frmStyle">
- <colgroup>
- <col style="width:20%;"/>
- <col style="width:30%;"/>
- <col style="width:20%;"/>
- <col style="width:30%;"/>
- </colgroup>
- <tbody>
- <tr>
- <th>상품 주문 금액</th>
- <td><span id="spanOrdAmt"></span>원</td>
- <th>상품 취소 금액</th>
- <td><span id="spanCnclRtnAmt"></span>원</td>
- </tr>
- <tr>
- <th>포인트 취소 금액</th>
- <td colspan="3"><span id="spanTotPntDcAmt"></span>원 (고객 포인트 : <span id="spanPntDcAmt"></span>원 + 상품 선포인트 : <span id="spanPrePntDcAmt"></span>원) </td>
- </tr>
- <tr>
- <th>쿠폰 취소 금액</th>
- <td colspan="3"><span id="spanCpnDcAmt"></span>원 (즉시할인쿠폰 : <span id="spanCpn1DcAmt"></span>원 + 상품쿠폰 : <span id="spanGoodsCpnDcAmt"></span>원 + 장바구니쿠폰 : <span id="spanCartCpnDcAmt"></span>원 + 배송비쿠폰 : <span id="spanDelvCpnDcAmt"></span>원)</td>
- </tr>
- <tr>
- <th>다다익선 취소 금액</th>
- <td colspan="3"><span id="spanTmtbDcAmt"></span>원 (수량할인 : <span id="spanTmtb1DcAmt"></span>원 + 금액할인 : <span id="spanTmtb2DcAmt"></span>원)</td>
- </tr>
- <tr>
- <th>상품권 취소 금액</th>
- <td colspan="3"><span id="spanGfcdUseAmt"></span>원</td>
- </tr>
- <tr>
- <th>상품 실결제 취소 금액</th>
- <td><span id="spanRealCnclRtnAmt"></span>원</td>
- <th>환불 배송비 금액</th>
- <td><span id="spanRealDelvAmt"></span>원</td>
- </tr>
- <tr>
- <th>환불 금액</th>
- <td colspan="3"><span id="spanRefundAmt"></span>원</td>
- </tr>
- </tbody>
- </table>
- -->
-
- <div id="refundAccount" style="width:100%">
- <h4>환불계좌정보</h4>
- <!-- TABLE -->
- <table class="tableStyle">
- <colgroup>
- <col width="">
- <col width="">
- <col width="">
- <col width="">
- <col width="">
- </colgroup>
- <thead>
- <tr>
- <th>은행명</th>
- <th>은행코드</th>
- <th>계좌번호</th>
- <th>예금주</th>
- <th>기본여부</th>
- </tr>
- </thead>
- <tbody>
- <tr style="height:30px;">
- <td class="bankNm"></td>
- <td class="bankCd"></td>
- <td class="accountNo"></td>
- <td class="accountNm"></td>
- <td class="defaultYn"></td>
- </tr>
- </tbody>
- </table>
- </div>
- <br>
- </form>
- </div>
- </div>
- </div>
- <!-- data -->
- <script th:inline="javascript">
- /*<![CDATA[*/
- var cnclRtnCompleteList = [[${cnclRtnCompleteList}]]; // 취소,반품 완료 정보 목록
- var orderInfoList = [[${orderInfoList}]]; // 취소,반품 완료 정보 목록
- var pgGb = orderInfoList[0].pgGb; // 결제수단
- var payMeans = orderInfoList[0].payMeans; // 결제방법
- var cardNm = orderInfoList[0].cardNm; // 카드정보
- var addPayCost = 0; // 추가배송비
- var realDelvAmt = 0; // 환불배송비
- var delvCpnDcAmt = 0; // 배송비쿠폰환불
- var chgReason = ""; // 변경사유코드
- var chgReasonNm = ""; // 변경사유코드명
- var chgMemo = ""; // 변경사유메모
- var raBankNm = ""; // 환불계좌은행명
- var raBank = ""; // 환불계좌은행코드
- var raNo = ""; // 환불계좌번호
- var raNm = ""; // 환불계좌명
- var chgStat = [[${chgStat}]]; // 변경요청상태값(정산상태값)
- var payStat = orderInfoList[0].payStat; // 결제상태
- // 1. 취솨,반품완료 정보 목록 조회
- var columnCnclRtnCompleteList = [
- {headerName: "주문번호" , field: "ordNo" , width: 80 , cellClass: 'text-center'},
- {headerName: "주문상세" , field: "ordDtlNo" , width: 80 , cellClass: 'text-center'},
- {headerName: "상품코드" , field: "goodsCd" , width: 100 , cellClass: 'text-left'},
- {headerName: "상품명" , field: "goodsNm" , width: 200 , cellClass: 'text-left'},
- {headerName: "상품타입" , field: "goodsTypeNm" , width: 100 , cellClass: 'text-center'},
- {
- headerName : "주문"
- , field : "ordQty"
- , width : 80
- , cellClass : 'text-center'
- , cellRenderer : function (params) {
- return params.value.addComma();
- }
- },
- {
- headerName : "취소"
- , field : "cnclRtnQty"
- , width : 80
- , cellClass : 'text-center'
- , cellRenderer : function (params) {
- var cnclRtnReqQty = parseInt(params.data.cnclRtnQty) + parseInt(params.data.ordReqChgQty);
- return cnclRtnReqQty;
- }
- },
- {
- headerName : "주문"
- , field : "ordAmt"
- , width : 80
- , cellClass : 'text-right'
- , cellRenderer : function (params) {
- return params.value.addComma();
- }
- },
- {
- headerName : "취소"
- , field : "cnclRtnAmt"
- , width : 80
- , cellClass : 'text-right'
- , cellRenderer : function (params) {
- return params.value.addComma();
- }
- },
- {
- headerName : "즉시할인"
- , field : "cpn1DcAmt"
- , width : 80
- , cellClass : 'text-right'
- , cellRenderer : function (params) {
- return params.value.addComma();
- }
- },
- {
- headerName : "다다익선1"
- , field : "tmtb1DcAmt"
- , width : 80
- , cellClass : 'text-right'
- , cellRenderer : function (params) {
- return params.value.addComma();
- }
- },
- {
- headerName : "다다익선2"
- , field : "tmtb2DcAmt"
- , width : 80
- , cellClass : 'text-right'
- , cellRenderer : function (params) {
- return params.value.addComma();
- }
- },
- {
- headerName : "상품쿠폰"
- , field : "goodsCpnDcAmt"
- , width : 80
- , cellClass : 'text-right'
- , cellRenderer : function (params) {
- return params.value.addComma();
- }
- },
- {
- headerName : "장바구니쿠폰"
- , field : "cartCpnDcAmt"
- , width : 100
- , cellClass : 'text-right'
- , cellRenderer : function (params) {
- return params.value.addComma();
- }
- },
- {
- headerName : "포인트"
- , field : "pntDcAmt"
- , width : 80
- , cellClass : 'text-right'
- , cellRenderer : function (params) {
- return params.value.addComma();
- }
- },
- {
- headerName : "선포인트"
- , field : "prePntDcAmt"
- , width : 80
- , cellClass : 'text-right'
- , cellRenderer : function (params) {
- return params.value.addComma();
- }
- },
- {
- headerName : "상품권"
- , field : "gfcdUseAmt"
- , width : 80
- , cellClass : 'text-right'
- , cellRenderer : function (params) {
- return params.value.addComma();
- }
- },
- {
- headerName : "실결제금액"
- , field : "realOrdAmt"
- , width : 100
- , cellClass : 'text-right'
- , cellRenderer : function (params) {
- return params.value.addComma();
- }
- }
- ];
- var gridOptionsCnclRtnCompleteList = gagaAgGrid.getGridOptions(columnCnclRtnCompleteList);
- // Add on options
- gridOptionsCnclRtnCompleteList.suppressRowClickSelection = true;
- gridOptionsCnclRtnCompleteList.rowSelection = 'multiple';
- </script>
- <script>
- // 현재 사유는 고객 입니다.
- var isCustomer = true;
- // 사유
- var fnChangeChgReason = function(reasonCd){
- var customerReasonArr = ['G686_10', 'G686_20', 'G688_10'];
- isCustomer = false;
-
- // 귀책사유체크(취소,반품,교환)
- for (i=0 ; i<customerReasonArr.length ; i++) {
- if (customerReasonArr[i] == reasonCd) {
- isCustomer = true;
- }
- }
-
- // 귀책사유설정
- if (isCustomer) {
- $("#imputeReason").text("고객");
- } else {
- $("#imputeReason").text("회사");
- }
- $('#cancelRequestFrm input[name=chgReason]').val(reasonCd);
- }
- // 팝업닫기 확인버튼
- var fnPopupClose = function() {
- if (chgStat == "G720_30") {
- uifnPopupClose('popupCancelRequestForm');
- } else if (chgStat == "G720_50") {
- uifnPopupClose('popupReturnRequestForm');
- }
- }
- $(document).ready(function() {
-
- // 1. 그리드생성
- gagaAgGrid.createGrid('gridCnclRtnCompleteList' , gridOptionsCnclRtnCompleteList); // 주문정보
-
- // 2. 그리드 데이타 싱크작업
- gridOptionsCnclRtnCompleteList.api.setRowData(cnclRtnCompleteList); // 주문정보
-
- // 2.1 TOTAL ROWS 없애기
- gagaAgGrid.hideStatusBar('gridCnclRtnCompleteList');
- // 3. 무통장입금아닌경우 환불계좌 그리드 숨김처리
- if (payMeans !== 'G014_20') {
- $('#refundAccount').addClass("off");
- } else {
- // 2021.08.04 무통장입금전 취소이면 미노출
- if (payStat == 'G016_10') {
- $('#refundAccount').addClass("off");
- } else {
- $("#refundAccount .bankNm").text(raBankNm);
- $("#refundAccount .bankCd").text(raBank);
- $("#refundAccount .accountNo").text(raNo);
- $("#refundAccount .accountNm").text(raNm);
- }
- }
-
- // 4. 변경사유설정
- $("#chgReasonNm").text(chgReasonNm);
- $("#chgMemo").text(chgMemo);
- $("#chgMemo").attr("disabled", "true");
- cfnGetTextLength($('#chgMemo'), 1000, $('#chgMemoCount'));
- fnChangeChgReason(chgReason);
-
- // 2021.08.04 AS-IS 데이타 처리
- if (cnclRtnCompleteList != null) {
- addPayCost = cnclRtnCompleteList[0].addPayCost; // 추가배송비
- realDelvAmt = cnclRtnCompleteList[0].realDelvAmt; // 환불배송비
- delvCpnDcAmt = cnclRtnCompleteList[0].delvCpnDcAmt; // 배송비쿠폰환불
- chgReason = cnclRtnCompleteList[0].chgReason; // 변경사유코드
- chgReasonNm = cnclRtnCompleteList[0].chgReasonNm; // 변경사유코드명
- chgMemo = cnclRtnCompleteList[0].chgMemo; // 변경사유메모
- raBankNm = cnclRtnCompleteList[0].raBankNm; // 환불계좌은행명
- raBank = cnclRtnCompleteList[0].raBank; // 환불계좌은행코드
- raNo = cnclRtnCompleteList[0].raNo; // 환불계좌번호
- raNm = cnclRtnCompleteList[0].raNm; // 환불계좌명
-
- // 5. 환불에정금액
- var spanOrdAmt = 0;
- var spanCnclRtnAmt = 0;
- var spanTotPntDcAmt = 0;
- var spanPntDcAmt = 0;
- var spanPrePntDcAmt = 0;
- var spanCpnDcAmt = 0;
- var spanCpn1DcAmt = 0;
- var spanGoodsCpnDcAmt = 0;
- var spanCartCpnDcAmt = 0;
- var spanTmtbDcAmt = 0;
- var spanTmtb1DcAmt = 0;
- var spanTmtb2DcAmt = 0;
- var spanGfcdUseAmt = 0;
- var spanRealCnclRtnAmt = 0;
- var spanTotDeliveryFee = addPayCost;
- var spanRefundAmt = 0;
- var spanRealDelvAmt = realDelvAmt;
- var spanSavePntAmt = 0;
-
- for (i=0 ; i<cnclRtnCompleteList.length ; i++) {
- spanOrdAmt = spanOrdAmt + cnclRtnCompleteList[i].ordAmt;
- spanCnclRtnAmt = spanCnclRtnAmt + cnclRtnCompleteList[i].cnclRtnAmt;
- spanPntDcAmt = spanPntDcAmt + cnclRtnCompleteList[i].pntDcAmt;
- spanPrePntDcAmt = spanPrePntDcAmt + cnclRtnCompleteList[i].prePntDcAmt;
- spanCpn1DcAmt = spanCpn1DcAmt + cnclRtnCompleteList[i].cpn1DcAmt;
- spanGoodsCpnDcAmt = spanGoodsCpnDcAmt + cnclRtnCompleteList[i].goodsCpnDcAmt;
- spanCartCpnDcAmt = spanCartCpnDcAmt + cnclRtnCompleteList[i].cartCpnDcAmt;
- spanTmtb1DcAmt = spanTmtb1DcAmt + cnclRtnCompleteList[i].tmtb1DcAmt;
- spanTmtb2DcAmt = spanTmtb2DcAmt + cnclRtnCompleteList[i].tmtb2DcAmt;
- spanGfcdUseAmt = spanGfcdUseAmt + cnclRtnCompleteList[i].gfcdUseAmt;
- spanRealCnclRtnAmt = spanRealCnclRtnAmt + cnclRtnCompleteList[i].realOrdAmt;
- spanSavePntAmt = spanSavePntAmt + cnclRtnCompleteList[i].savePntAmt;
- }
-
- spanTotPntDcAmt = spanPntDcAmt + spanPrePntDcAmt;
- spanCpnDcAmt = spanCpn1DcAmt + spanGoodsCpnDcAmt + spanCartCpnDcAmt + delvCpnDcAmt;
- spanTmtbDcAmt = spanTmtb1DcAmt + spanTmtb2DcAmt;
- spanRefundAmt = spanRealCnclRtnAmt + realDelvAmt;
-
- $(".spanCnclRtnAmt").text(spanCnclRtnAmt.addComma()+"원");
- $(".spanCpn1DcAmt").text(spanCpn1DcAmt.addComma()+"원");
- $(".spanGoodsCpnDcAmt").text(spanGoodsCpnDcAmt.addComma()+"원");
- $(".spanCartCpnDcAmt").text(spanCartCpnDcAmt.addComma()+"원");
-
- var spanCpnDcAmt = spanCpn1DcAmt + spanGoodsCpnDcAmt + spanGoodsCpnDcAmt;
- $(".spanCpnDcAmt").text(spanCpnDcAmt.addComma()+"원");
-
- $(".spanPrePntDcAmt").text(spanPrePntDcAmt.addComma()+"원");
- $(".spanTmtbDcAmt").text(spanTmtbDcAmt.addComma()+"원");
-
- var goodsDcSumAmt = spanPrePntDcAmt + spanTmtbDcAmt;
- $(".goodsDcSumAmt").text(goodsDcSumAmt.addComma()+"원");
-
- $(".delvCpnAmt").text(delvCpnDcAmt.addComma()+"원");
- $(".addDelvFee").text(addPayCost.addComma()+"원");
- $(".spanRealDelvAmt").text(realDelvAmt.addComma()+"원");
-
- var totalRefundAmt = spanRefundAmt + spanGfcdUseAmt + spanPntDcAmt;
-
- $(".totalRefundAmt").text(totalRefundAmt.addComma()+"원");
- $(".spanRefundAmt").text(spanRefundAmt.addComma()+"원");
- $(".spanGfcdUseAmt").text(spanGfcdUseAmt.addComma()+"원");
- $(".spanPntDcAmt").text(spanPntDcAmt.addComma()+"원");
- $(".spanSavePntAmt").text(spanSavePntAmt.addComma()+"P");
-
- var pgGbNm = "";
- var cardGbNm = "";
-
- if (pgGb == 'KCP') {
- pgGbNm = payMeansNm;
- cardGbNm = "(" + cardNm + ")";
- } else if (pgGb == 'NAVER') {
- pgGbNm = "네이버페이";
- } else if (pgGb == 'NAVER_ORDER') {
- pgGbNm = "네이버페이주문형";
- } else if (pgGb == 'KAKAO') {
- pgGbNm = "카카오페이";
- } else if (pgGb == 'PAYCO') {
- pgGbNm = "페이코";
- } else if (pgGb == 'ISTYLE') {
- pgGbNm = "상품권";
- } else {
- pgGbNm = "외부몰입금";
- }
-
- $(".pgGbNm").text(pgGbNm);
- $(".cardNm").text(cardGbNm);
-
- /*
- $("#spanOrdAmt").text(spanOrdAmt.addComma());
- $("#spanCnclRtnAmt").text(spanCnclRtnAmt.addComma());
- $("#spanTotPntDcAmt").text(spanTotPntDcAmt.addComma());
- $("#spanPntDcAmt").text(spanPntDcAmt.addComma());
- $("#spanPrePntDcAmt").text(spanPrePntDcAmt.addComma());
- $("#spanPntDcAmt").text(spanPntDcAmt.addComma());
- $("#spanCpn1DcAmt").text(spanCpn1DcAmt.addComma());
- $("#spanGoodsCpnDcAmt").text(spanGoodsCpnDcAmt.addComma());
- $("#spanCartCpnDcAmt").text(spanCartCpnDcAmt.addComma());
- $("#spanDelvCpnDcAmt").text(delvCpnDcAmt.addComma());
- $("#spanCpnDcAmt").text(spanCpnDcAmt.addComma());
- $("#spanTmtb1DcAmt").text(spanTmtb1DcAmt.addComma());
- $("#spanTmtb2DcAmt").text(spanTmtb2DcAmt.addComma());
- $("#spanTmtbDcAmt").text(spanTmtbDcAmt.addComma());
- $("#spanGfcdUseAmt").text(spanGfcdUseAmt.addComma());
- $("#spanRealCnclRtnAmt").text(spanRealCnclRtnAmt.addComma());
- $("#spanRealDelvAmt").text(realDelvAmt.addComma());
- $("#spanTotDeliveryFee").text(addPayCost.addComma());
- $("#spanRefundAmt").text(spanRefundAmt.addComma());
- */
-
- // 2021.05.13 높이자동조절
- var cancelRequestTargetHeight = 50 + (40 * cnclRtnCompleteList.length);
- $("#gridCnclRtnCompleteList").css("height" , cancelRequestTargetHeight+"px");
- } else {
- $("#gridCnclRtnCompleteList").hide();
- }
- });
- </script>
- </html>
|