|
|
@@ -194,13 +194,13 @@
|
|
|
<!-- 선물 -->
|
|
|
<th:block th:if="${order.giftPackYn == 'Y'}">
|
|
|
<!-- 주소 입력 대기중 -->
|
|
|
- <div class="order_text" th:if="${#strings.isEmpty(ordDtl.recipBaseAddr) and ordDtl.giftLimitDay >= 0}">
|
|
|
- <p th:text="|${ordDtl.recipNm}님이 주소를 입력하기 전입니다. (입력기한 ${ordDtl.giftLimitDt})|"></p>
|
|
|
+ <div class="order_text" th:if="${ordDtl.giftAddrInpYn == 'N' and ordDtl.giftLimitDay >= 0}">
|
|
|
+ <p th:text="|${deliveryAddrInfo.recipNm}님이 주소를 입력하기 전입니다. (입력기한 ${ordDtl.giftLimitDt})|"></p>
|
|
|
</div>
|
|
|
|
|
|
<!-- 선물 완료 -->
|
|
|
- <div class="order_text" th:if="${!#strings.isEmpty(ordDtl.recipBaseAddr) and ordDtl.ordDtlStat != 'G013_98' and ordDtl.ordDtlStat != 'G013_99'}">
|
|
|
- <p th:text="|${ordDtl.recipNm}님께 선물이 발송되었습니다.|"></p>
|
|
|
+ <div class="order_text" th:if="${ordDtl.giftAddrInpYn == 'Y' and ordDtl.ordDtlStat != 'G013_98' and ordDtl.ordDtlStat != 'G013_99'}">
|
|
|
+ <p th:text="|${deliveryAddrInfo.recipNm}님께 선물이 발송되었습니다.|"></p>
|
|
|
</div>
|
|
|
|
|
|
<!-- 선물 취소 -->
|