|
|
@@ -167,6 +167,46 @@
|
|
|
|
|
|
<!-- container -->
|
|
|
<form id="payForm" name="payForm">
|
|
|
+ <br>
|
|
|
+ <!-- 주문고객정보 -->
|
|
|
+ <table border="1" style="font-size:10px; text-align:center;">
|
|
|
+ <tr style="height:30px;">
|
|
|
+ <th>custNm</th>
|
|
|
+ <th>email</th>
|
|
|
+ <th>cellPhnno</th>
|
|
|
+ <th>recipZipcode</th>
|
|
|
+ <th>recipBaseAddr</th>
|
|
|
+ <th>recipDtlAddr</th>
|
|
|
+ <th>delvMemo</th>
|
|
|
+ <th>foreignBuyYn</th>
|
|
|
+ <th>orderMadeYn</th>
|
|
|
+ </tr>
|
|
|
+ <tr style="height:30px;">
|
|
|
+ <td class="custNm"></td>
|
|
|
+ <td class="email"></td>
|
|
|
+ <td class="cellPhnno"></td>
|
|
|
+ <td class="recipZipcode"></td>
|
|
|
+ <td class="recipBaseAddr"></td>
|
|
|
+ <td class="recipDtlAddr"></td>
|
|
|
+ <td class="delvMemo"></td>
|
|
|
+ <td class="foreignBuyYn"></td>
|
|
|
+ <td class="orderMadeYn"></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+
|
|
|
+ <br>
|
|
|
+ <!-- 사은품정보 -->
|
|
|
+ <table border="1" style="font-size:10px; text-align:center;">
|
|
|
+ <tr style="height:30px;">
|
|
|
+ <th>freegiftValArr</th>
|
|
|
+ <th>freegiftUsePointArr</th>
|
|
|
+ </tr>
|
|
|
+ <tr style="height:30px;">
|
|
|
+ <td class="freegiftValArr"></td>
|
|
|
+ <td class="freegiftUsePointArr"></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+
|
|
|
<br>
|
|
|
<!-- 주문상세금액 -->
|
|
|
<table border="1" style="font-size:10px; text-align:center;">
|
|
|
@@ -192,8 +232,11 @@
|
|
|
<th>gfcdUseAmt1</th>
|
|
|
<th>realOrdAmt1</th>
|
|
|
<th>savePntAmt1</th>
|
|
|
+ <th>shoDelvYn</th>
|
|
|
+ <th>foreignYn</th>
|
|
|
+ <th>orderMadeYn</th>
|
|
|
</tr>
|
|
|
- <th:block th:each="delvAllCart, i : ${delvAllCartList}">
|
|
|
+ <th:block th:each="delvAllCart, index : ${delvCartGoodsList}">
|
|
|
<th:block th:if="${delvAllCart != null and #lists.size(delvAllCart) > 0}">
|
|
|
<th:block th:each="goods, i : ${delvAllCart}">
|
|
|
<tr style="height:30px;">
|
|
|
@@ -230,6 +273,9 @@
|
|
|
<td class="gfcdUseAmt1">0</td>
|
|
|
<td class="realOrdAmt1">0</td>
|
|
|
<td class="savePntAmt1" th:text="${goods.savePntAmt}"></td>
|
|
|
+ <td class="shotDelvYn" th:text="${goods.shotDelvYn}"></td>
|
|
|
+ <td class="foreignBuyYn" th:text="${goods.foreignBuyYn}"></td>
|
|
|
+ <td class="orderMadeYn" th:text="${goods.orderMadeYn}"></td>
|
|
|
</tr>
|
|
|
</th:block>
|
|
|
</th:block>
|
|
|
@@ -308,10 +354,10 @@
|
|
|
</colgroup>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
- <th>총 <span class="c_primary bold" th:text="${delvFeeTotCnt}"></span> 건으로 나뉘어 배송 예정</th>
|
|
|
+ <th>총 <span class="c_primary bold" th:text="${delvFeeCdCnt}"></span> 건으로 나뉘어 배송 예정</th>
|
|
|
<td class="t_l">
|
|
|
- <span>총알배송<em class="c_primary bold" th:text="${wmsCnt}" id="shotDelv"></em>건</span>
|
|
|
- <span>STYLE24<em class="c_primary bold" th:text="${wmsCnt}" id="wmsDelv"></em>건</span>
|
|
|
+ <span>총알배송<em class="c_primary bold" th:text="${shotCnt}" id="shotCnt"></em>건</span>
|
|
|
+ <span>STYLE24<em class="c_primary bold" th:text="${wmsCnt}" id="wmsCnt"></em>건</span>
|
|
|
<span>업체직배송<em class="c_primary bold" th:text="${delvCnt}"></em>건</span>
|
|
|
<span>예약배송<em class="c_primary bold" th:text="${resCnt}"></em>건</span>
|
|
|
</td>
|
|
|
@@ -352,64 +398,10 @@
|
|
|
<div class="area_order">
|
|
|
<div class="tit_box">
|
|
|
<h3 class="subH2">주문내역</h3>
|
|
|
- <span> <em class="number" id="ordQty" th:text="${delvTotCnt}"></em>개의 상품</span>
|
|
|
+ <span> <em class="number" th:text="${goodsTotCnt}"></em>개의 상품</span>
|
|
|
</div>
|
|
|
- <div class="od_item_box">
|
|
|
|
|
|
- <!-- 전체배송목록 sort -->
|
|
|
- <th:block th:each="delvAllCart, i : ${delvAllCartList}">
|
|
|
- <th:block th:if="${delvAllCart != null and #lists.size(delvAllCart) > 0}">
|
|
|
- <div class="part_dlvr">
|
|
|
- <th:block th:if="${i.index} == 0">
|
|
|
- <th:block th:if="${delvAllCart != null and #lists.size(delvAllCart) > 0}">
|
|
|
- <h4 class="subH3 mb20">STYLE24 총알배송<span>오늘 자정까지 도착</span></h4>
|
|
|
- </th:block>
|
|
|
- </th:block>
|
|
|
- <th:block th:if="${i.index} == 1">
|
|
|
- <th:block th:if="${delvAllCart != null and #lists.size(delvAllCart) > 0}">
|
|
|
- <h4 class="subH3 mb20" id="wmsDelvTitle">STYLE24 일반배송</h4>
|
|
|
- </th:block>
|
|
|
- </th:block>
|
|
|
- <th:block th:if="${i.index} == 2">
|
|
|
- <th:block th:if="${delvAllCart != null and #lists.size(delvAllCart) > 0}">
|
|
|
- <h4 class="subH3 mb20">업체직배송</h4>
|
|
|
- </th:block>
|
|
|
- </th:block>
|
|
|
- <th:block th:if="${i.index} == 3">
|
|
|
- <th:block th:if="${delvAllCart != null and #lists.size(delvAllCart) > 0}">
|
|
|
- <h4 class="subH3 mb20">예약배송</h4>
|
|
|
- </th:block>
|
|
|
- </th:block>
|
|
|
-
|
|
|
- <div class="gd_list">
|
|
|
- <th:block th:each="goods, i : ${delvAllCart}">
|
|
|
- <div class="item_gd">
|
|
|
- <figure>
|
|
|
- <span class="thumb"><img src="/images/pc/thumb/tmp_odSide1.jpg" alt=""></span>
|
|
|
- <figcaption>
|
|
|
- <div class="brand" th:text="${goods.brandEnm} + ' ' + ${goods.brandKnm}"></div>
|
|
|
- <div class="name" th:text="${goods.goodsNm}"></div>
|
|
|
- <div class="option" th:each="opt, index : ${goods.itemNmArr}">
|
|
|
- <span th:text="${goods.optCdArr[index.index]}"></span>
|
|
|
- <span>수량:<em th:text="${goods.goodsQty}"></em>개</span>
|
|
|
- </div>
|
|
|
- <div class="price">
|
|
|
- <th:block th:if="${goods.tmtbDcAmt} > 0">
|
|
|
- <span class="selling_price" th:text="${#numbers.formatInteger(goods.tmtbDcAmt, 1, 'COMMA')}"></span>
|
|
|
- </th:block>
|
|
|
- <th:block th:if="${goods.tmtbDcAmt} < 1">
|
|
|
- <span class="selling_price" th:text="${#numbers.formatInteger(goods.currPrice, 1, 'COMMA')}"></span>
|
|
|
- </th:block>
|
|
|
- </div>
|
|
|
- </figcaption>
|
|
|
- </figure>
|
|
|
- </div>
|
|
|
- </th:block>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </th:block>
|
|
|
- </th:block>
|
|
|
- <!-- //전체배송목록 sort -->
|
|
|
+ <div id="orderListInfo" style="display:none">
|
|
|
</div>
|
|
|
|
|
|
<div class="od_amount_box">
|
|
|
@@ -509,10 +501,11 @@
|
|
|
<script th:inline="javascript">
|
|
|
// 배송관련정보 변수선언
|
|
|
var cartGoodsList = [[${cartGoodsList}]] // 배송목록
|
|
|
-var wmsCnt = [[${wmsCnt}]]; // 자사 일반,촐알 배송건수
|
|
|
+var shotCnt = [[${shotCnt}]]; // 자사 총알 배송건수
|
|
|
+var wmsCnt = [[${wmsCnt}]]; // 자사 일반 배송건수
|
|
|
+var shotWmsCnt = [[${shotWmsCnt}]]; // 자사 총알,일반 배송건수
|
|
|
var resCnt = [[${resCnt}]]; // 자사 예약 배송건수
|
|
|
-var delvCnt = [[${delvCnt}]]; // 입전 일반 배송건수
|
|
|
-var shotDelvYn = [[${shotDelvYn}]]; // 총알배송여부
|
|
|
+var delvCnt = [[${delvCnt}]]; // 입점 일반 배송건수
|
|
|
var orgSumDelvFee = [[${sumDelvFee}]]; // 최초배송비합계
|
|
|
var prePntDcAmt = [[${prePntDcAmt}]]; // 선포인트사용가능금액
|
|
|
|
|
|
@@ -523,10 +516,18 @@ var recipZipcode = [[${order.recipZipcode}]]; // 우편번호
|
|
|
var recipBaseAddr = [[${order.recipBaseAddr}]]; // 기본주소
|
|
|
var recipDtlAddr = [[${order.recipDtlAddr}]]; // 상세주소
|
|
|
var cartSqArr = [[${order.cartSqArr}]]; // 장바구니시퀀스 목록
|
|
|
+var shotDelvUseYn = [[${order.shotDelvUseYn}]]; // 총알배송사용여부(장바구니)
|
|
|
+var shotDelvYn = [[${order.shotDelvUseYn}]]; // 총알배송사용여부(장바구니)
|
|
|
+
|
|
|
+var foreignBuyYn = [[${foreignBuyYn}]]; // 해외구매대행여부
|
|
|
+var orderMadeYn = [[${orderMadeYn}]]; // 주문제작상품여부
|
|
|
|
|
|
var custCpnSq = 0;
|
|
|
var cpnIndex = 0;
|
|
|
var cpnApplyTemp = false;
|
|
|
+
|
|
|
+//AJAX 로드를 위한 변수 설정
|
|
|
+var jsonObj = {};
|
|
|
var jsonData = null;
|
|
|
|
|
|
// 컨텐츠 호출
|
|
|
@@ -535,8 +536,8 @@ $(document).ready( function() {
|
|
|
// 장바구니시퀀스 배열 변환
|
|
|
cartSqArr = String(cartSqArr).split(",");
|
|
|
|
|
|
- // 1. 각각의 컨텐츠 AJAX 로드
|
|
|
- var jsonObj = {
|
|
|
+ // AJAX 로드를 위한 변수 설정
|
|
|
+ jsonObj = {
|
|
|
"custNm" : custNm
|
|
|
, "cellPhnno" : cellPhnno
|
|
|
, "email" : email
|
|
|
@@ -545,17 +546,15 @@ $(document).ready( function() {
|
|
|
, "recipDtlAddr" : recipDtlAddr
|
|
|
, "cartSqArr" : cartSqArr
|
|
|
, "dispYn" : "N"
|
|
|
+ , "shotDelvYn" : shotDelvUseYn
|
|
|
+ , "foreignBuyYn" : foreignBuyYn
|
|
|
+ , "orderMadeYn" : orderMadeYn
|
|
|
}
|
|
|
|
|
|
-
|
|
|
- var jsonData = JSON.stringify(jsonObj);
|
|
|
-
|
|
|
- // 1.1 고객정보로드
|
|
|
+ jsonData = JSON.stringify(jsonObj);
|
|
|
+
|
|
|
+ // 1. AJAX 정보(주문상품목록정보로드)
|
|
|
custemerInfoSet(jsonData);
|
|
|
-
|
|
|
- // 2. 각각의 기능 구현
|
|
|
- // 2.1 총알배송가능 지역, 총알배송 가능 시간 체크
|
|
|
- fnGetDailyDeliveryCheck();
|
|
|
});
|
|
|
|
|
|
// 3. 함수기능 정의
|
|
|
@@ -604,6 +603,11 @@ var custemerInfoSet = function(jsonData) {
|
|
|
if (result != null) {
|
|
|
$("#custemerInfo").css("display", "block");
|
|
|
$("#custemerInfo").html(result);
|
|
|
+
|
|
|
+ // 고객정보설정
|
|
|
+ $(".custNm").text($("input[name='custNm'").val());
|
|
|
+ $(".email").text($("input[name='email'").val());
|
|
|
+ $(".cellPhnno").text($("input[name='cellPhnno'").val());
|
|
|
}
|
|
|
// 1.2 배송정보로드
|
|
|
deliveryAddrInfoSet(jsonData);
|
|
|
@@ -628,14 +632,103 @@ var deliveryAddrInfoSet = function(jsonData) {
|
|
|
if (result != null) {
|
|
|
$("#deliveryAddrInfo").css("display", "block");
|
|
|
$("#deliveryAddrInfo").html(result);
|
|
|
+
|
|
|
+ // 배송정보설정
|
|
|
+ $(".recipZipcode").text($("input[name='recipZipcode'").val());
|
|
|
+ $(".recipBaseAddr").text($("input[name='recipBaseAddr'").val());
|
|
|
+ $(".recipDtlAddr").text($("input[name='recipDtlAddr'").val());
|
|
|
+ $(".delvMemo").text($("input[name='delvMemo'").val());
|
|
|
+ $(".foreignBuyYn").text($("input[name='foreignBuyYn'").val());
|
|
|
+ $(".orderMadeYn").text($("input[name='orderMadeYn'").val());
|
|
|
+ }
|
|
|
+
|
|
|
+ // 1.3 총알배송가능 지역, 총알배송 가능 시간 체크(초기로드정보)
|
|
|
+ fnGetDailyDeliveryCheck(true);
|
|
|
+ }
|
|
|
+ });
|
|
|
+}
|
|
|
+
|
|
|
+// 1.3 총알배송가능 지역, 총알배송 가능 시간 체크
|
|
|
+var fnGetDailyDeliveryCheck = function (temp) {
|
|
|
+
|
|
|
+ // 장바구니 총알배송 사용여부 체크 N
|
|
|
+ if (shotDelvUseYn == "N") {
|
|
|
+ // 초기에 한번 데이타 로드
|
|
|
+ if (temp) {
|
|
|
+ // 1.4 주문상품목록로드
|
|
|
+ orderListInfoSet(jsonData, temp);
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ // 배송지 우편번호 체크
|
|
|
+ var zipcode = $("input[name='recipZipcode']").val();
|
|
|
+
|
|
|
+ // 총알배송여부 체크 배송지정보 존재여부 체크
|
|
|
+ if (zipcode == null || zipcode == '') {
|
|
|
+ //alert("배송지정보가 없습니다. 기본 총알배송 가능지역으로 설정 합니다.");
|
|
|
+ zipcode = "04320"; // 기본 서울역 우편번호로 설정
|
|
|
+ }
|
|
|
+
|
|
|
+ // TODO
|
|
|
+ var shotDelvObj = {"zipNo" : zipcode};
|
|
|
+
|
|
|
+ gagajf.ajaxJsonSubmit(
|
|
|
+ "/order/getDailyDeliveryCheck"
|
|
|
+ , JSON.stringify(shotDelvObj)
|
|
|
+ , function (result) {
|
|
|
+ // 총알배송여부체크
|
|
|
+ var tempShotDelvYn = "N";
|
|
|
+
|
|
|
+ if (parseInt(result) > 0) {
|
|
|
+ tempShotDelvYn = "Y";
|
|
|
+ }
|
|
|
+
|
|
|
+ // json 값 설정
|
|
|
+ var orderListObj = {"cartSqArr":cartSqArr, "shotDelvYn":tempShotDelvYn};
|
|
|
+ var orderListJsonData = JSON.stringify(orderListObj);
|
|
|
+
|
|
|
+ if (temp) {
|
|
|
+ // 1.3 주문상품목록로드
|
|
|
+ orderListInfoSet(orderListJsonData, temp);
|
|
|
+ } else {
|
|
|
+ if (tempShotDelvYn != shotDelvYn) {
|
|
|
+ orderListInfoSet(orderListJsonData, temp);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ shotDelvYn = tempShotDelvYn;
|
|
|
+ }
|
|
|
+ )
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+// 1.4 주문상품목록로드
|
|
|
+var orderListInfoSet = function(orderListJsonData, temp) {
|
|
|
+ $.ajax( {
|
|
|
+ type : "POST",
|
|
|
+ url : '/order/orderListInfo',
|
|
|
+ data : orderListJsonData,
|
|
|
+ dataType : 'html',
|
|
|
+ beforeSend : function(xhr, settings) {
|
|
|
+ xhr.setRequestHeader("AJAX" , "true");
|
|
|
+ xhr.setRequestHeader('Accept' , 'application/json');
|
|
|
+ xhr.setRequestHeader('Content-Type' , 'application/json');
|
|
|
+ gagajf.showProgressbar(true);
|
|
|
+ },
|
|
|
+ success : function(result) {
|
|
|
+ if (result != null) {
|
|
|
+ $("#orderListInfo").css("display", "block");
|
|
|
+ $("#orderListInfo").html(result);
|
|
|
+ }
|
|
|
+
|
|
|
+ // 1.4 사은품정보로드
|
|
|
+ if (temp) {
|
|
|
+ freegiftInfoSet(jsonData);
|
|
|
}
|
|
|
- // 1.2 배송정보로드
|
|
|
- freegiftInfoSet(jsonData);
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
|
|
|
-// 1.3 사은품정보로드
|
|
|
+// 1.4 사은품정보로드
|
|
|
var freegiftInfoSet = function(jsonData) {
|
|
|
|
|
|
$.ajax( {
|
|
|
@@ -653,12 +746,19 @@ var freegiftInfoSet = function(jsonData) {
|
|
|
if (result != null) {
|
|
|
$("#freegiftInfo").html(result);
|
|
|
|
|
|
+ var total_gift = 0;
|
|
|
+ var total_deduct = 0;
|
|
|
+
|
|
|
// 2.2 사은품선택 라디오 버튼 기능
|
|
|
$(".freegiftRdo").on("click", function() {
|
|
|
- var total_gift = 0;
|
|
|
- var total_deduct = 0;
|
|
|
+ total_gift = 0;
|
|
|
+ total_deduct = 0;
|
|
|
|
|
|
$(".freegiftRdo").each(function(){
|
|
|
+ if ($(this).attr("allYn") == "Y" ) {
|
|
|
+ total_gift += 1;
|
|
|
+ }
|
|
|
+
|
|
|
// 라디오버튼 사은품 체크
|
|
|
if ($(this).is(":checked")) {
|
|
|
// 수령거부가 아닐때 체크
|
|
|
@@ -673,8 +773,18 @@ var freegiftInfoSet = function(jsonData) {
|
|
|
$(".total_deduct").text(total_deduct.addComma()); // 사은품총사용포인트
|
|
|
$(".freegiftUsePnt").text(total_deduct);
|
|
|
|
|
|
- // 쿠폰초기화기능
|
|
|
- custCpnInit();
|
|
|
+ // 포인트초기화기능
|
|
|
+ pntDcAmtReset();
|
|
|
+ });
|
|
|
+
|
|
|
+ // 사은품테이블 그리기
|
|
|
+ $(".gift_box").each(function(){
|
|
|
+ $(this).find(".freegiftRdo").each(function(){
|
|
|
+ if ($(this).attr("allYn") == "Y" ) {
|
|
|
+ total_gift += 1;
|
|
|
+ }
|
|
|
+ $(".total_gift").text(total_gift); // 사은품총선택개수
|
|
|
+ });
|
|
|
});
|
|
|
}
|
|
|
|
|
|
@@ -702,14 +812,14 @@ var paymentInfoSet = function(jsonData) {
|
|
|
$("#paymentInfo").css("display", "block");
|
|
|
$("#paymentInfo").html(result);
|
|
|
|
|
|
- // 3.2 할인영역 설정
|
|
|
+ // 1.6 할인영역 설정
|
|
|
dcAmtInfoSet(jsonData);
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
|
|
|
-// 3.2 할인영역 설정
|
|
|
+// 1.6 할인영역 설정
|
|
|
var dcAmtInfoSet = function(jsonData) {
|
|
|
// 3.2.1 할인정보로드
|
|
|
$.ajax( {
|
|
|
@@ -1371,49 +1481,36 @@ var custCpnSumAmtCal = function() {
|
|
|
|
|
|
// 적립포인트
|
|
|
$("#savePntSumAmt").text(savePntSumAmt.addComma()+"P");
|
|
|
-};
|
|
|
-
|
|
|
-// 3.20 총알배송가능 지역, 총알배송 가능 시간 체크
|
|
|
-var fnGetDailyDeliveryCheck = function () {
|
|
|
- // TODO
|
|
|
- var jsonObj = {"zipNo" : 12345};
|
|
|
- var jsonData = JSON.stringify(jsonObj);
|
|
|
-
|
|
|
- gagajf.ajaxJsonSubmit(
|
|
|
- "/order/getDailyDeliveryCheck"
|
|
|
- , jsonData
|
|
|
- , function (result) {
|
|
|
- // 자사몰 일반배송
|
|
|
- $("#shotDelv").text(0);
|
|
|
- $("#wmsDelv").text(wmsCnt);
|
|
|
- $("#wmsDelvTitle").css("display", "block");
|
|
|
- $("#shotDelvTitle").css("display", "none");
|
|
|
- $(".tag_stype2").css("display", "none");
|
|
|
-
|
|
|
- // 자사몰 총알배송
|
|
|
- if (shotDelvYn == "Y") {
|
|
|
- if (parseInt(result) > 0) {
|
|
|
- $("#shotDelv").text(wmsCnt);
|
|
|
- $("#wmsDelv").text(0);
|
|
|
-
|
|
|
- $("#wmsDelvTitle").css("display", "none");
|
|
|
- $("#shotDelvTitle").css("display", "block");
|
|
|
- $(".tag_stype2").css("display", "block");
|
|
|
+
|
|
|
+ // 사은품정보 설정
|
|
|
+ var freegiftValArr = [];
|
|
|
+ var freegiftUsePointArr = [];
|
|
|
+
|
|
|
+ $(".gift_box").each(function(){
|
|
|
+ $(this).find(".freegiftRdo").each(function(){
|
|
|
+ // 사은품필수
|
|
|
+ if ($(this).attr("allYn") == "Y" ) {
|
|
|
+ freegiftValArr.push($(this).val());
|
|
|
+ freegiftUsePointArr.push($(this).attr("usepoint"));
|
|
|
+ }
|
|
|
+
|
|
|
+ // 라디오버튼 선택 사은품 체크
|
|
|
+ if ($(this).is(":checked")) {
|
|
|
+ // 수령거부가 아닐때 체크
|
|
|
+ if ($(this).val() != "noSel") {
|
|
|
+ freegiftValArr.push($(this).val());
|
|
|
+ freegiftUsePointArr.push($(this).attr("usepoint"));
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
- )
|
|
|
-}
|
|
|
-</script>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ });
|
|
|
+ });
|
|
|
+
|
|
|
+ $(".freegiftValArr").text(freegiftValArr); // 사은품시퀀스배열
|
|
|
+ $(".freegiftUsePointArr").text(freegiftUsePointArr); // 사은품사용포인트배열
|
|
|
+};
|
|
|
|
|
|
|
|
|
+</script>
|
|
|
|
|
|
<script th:inline="javascript">
|
|
|
// 화면준비상태
|