|
|
@@ -107,7 +107,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 교환결제대기 -->
|
|
|
- <div class="order_text" th:if="${exchangeDtl.chgStat == 'G685_21' or (exchangeDtl.chgGb == 'G680_40' and exchangeDtl.chgStat == 'G685_32')}"><p th:text="|${exchangeDtl.addPayCost}원 결제 후 교환 가능합니다.|"></p></div>
|
|
|
+ <div class="order_text" th:if="${exchangeDtl.chgStat == 'G685_21' or (exchangeDtl.chgGb == 'G680_40' and exchangeDtl.chgStat == 'G685_32')}"><p th:text="|${#numbers.formatInteger(exchangeDtl.addPayCost, 1, 'COMMA')}원 결제 후 교환 가능합니다.|"></p></div>
|
|
|
<!-- 교환접수 -->
|
|
|
<div class="order_text" th:if="${exchangeDtl.chgStat == 'G685_20'}"><p>교환 신청이 접수 되었습니다. 신속하게 처리하여 드리겠습니다.</p></div>
|
|
|
<!-- 회수요청 -->
|
|
|
@@ -225,7 +225,7 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
</th:block>
|
|
|
- <th:block th:if="${oneData.addPayCost > 0}">
|
|
|
+ <th:block th:if="${oneData.addPayCost > 0 and not #strings.isEmpty(oneData.pgTid)}">
|
|
|
<h4 class="subH3">결제정보</h4>
|
|
|
<div class="tbl type6">
|
|
|
<table>
|