|
|
@@ -10,7 +10,7 @@
|
|
|
<th:block th:if="${order.giftPackYn} == 'N'">
|
|
|
<div class="goods_date">주문일<span class="date" th:text="${order.ordDt}"></span></div>
|
|
|
</th:block>
|
|
|
- <a href="javascript:void(0);" class="detail_btn" th:ordno="${order.ordNo}" onclick="fnGoToOrderDetail(this)">상세보기</a>
|
|
|
+ <a href="javascript:void(0);" class="detail_btn" th:ordno="${order.ordNo}" onclick="fnGoToOrderDetail(this)">주문상세보기</a>
|
|
|
</div>
|
|
|
|
|
|
<!-- 주문목록 -->
|
|
|
@@ -52,7 +52,7 @@
|
|
|
<!-- //일반배송일때 -->
|
|
|
</div>
|
|
|
<div class="goods_detail">
|
|
|
- <a href="">
|
|
|
+ <a href="javascript:void(0)" th:attr="goodsCd=${ordDtl.goodsCd}" onclick="fnGoToGoodsDetail(this)">
|
|
|
<div class="thumb_box">
|
|
|
<img th:src="${imageUrl + '/' + ordDtl.sysImgNm}" src="/" width="100%" alt="">
|
|
|
</div>
|
|
|
@@ -194,13 +194,6 @@
|
|
|
</div>
|
|
|
</th:block>
|
|
|
<!-- //교환가능, 반품가능 -->
|
|
|
- <div>
|
|
|
- <button type="button" id="btn_purchase_confirm" class="btn btn_primary" th:ordNo="${ordDtl.ordNo}" th:ordDtlNo="${ordDtl.ordDtlNo}" onclick="fnDecideOrder(this);">
|
|
|
- <span>구매 확정</span>
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="goods_btn_wrap btn_group_flex">
|
|
|
<!-- 교환불가, 반품불가 -->
|
|
|
<th:block th:if="${ordDtl.changeableYn} == 'N' or ${ordDtl.returnableYn} == 'N'">
|
|
|
<div>
|
|
|
@@ -210,9 +203,15 @@
|
|
|
</div>
|
|
|
</th:block>
|
|
|
<!-- //교환불가, 반품불가 -->
|
|
|
-
|
|
|
+ </div>
|
|
|
+ <div class="goods_btn_wrap btn_group_flex">
|
|
|
+ <div>
|
|
|
+ <button type="button" 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} == ''">
|
|
|
+ <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>
|
|
|
@@ -291,31 +290,30 @@
|
|
|
<!-- 상태문구정리 -->
|
|
|
<!-- 일반배송일때 -->
|
|
|
<th:block th:if="${ordDtl.giftPackYn} == 'N'">
|
|
|
- <div class="goods_alert">
|
|
|
- <!-- 배송중, 배송완료 상태 교환, 반품 가능 상태 체크 -->
|
|
|
- <th:block th:if="${ordDtl.ordDtlStat} == 'G013_50' or ${ordDtl.ordDtlStat} == 'G013_55' or ${ordDtl.ordDtlStat} == 'G013_60'">
|
|
|
- <!-- 교환불가능, 반품불가능 -->
|
|
|
- <th:block th:if="${ordDtl.changeableYn} == 'N' and ${ordDtl.returnableYn} == 'N'">
|
|
|
- <p class="cf_txt cf_desc">해당 상품은 교환/반품이 불가능한 상품입니다.<br>문의사항은 1:1 문의를 이용해 주세요.</p>
|
|
|
- </th:block>
|
|
|
- <!-- //교환불가능, 반품불가능 -->
|
|
|
-
|
|
|
- <!-- 교환불가능 -->
|
|
|
- <th:block th:if="${ordDtl.changeableYn} == 'N'">
|
|
|
- <p class="cf_txt cf_desc">해당 상품은 교환이 불가능한 상품입니다.<br>문의사항은 1:1 문의를 이용해 주세요.</p>
|
|
|
- </th:block>
|
|
|
- <!-- //교환불가능 -->
|
|
|
-
|
|
|
- <!-- 반품불가능 -->
|
|
|
- <th:block th:if="${ordDtl.returnableYn} == 'N'">
|
|
|
- <p class="cf_txt cf_desc">해당 상품은 교환이 불가능한 상품입니다.<br>문의사항은 1:1 문의를 이용해 주세요.</p>
|
|
|
- </th:block>
|
|
|
- <!-- //반품불가능 -->
|
|
|
-
|
|
|
+ <!-- 배송중, 배송완료 상태 교환, 반품 가능 상태 체크 -->
|
|
|
+ <th:block th:if="${ordDtl.ordDtlStat} == 'G013_50' or ${ordDtl.ordDtlStat} == 'G013_55' or ${ordDtl.ordDtlStat} == 'G013_60'">
|
|
|
+ <div class="goods_alert">
|
|
|
+ <!-- 교환불가능, 반품불가능 -->
|
|
|
+ <th:block th:if="${ordDtl.changeableYn} == 'N' and ${ordDtl.returnableYn} == 'N'">
|
|
|
+ <p class="cf_txt cf_desc">해당 상품은 교환/반품이 불가능한 상품입니다.<br>문의사항은 1:1 문의를 이용해 주세요.</p>
|
|
|
</th:block>
|
|
|
- <!-- //배송중, 배송완료 상태 -->
|
|
|
- </div>
|
|
|
-
|
|
|
+ <!-- //교환불가능, 반품불가능 -->
|
|
|
+
|
|
|
+ <!-- 교환불가능 -->
|
|
|
+ <th:block th:if="${ordDtl.changeableYn} == 'N'">
|
|
|
+ <p class="cf_txt cf_desc">해당 상품은 교환이 불가능한 상품입니다.<br>문의사항은 1:1 문의를 이용해 주세요.</p>
|
|
|
+ </th:block>
|
|
|
+ <!-- //교환불가능 -->
|
|
|
+
|
|
|
+ <!-- 반품불가능 -->
|
|
|
+ <th:block th:if="${ordDtl.returnableYn} == 'N'">
|
|
|
+ <p class="cf_txt cf_desc">해당 상품은 교환이 불가능한 상품입니다.<br>문의사항은 1:1 문의를 이용해 주세요.</p>
|
|
|
+ </th:block>
|
|
|
+ <!-- //반품불가능 -->
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ <!-- //배송중, 배송완료 상태 -->
|
|
|
+
|
|
|
<!-- 주문접수 -->
|
|
|
<th:block th:if="${ordDtl.ordDtlStat} == 'G013_10'">
|
|
|
<div class="goods_txt">
|