|
@@ -126,7 +126,7 @@
|
|
|
<col width="*">
|
|
<col width="*">
|
|
|
</colgroup>
|
|
</colgroup>
|
|
|
<tbody>
|
|
<tbody>
|
|
|
- <th:block>
|
|
|
|
|
|
|
+ <th:block th:if="${oneData.orderList}" th:each="order, status : ${oneData.orderList}">
|
|
|
<tr>
|
|
<tr>
|
|
|
<td class="t_l">
|
|
<td class="t_l">
|
|
|
<div class="info_item">
|
|
<div class="info_item">
|
|
@@ -173,39 +173,42 @@
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
|
|
+ <th:block th:if="${order.ordDtlStatBanner == 'Y'}">
|
|
|
|
|
+ <div class="order_confirm" th:if="${order.ordDtlStat == 'G013_00'}">
|
|
|
|
|
+ <span class="cf_txt">주문 완료 / 결제를 기다리고 있습니다.</span>
|
|
|
|
|
+ <button type="button" class="btn btn_primary">구매확정</button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="order_confirm" th:if="${order.ordDtlStat == 'G013_00' or order.ordDtlStat == 'G013_10' or order.ordDtlStat == 'G013_11'}">
|
|
|
|
|
+ <span class="cf_txt">주문 완료 / 결제를 기다리고 있습니다.</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="order_confirm" th:if="${order.ordDtlStat == 'G013_20' or order.ordDtlStat == 'G013_30' or order.ordDtlStat == 'G013_35'}">
|
|
|
|
|
+ <span class="cf_txt">배송할 상품을 준비 중입니다.</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="order_confirm" th:if="${order.ordDtlStat == 'G013_40'}">
|
|
|
|
|
+ <span class="cf_txt">상품준비가 완료되어 곧 배송될 예정입니다.</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="order_confirm" th:if="${order.ordDtlStat == 'G013_50' or order.ordDtlStat == 'G013_55'}">
|
|
|
|
|
+ <span class="cf_txt" th:text="|${order.shipCompNm} '/' ${order.invoiceNo}|"></span>
|
|
|
|
|
+ <button type="button" class="btn btn_primary">배송조회</button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="order_confirm" th:if="${order.ordDtlStat == 'G013_60'}">
|
|
|
|
|
+ <span class="cf_txt" th:text="|${order.purchaseConfirmDay}일 후 자동으로 구매확정|"></span>
|
|
|
|
|
+ <button type="button" class="btn btn_primary">구매확정 하기</button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="order_confirm" th:if="${order.ordDtlStat == 'G013_70' and order.reviewSq == 0}">
|
|
|
|
|
+ <span class="cf_txt" th:text="리뷰를 작성하면 다른 구매자에게 도움이 될 수 있습니다."></span>
|
|
|
|
|
+ <button type="button" class="btn btn_primary">리뷰작성</button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="order_confirm" th:if="${order.ordDtlStat == 'G013_70' and order.reviewSq > 0}">
|
|
|
|
|
+ <span class="cf_txt" th:text="주문내역 다시 구매하기 위해"></span>
|
|
|
|
|
+ <button type="button" class="btn btn_primary">장바구니 담기</button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </th:block>
|
|
|
</th:block>
|
|
</th:block>
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="order_confirm" th:if="${oneData.ordDtlStat == 'G013_00'}">
|
|
|
|
|
- <span class="cf_txt">주문 완료 / 결제를 기다리고 있습니다.</span>
|
|
|
|
|
- <button type="button" class="btn btn_primary">구매확정</button>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="order_confirm" th:if="${oneData.ordDtlStat == 'G013_00' or oneData.ordDtlStat == 'G013_10' or oneData.ordDtlStat == 'G013_11'}">
|
|
|
|
|
- <span class="cf_txt">주문 완료 / 결제를 기다리고 있습니다.</span>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="order_confirm" th:if="${oneData.ordDtlStat == 'G013_20' or oneData.ordDtlStat == 'G013_30' or oneData.ordDtlStat == 'G013_35'}">
|
|
|
|
|
- <span class="cf_txt">배송할 상품을 준비 중입니다.</span>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="order_confirm" th:if="${oneData.ordDtlStat == 'G013_40'}">
|
|
|
|
|
- <span class="cf_txt">상품준비가 완료되어 곧 배송될 예정입니다.</span>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="order_confirm" th:if="${oneData.ordDtlStat == 'G013_50' or oneData.ordDtlStat == 'G013_55'}">
|
|
|
|
|
- <span class="cf_txt" th:text="|${oneData.shipCompNm} '/' ${oneData.invoiceNo}|"></span>
|
|
|
|
|
- <button type="button" class="btn btn_primary">배송조회</button>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="order_confirm" th:if="${oneData.ordDtlStat == 'G013_60'}">
|
|
|
|
|
- <span class="cf_txt" th:text="|${oneData.purchaseConfirmDay}일 후 자동으로 구매확정|"></span>
|
|
|
|
|
- <button type="button" class="btn btn_primary">구매확정 하기</button>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="order_confirm" th:if="${oneData.ordDtlStat == 'G013_70' and oneData.reviewSq == 0}">
|
|
|
|
|
- <span class="cf_txt" th:text="리뷰를 작성하면 다른 구매자에게 도움이 될 수 있습니다."></span>
|
|
|
|
|
- <button type="button" class="btn btn_primary">리뷰작성</button>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="order_confirm" th:if="${oneData.ordDtlStat == 'G013_70' and oneData.reviewSq > 0}">
|
|
|
|
|
- <span class="cf_txt" th:text="주문내역 다시 구매하기 위해"></span>
|
|
|
|
|
- <button type="button" class="btn btn_primary">장바구니 담기</button>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+
|
|
|
</div>
|
|
</div>
|
|
|
</th:block>
|
|
</th:block>
|
|
|
|
|
|