|
|
@@ -17,7 +17,7 @@
|
|
|
|
|
|
<th:block layout:fragment="content">
|
|
|
<main role="" id="mypageOrderDetailForm" class="container my">
|
|
|
- <section class="content my_order">
|
|
|
+ <section class="content my_order my_gift">
|
|
|
<div class="inner wide bg_beige">
|
|
|
<div class="order_number">
|
|
|
<dl class="clear">
|
|
|
@@ -88,6 +88,7 @@
|
|
|
<!-- 세트상품 -->
|
|
|
<th:block th:if="${ordDtl.goodsType == 'G056_S'}">
|
|
|
<th:block th:each="option, status : ${ordDtl.colorNmArr}">
|
|
|
+ <em th:text="${ordDtl.itemNmArr[status.index]}"></em>
|
|
|
<em th:text="${option}"></em>
|
|
|
<em th:text="${ordDtl.optCd2Arr[status.index]}"></em>
|
|
|
</th:block>
|
|
|
@@ -218,91 +219,6 @@
|
|
|
</th:block>
|
|
|
<!-- //리뷰사용가능, 리뷰등록전일때 -->
|
|
|
</div>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-<!-- <!– 버튼 4개 –>-->
|
|
|
-<!-- <th:block th:unless="${ordDtl.changeableYn} == 'N' and ${ordDtl.returnableYn} == 'N'">-->
|
|
|
-<!-- <div class="goods_btn_wrap btn_group_flex type1">-->
|
|
|
-<!-- <!– 교환불가 –>-->
|
|
|
-<!-- <th:block th:if="${ordDtl.changeableYn} == 'N'">-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <button type="button" class="btn btn_default btn_qna_write" onclick="cfnGoToPage(_PAGE_ONETOONE_QNA);">-->
|
|
|
-<!-- <span>1:1 문의</span>-->
|
|
|
-<!-- </button>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </th:block>-->
|
|
|
-<!-- <!– //교환불가 –>-->
|
|
|
-<!-- <!– 교환가능 –>-->
|
|
|
-<!-- <th:block th:if="${ordDtl.changeableYn} == 'Y'">-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <button type="button" class="btn btn_default btn_exch_req" th:ordNo="${ordDtl.ordNo}" th:ordDtlNo="${ordDtl.ordDtlNo}" th:ordCanChgQty="${ordDtl.ordCanChgQty}" th:delvFeeCd="${ordDtl.delvFeeCd}" onclick="fnCreateChange(this, 'exchange');">-->
|
|
|
-<!-- <span>교환 신청</span>-->
|
|
|
-<!-- </button>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </th:block>-->
|
|
|
-<!-- <!– //교환가능 –>-->
|
|
|
-<!-- <!– 반품가능 –>-->
|
|
|
-<!-- <th:block th:if="${ordDtl.returnableYn} == 'Y'">-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <button type="button" class="btn btn_default btn_rtn_req" th:ordNo="${ordDtl.ordNo}" th:ordDtlNo="${ordDtl.ordDtlNo}" th:ordCanChgQty="${ordDtl.ordCanChgQty}" th:delvFeeCd="${ordDtl.delvFeeCd}" onclick="fnCreateChange(this, 'return');">-->
|
|
|
-<!-- <span>반품 신청</span>-->
|
|
|
-<!-- </button>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </th:block>-->
|
|
|
-<!-- <!– 반품가능 –>-->
|
|
|
-<!-- <!– 반품불가 –>-->
|
|
|
-<!-- <th:block th:if="${ordDtl.returnableYn} == 'N'">-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <button type="button" class="btn btn_default btn_qna_write" onclick="cfnGoToPage(_PAGE_ONETOONE_QNA);">-->
|
|
|
-<!-- <span>1:1 문의</span>-->
|
|
|
-<!-- </button>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </th:block>-->
|
|
|
-<!-- <!– //반품불가 –>-->
|
|
|
-
|
|
|
-<!-- <div><button type="button" class="btn btn_default btn_delv_sch" th:attr="ordNo=${ordDtl.ordNo}, ordDtlNo=${ordDtl.ordDtlNo}, shipCompCd=${ordDtl.shipCompCd}, invoiceNo=${ordDtl.invoiceNo}" onclick="fnGoToDelivery(this);"><span>배송 조회</span></button></div>-->
|
|
|
-
|
|
|
-<!-- <!– 리뷰사용가능, 리뷰등록전일때 –>-->
|
|
|
-<!-- <th:block th:if="${ordDtl.reviewableYn} == 'Y' and ${ordDtl.reviewSq} == null">-->
|
|
|
-<!-- <div><button type="button" class="btn btn_primary btn_review_write" th:attr="ordNo=${ordDtl.ordNo}, ordDtlNo=${ordDtl.ordDtlNo}, goodsCd=${ordDtl.goodsCd}" onclick="fnCreateReview(this);"><span>리뷰 쓰기</span></button></div>-->
|
|
|
-<!-- </th:block>-->
|
|
|
-<!-- <!– //리뷰사용가능, 리뷰등록전일때 –>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <!– //리뷰사용가능, 리뷰등록전일때 –>-->
|
|
|
-<!-- </th:block>-->
|
|
|
-<!-- <!– //버튼 4개 –>-->
|
|
|
-<!-- <!– 버튼 3개 –>-->
|
|
|
-<!-- <th:block th:if="${ordDtl.changeableYn} == 'N' and ${ordDtl.returnableYn} == 'N'">-->
|
|
|
-<!-- <div class="goods_btn_wrap btn_group_flex">-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <button type="button" class="btn btn_default btn_qna_write" onclick="cfnGoToPage(_PAGE_ONETOONE_QNA);">-->
|
|
|
-<!-- <span>1:1 문의</span>-->
|
|
|
-<!-- </button>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <button type="button" th:id="btn_purchase_confirm" class="btn btn_primary" th:ordNo="${ordDtl.ordNo}" th:ordDtlNo="${ordDtl.ordDtlNo}" onclick="fnDecideOrder(this);">-->
|
|
|
-<!-- <span>구매 확정</span>-->
|
|
|
-<!-- </button>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <!– 리뷰사용가능, 리뷰등록전일때 –>-->
|
|
|
-<!-- <th:block th:if="${ordDtl.reviewableYn} == 'Y' and ${ordDtl.reviewSq} == null">-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <button type="button" class="btn btn_primary btn_review_write" th:ordNo="${ordDtl.ordNo}" th:ordDtlNo="${ordDtl.ordDtlNo}" th:goodsCd="${ordDtl.goodsCd}" onclick="fnCreateReview(this);">-->
|
|
|
-<!-- <span>리뷰 쓰기</span>-->
|
|
|
-<!-- </button>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </th:block>-->
|
|
|
-<!-- <!– //리뷰사용가능, 리뷰등록전일때 –>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </th:block>-->
|
|
|
-<!-- <!– //버튼 3개 –>-->
|
|
|
</th:block>
|
|
|
<!-- //배송중 (교환가능, 반품가능) -->
|
|
|
|
|
|
@@ -375,98 +291,6 @@
|
|
|
</th:block>
|
|
|
<!-- //리뷰사용가능, 리뷰등록전일때 -->
|
|
|
</div>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <!-- 버튼4개 -->
|
|
|
-<!-- <th:block th:unless="${ordDtl.changeableYn} == 'N' and ${ordDtl.returnableYn} == 'N'">-->
|
|
|
-<!-- <div class="goods_btn_wrap btn_group_flex type1">-->
|
|
|
-<!-- <!– 교환불가 –>-->
|
|
|
-<!-- <th:block th:if="${ordDtl.changeableYn} == 'N'">-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <button type="button" class="btn btn_default btn_qna_write" onclick="cfnGoToPage(_PAGE_ONETOONE_QNA);">-->
|
|
|
-<!-- <span>1:1 문의</span>-->
|
|
|
-<!-- </button>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </th:block>-->
|
|
|
-<!-- <!– //교환불가 –>-->
|
|
|
-<!-- <!– 교환가능 –>-->
|
|
|
-<!-- <th:block th:if="${ordDtl.changeableYn} == 'Y'">-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <button type="button" class="btn btn_default btn_exch_req" th:ordNo="${ordDtl.ordNo}" th:ordDtlNo="${ordDtl.ordDtlNo}" th:ordCanChgQty="${ordDtl.ordCanChgQty}" th:delvFeeCd="${ordDtl.delvFeeCd}" onclick="fnCreateChange(this, 'exchange');">-->
|
|
|
-<!-- <span>교환 신청</span>-->
|
|
|
-<!-- </button>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </th:block>-->
|
|
|
-<!-- <!– //교환가능 –>-->
|
|
|
-<!-- <!– 반품가능 –>-->
|
|
|
-<!-- <th:block th:if="${ordDtl.returnableYn} == 'Y'">-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <button type="button" class="btn btn_default btn_rtn_req" th:ordNo="${ordDtl.ordNo}" th:ordDtlNo="${ordDtl.ordDtlNo}" th:ordCanChgQty="${ordDtl.ordCanChgQty}" th:delvFeeCd="${ordDtl.delvFeeCd}" onclick="fnCreateChange(this, 'return');">-->
|
|
|
-<!-- <span>반품 신청</span>-->
|
|
|
-<!-- </button>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </th:block>-->
|
|
|
-<!-- <!– //반품가능 –>-->
|
|
|
-<!-- <!– 반품불가 –>-->
|
|
|
-<!-- <th:block th:if="${ordDtl.returnableYn} == 'N'">-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <button type="button" class="btn btn_default btn_qna_write" onclick="cfnGoToPage(_PAGE_ONETOONE_QNA);">-->
|
|
|
-<!-- <span>1:1 문의</span>-->
|
|
|
-<!-- </button>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </th:block>-->
|
|
|
-<!-- <!– //반품불가 –>-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <button type="button" th:id="btn_purchase_confirm" class="btn btn_primary" th:ordNo="${ordDtl.ordNo}" th:ordDtlNo="${ordDtl.ordDtlNo}" onclick="fnDecideOrder(this);">-->
|
|
|
-<!-- <span>구매 확정</span>-->
|
|
|
-<!-- </button>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <!– 리뷰사용가능, 리뷰등록전일때 –>-->
|
|
|
-<!-- <th:block th:if="${ordDtl.reviewableYn} == 'Y' and ${ordDtl.reviewSq} == null">-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <button type="button" class="btn btn_primary btn_review_write" th:ordNo="${ordDtl.ordNo}" th:ordDtlNo="${ordDtl.ordDtlNo}" th:goodsCd="${ordDtl.goodsCd}" onclick="fnCreateReview(this);">-->
|
|
|
-<!-- <span>리뷰 쓰기</span>-->
|
|
|
-<!-- </button>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </th:block>-->
|
|
|
-<!-- <!– //리뷰사용가능, 리뷰등록전일때 –>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </th:block>-->
|
|
|
- <!-- //버튼 4개 -->
|
|
|
- <!-- 버튼 3개 -->
|
|
|
-<!-- <th:block th:if="${ordDtl.changeableYn} == 'N' and ${ordDtl.returnableYn} == 'N'">-->
|
|
|
-<!-- <div class="goods_btn_wrap btn_group_flex">-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <button type="button" class="btn btn_default btn_qna_write" onclick="cfnGoToPage(_PAGE_ONETOONE_QNA);">-->
|
|
|
-<!-- <span>1:1 문의</span>-->
|
|
|
-<!-- </button>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <button type="button" th:id="btn_purchase_confirm" class="btn btn_primary" th:ordNo="${ordDtl.ordNo}" th:ordDtlNo="${ordDtl.ordDtlNo}" onclick="fnDecideOrder(this);">-->
|
|
|
-<!-- <span>구매 확정</span>-->
|
|
|
-<!-- </button>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <!– 리뷰사용가능, 리뷰등록전일때 –>-->
|
|
|
-<!-- <th:block th:if="${ordDtl.reviewableYn} == 'Y' and ${ordDtl.reviewSq} == null">-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <button type="button" class="btn btn_primary btn_review_write" th:ordNo="${ordDtl.ordNo}" th:ordDtlNo="${ordDtl.ordDtlNo}" th:goodsCd="${ordDtl.goodsCd}" onclick="fnCreateReview(this);">-->
|
|
|
-<!-- <span>리뷰 쓰기</span>-->
|
|
|
-<!-- </button>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </th:block>-->
|
|
|
-<!-- <!– //리뷰사용가능, 리뷰등록전일때 –>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </th:block>-->
|
|
|
- <!-- //버튼 3개 -->
|
|
|
</th:block>
|
|
|
<!-- //배송완료 (교환가능, 반품가능) -->
|
|
|
|
|
|
@@ -493,30 +317,32 @@
|
|
|
<!-- //일반주문 -->
|
|
|
<!-- 선물주문 -->
|
|
|
<th:block th:if="${ordDtl.giftPackYn} == 'Y'">
|
|
|
- <!-- 배송지등록전 -->
|
|
|
- <th:block th:if="${ordDtl.recipBaseAddr == ''} and ${ordDtl.giftLimitDay} >= 0">
|
|
|
- <div><button type="button" class="btn btn_primary btn_sms_send" th:attr="ordNo=${ordDtl.ordNo}" onclick="fnReSendSms(this);"><span>SMS 재발송</span></button></div>
|
|
|
- </th:block>
|
|
|
- <!-- //배송지등록전 -->
|
|
|
-
|
|
|
- <!-- 배송지등록후 (입금대기, 결제완료, 상품준비중, 출고처지정, 배송준비중) -->
|
|
|
- <th:block th:if="${ordDtl.ordDtlStat} == 'G013_10' or ${ordDtl.ordDtlStat} == 'G013_20' or ${ordDtl.ordDtlStat} == 'G013_30' or ${ordDtl.ordDtlStat} == 'G013_35'">
|
|
|
- <div><button type="button" class="btn btn_default btn_cncl_complete" th:attr="ordNo=${ordDtl.ordNo}, ordDtlNo=${ordDtl.ordDtlNo}, delvFeeCd=${ordDtl.delvFeeCd}, ordCanChgQty=${ordDtl.ordCanChgQty}" onclick="fnCreateChange(this, 'cancel');"><span>주문 취소</span></button></div>
|
|
|
- </th:block>
|
|
|
- <!-- //배송지등록후 (입금대기, 결제완료, 상품준비중, 출고처지정, 배송준비중) -->
|
|
|
-
|
|
|
- <!-- 배송지등록완료, 결제전취소, 결제후취소 아닐경우 -->
|
|
|
- <th:block th:if="${ordDtl.ordDtlStat} == 'G013_50' or ${ordDtl.ordDtlStat} == 'G013_55' or ${ordDtl.ordDtlStat} == 'G013_60' or ${ordDtl.ordDtlStat} == 'G013_70'">
|
|
|
- <th:block th:if="${ordDtl.recipBaseAddr != ''} and ${ordDtl.ordDtlStat} != 'G013_98' and ${ordDtl.ordDtlStat} != 'G013_99'">
|
|
|
- <div><button type="button" class="btn btn_default btn_cart_save" th:attr="ordNo=${ordDtl.ordNo}, ordDtlNo=${ordDtl.ordDtlNo}" onclick="fnCreateCart(this);"><span>쇼핑백 담기</span></button></div>
|
|
|
- <!-- 리뷰사용가능, 리뷰등록전일때 -->
|
|
|
- <th:block th:if="${ordDtl.reviewableYn} == 'Y' and ${ordDtl.reviewSq} == null and ${ordDtl.ordDtlStat} == 'G013_70'">
|
|
|
- <div><button type="button" class="btn btn_primary btn_review_write" th:attr="ordNo=${ordDtl.ordNo}, ordDtlNo=${ordDtl.ordDtlNo}, goodsCd=${ordDtl.goodsCd}" onclick="fnCreateReview(this);"><span>리뷰 쓰기</span></button></div>
|
|
|
+ <div class="goods_btn_wrap btn_group_flex">
|
|
|
+ <!-- 배송지등록전 -->
|
|
|
+ <th:block th:if="${ordDtl.giftAddrInpYn == 'N'} and ${ordDtl.giftLimitDay} >= 0">
|
|
|
+ <div><button type="button" class="btn btn_default btn_sms_send" th:attr="ordNo=${ordDtl.ordNo}" onclick="fnReSendSms(this);"><span>SMS 재발송</span></button></div>
|
|
|
+ </th:block>
|
|
|
+ <!-- //배송지등록전 -->
|
|
|
+
|
|
|
+ <!-- 배송지등록후 (입금대기, 결제완료, 상품준비중, 출고처지정, 배송준비중) -->
|
|
|
+ <th:block th:if="${ordDtl.ordDtlStat} == 'G013_10' or ${ordDtl.ordDtlStat} == 'G013_20' or ${ordDtl.ordDtlStat} == 'G013_30' or ${ordDtl.ordDtlStat} == 'G013_35'">
|
|
|
+ <div><button type="button" class="btn btn_default btn_cncl_complete" th:attr="ordNo=${ordDtl.ordNo}, ordDtlNo=${ordDtl.ordDtlNo}, delvFeeCd=${ordDtl.delvFeeCd}, ordCanChgQty=${ordDtl.ordCanChgQty}" onclick="fnCreateChange(this, 'cancel');"><span>주문 취소</span></button></div>
|
|
|
+ </th:block>
|
|
|
+ <!-- //배송지등록후 (입금대기, 결제완료, 상품준비중, 출고처지정, 배송준비중) -->
|
|
|
+
|
|
|
+ <!-- 배송지등록완료, 결제전취소, 결제후취소 아닐경우 -->
|
|
|
+ <th:block th:if="${ordDtl.ordDtlStat} == 'G013_50' or ${ordDtl.ordDtlStat} == 'G013_55' or ${ordDtl.ordDtlStat} == 'G013_60' or ${ordDtl.ordDtlStat} == 'G013_70'">
|
|
|
+ <th:block th:if="${ordDtl.giftAddrInpYn == 'Y'} and ${ordDtl.ordDtlStat} != 'G013_98' and ${ordDtl.ordDtlStat} != 'G013_99'">
|
|
|
+ <div><button type="button" class="btn btn_default btn_cart_save" th:attr="ordNo=${ordDtl.ordNo}, ordDtlNo=${ordDtl.ordDtlNo}" onclick="fnCreateCart(this);"><span>쇼핑백 담기</span></button></div>
|
|
|
+ <!-- 리뷰사용가능, 리뷰등록전일때 -->
|
|
|
+ <th:block th:if="${ordDtl.reviewableYn} == 'Y' and ${ordDtl.reviewSq} == null and ${ordDtl.ordDtlStat} == 'G013_70'">
|
|
|
+ <div><button type="button" class="btn btn_primary btn_review_write" th:attr="ordNo=${ordDtl.ordNo}, ordDtlNo=${ordDtl.ordDtlNo}, goodsCd=${ordDtl.goodsCd}" onclick="fnCreateReview(this);"><span>리뷰 쓰기</span></button></div>
|
|
|
+ </th:block>
|
|
|
+ <!-- //리뷰사용가능, 리뷰등록전일때 -->
|
|
|
</th:block>
|
|
|
- <!-- //리뷰사용가능, 리뷰등록전일때 -->
|
|
|
</th:block>
|
|
|
- </th:block>
|
|
|
- <!-- //배송지등록완료, 결제전취소, 결제후취소 아닐경우 -->
|
|
|
+ <!-- //배송지등록완료, 결제전취소, 결제후취소 아닐경우 -->
|
|
|
+ </div>
|
|
|
</th:block>
|
|
|
<!-- //선물주문 -->
|
|
|
<!-- //주문상태별 버튼기능 정의 -->
|
|
|
@@ -616,16 +442,16 @@
|
|
|
<th:block th:if="${ordDtl.giftPackYn} == 'Y'">
|
|
|
<div class="goods_txt">
|
|
|
<!-- 배송지등록전 -->
|
|
|
- <th:block th:if="${ordDtl.recipBaseAddr == ''} and ${ordDtl.giftLimitDay} >= 0">
|
|
|
- <p class="cf_txt cf_desc"><span th:text="|‘${ordDtl.recipNm}’|"></span>님 주소를 입력하기 전입니다.</p>
|
|
|
+ <th:block th:if="${ordDtl.giftAddrInpYn == 'N'} and ${ordDtl.giftLimitDay} >= 0">
|
|
|
+ <p class="cf_txt cf_desc"><span th:text="|‘${deliveryAddrInfo.recipNm}’|"></span>님 주소를 입력하기 전입니다.</p>
|
|
|
<p class="period">입력기한 <span th:text="${ordDtl.giftLimitDt}"></span></p>
|
|
|
</th:block>
|
|
|
<!-- //배송지등록전 -->
|
|
|
|
|
|
<!-- 배송지등록완료, 결제전취소, 결제후취소 아닐경우 -->
|
|
|
<th:block th:if="${ordDtl.ordDtlStat} == 'G013_50' or ${ordDtl.ordDtlStat} == 'G013_55' or ${ordDtl.ordDtlStat} == 'G013_60' or ${ordDtl.ordDtlStat} == 'G013_70'">
|
|
|
- <th:block th:if="${ordDtl.recipBaseAddr != ''} and ${ordDtl.ordDtlStat} != 'G013_98' and ${ordDtl.ordDtlStat} != 'G013_99'">
|
|
|
- <p class="cf_txt cf_desc"><span th:text="|‘${ordDtl.recipNm}’|"></span>님께 선물이 발송되었습니다.</p>
|
|
|
+ <th:block th:if="${ordDtl.giftAddrInpYn == 'Y'} and ${ordDtl.ordDtlStat} != 'G013_98' and ${ordDtl.ordDtlStat} != 'G013_99'">
|
|
|
+ <p class="cf_txt cf_desc"><span th:text="|‘${deliveryAddrInfo.recipNm}’|"></span>님께 선물이 발송되었습니다.</p>
|
|
|
</th:block>
|
|
|
</th:block>
|
|
|
<!-- //배송지등록완료, 결제전취소, 결제후취소 아닐경우 -->
|
|
|
@@ -746,7 +572,7 @@
|
|
|
<!-- 폴딩리스트 -->
|
|
|
</div>
|
|
|
|
|
|
- <div class="inner wide">
|
|
|
+ <div class="inner wide" th:if="${oneData.giftPackYn == 'N'}">
|
|
|
<!-- 폴딩리스트 -->
|
|
|
<div class="ui_row">
|
|
|
<div class="foldGroup shipfold">
|
|
|
@@ -805,19 +631,18 @@
|
|
|
</div>
|
|
|
<!-- 폴딩리스트 -->
|
|
|
</div>
|
|
|
-
|
|
|
- <th:block th:if="${orderInfo.giftPackYn} == 'Y'">
|
|
|
+ <th:block th:if="${oneData.giftPackYn} == 'Y'">
|
|
|
<div class="inner">
|
|
|
<div class="gift_wrap">
|
|
|
<h3>선물 받으실 분</h3>
|
|
|
<div class="gift_con">
|
|
|
<div class="gift_info">
|
|
|
- <span th:text="${orderInfo.recipNm}"></span> / <span th:text="${orderInfo.recipPhnno}"></span>
|
|
|
+ <span th:text="${deliveryAddrInfo.recipNm}"></span> / <span th:text="${deliveryAddrInfo.recipPhnno}"></span>
|
|
|
</div>
|
|
|
<div class="message">
|
|
|
<p class="gift_tit">선물 메세지</p>
|
|
|
<div class="content">
|
|
|
- <p th:text="${orderInfo.giftMsg}" id="giftMsg"></p>
|
|
|
+ <p th:text="${deliveryAddrInfo.giftMsg}" id="giftMsg"></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -938,7 +763,7 @@
|
|
|
|
|
|
<script src="/ux/plugins/gaga/gaga.paging.js"></script>
|
|
|
<script th:inline="javascript">
|
|
|
- let giftMsg = [[${orderInfo.giftMsg}]]; // 선물메세지
|
|
|
+ let giftMsg = [[${deliveryAddrInfo.giftMsg}]]; // 선물메세지
|
|
|
let ordNo = [[${ordNo}]];
|
|
|
var isLogin = [[${isLogin}]];
|
|
|
let orderList = [[${orderList}]];
|