|
|
@@ -84,25 +84,27 @@
|
|
|
<div class="name" th:text="${ordDtl.goodsNm}"></div>
|
|
|
</div>
|
|
|
<div class="od_opt">
|
|
|
- <div class="option">
|
|
|
- <!-- 세트상품 -->
|
|
|
- <th:block th:if="${ordDtl.goodsType == 'G056_S'}">
|
|
|
- <th:block th:each="option, status : ${ordDtl.colorNmArr}">
|
|
|
+ <!-- 세트상품 -->
|
|
|
+ <th:block th:if="${ordDtl.goodsType == 'G056_S'}">
|
|
|
+ <th:block th:each="option, status : ${ordDtl.colorNmArr}">
|
|
|
+ <div class="option">
|
|
|
<em th:text="${ordDtl.itemNmArr[status.index]}"></em>
|
|
|
<em th:text="${option}"></em>
|
|
|
<em th:text="${ordDtl.optCd2Arr[status.index]}"></em>
|
|
|
- </th:block>
|
|
|
+ </div>
|
|
|
</th:block>
|
|
|
- <!-- //세트상품 -->
|
|
|
- <!-- 일반상품 -->
|
|
|
- <th:block th:unless="${ordDtl.goodsType == 'G056_S'}">
|
|
|
- <th:block th:each="option, status : ${ordDtl.colorNmArr}">
|
|
|
+ </th:block>
|
|
|
+ <!-- //세트상품 -->
|
|
|
+ <!-- 일반상품 -->
|
|
|
+ <th:block th:unless="${ordDtl.goodsType == 'G056_S'}">
|
|
|
+ <th:block th:each="option, status : ${ordDtl.colorNmArr}">
|
|
|
+ <div class="option">
|
|
|
<em th:text="${ordDtl.colorNm}"></em>
|
|
|
<em th:text="${ordDtl.optCd2}"></em>
|
|
|
- </th:block>
|
|
|
+ </div>
|
|
|
</th:block>
|
|
|
- <!-- //일반상품 -->
|
|
|
- </div>
|
|
|
+ </th:block>
|
|
|
+ <!-- //일반상품 -->
|
|
|
</div>
|
|
|
<div class="od_calc">
|
|
|
<p class="point"><span th:text="${#numbers.formatInteger(ordDtl.savePntAmt, 1, 'COMMA')}"></span>P 적립예정</p>
|
|
|
@@ -952,7 +954,7 @@
|
|
|
if (cancelYn == 'Y') {
|
|
|
// 전체취소 처리
|
|
|
gagajf.ajaxJsonSubmit(url, jsonData, function(result) {
|
|
|
- cfnGoToPage(_PAGE_MYPAGE_ORDER_LIST);
|
|
|
+ cfnGoToPage(_PAGE_MYPAGE_CRE_LIST);
|
|
|
}, true);
|
|
|
} else {
|
|
|
mcxDialog.alert('이미 배송처리 되어 전체취소 처리에 실패 하였습니다.');
|