|
|
@@ -1,9 +1,9 @@
|
|
|
-<div class="inner">
|
|
|
- <div class="part_goods">
|
|
|
- <!-- 취소,반품,교환목록 있을때 -->
|
|
|
- <th:block th:if="${#lists.size(creList) > 0}">
|
|
|
- <!-- 취소,반품,교환목록 -->
|
|
|
- <th:block th:each="creList , i : ${creList}">
|
|
|
+<!-- 취소,반품,교환목록 있을때 -->
|
|
|
+<th:block th:if="${#lists.size(creList) > 0}">
|
|
|
+ <!-- 취소,반품,교환목록 -->
|
|
|
+ <th:block th:each="creList , i : ${creList}">
|
|
|
+ <div class="inner">
|
|
|
+ <div class="part_goods">
|
|
|
<div class="goods_top">
|
|
|
<div class="goods_date">주문일<span class="date" th:text="${creList.ordDt}"></span></div>
|
|
|
<a href="javascript:void(0);" th:ordChgSq="${creList.ordChgSq}" th:chgGb="${creList.oneData.chgGb}" th:ordNo="${creList.oneData.ordNo}" onclick="fnGoToCreDetail(this);" class="detail_btn">상세보기</a>
|
|
|
@@ -45,7 +45,7 @@
|
|
|
<em class="order_badge">STYLE24 일반배송</em>
|
|
|
</th:block>
|
|
|
<th:block th:if="${cre.selfGoodsYn} == 'N' and ${cre.shotDelvYn} == 'N'">
|
|
|
- <em class="order_badge order_bullet_badge">업체직배송</em>
|
|
|
+ <em class="order_badge">업체직배송</em>
|
|
|
</th:block>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -225,7 +225,8 @@
|
|
|
<!-- 환불진행중 -->
|
|
|
<th:block th:if="${cre.chgStat} == 'G685_33'">
|
|
|
<div class="goods_txt">
|
|
|
- <p class="cf_txt cf_desc" th:text="|${#numbers.formatInteger(cre.addPayCost, 1, 'COMMA')} 원 환불을 진행하고 있습니다.(영업일 최대 3일 내 환불 예정)|"></p>
|
|
|
+<!-- <p class="cf_txt cf_desc" th:text="|${#numbers.formatInteger(cre.addPayCost, 1, 'COMMA')} 원 환불을 진행하고 있습니다.(영업일 최대 3일 내 환불 예정)|"></p>-->
|
|
|
+ <p class="cf_txt cf_desc" th:text="|환불을 진행하고 있습니다.(영업일 최대 3일 내 환불 예정)|"></p>
|
|
|
</div>
|
|
|
</th:block>
|
|
|
<!-- //환불진행중 -->
|
|
|
@@ -246,20 +247,25 @@
|
|
|
<!-- //취소,반품,교환 상태별 문구정의 -->
|
|
|
</div>
|
|
|
</th:block>
|
|
|
- </th:block>
|
|
|
- </th:block>
|
|
|
- <!-- //취소,반품,교환목록 있을때 -->
|
|
|
- <!-- 취소,반품,교환목록 없을때 -->
|
|
|
- <th:block th:if="${#lists.size(creList) < 1}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+</th:block>
|
|
|
+<!-- //취소,반품,교환목록 있을때 -->
|
|
|
+<!-- 취소,반품,교환목록 없을때 -->
|
|
|
+<th:block th:if="${#lists.size(creList) < 1}">
|
|
|
+ <div class="inner">
|
|
|
+ <div class="part_goods">
|
|
|
<div class="nodata">
|
|
|
<div class="txt_box">
|
|
|
<p>취소/반품/교환내역이 없습니다.<br/></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </th:block>
|
|
|
- <!-- //취소,반품,교환목록 없을때 -->
|
|
|
+ </div>
|
|
|
</div>
|
|
|
-</div>
|
|
|
+</th:block>
|
|
|
+<!-- //취소,반품,교환목록 없을때 -->
|
|
|
+
|
|
|
|
|
|
<script th:inline="javascript">
|
|
|
$(document).ready(function() {
|