|
@@ -215,6 +215,12 @@
|
|
|
<button type="button" id="btn_adrsChange_pop" class="btn_popup" onclick="fnChangeAddr('chger');"><span>회수지 변경</span></button>
|
|
<button type="button" id="btn_adrsChange_pop" class="btn_popup" onclick="fnChangeAddr('chger');"><span>회수지 변경</span></button>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="tbl">
|
|
<div class="tbl">
|
|
|
|
|
+ <input type="hidden" name="chgerNm" th:value="${deliveryAddrInfo.recipNm}">
|
|
|
|
|
+ <input type="hidden" name="chgerPhnno" th:value="${deliveryAddrInfo.recipPhnno}">
|
|
|
|
|
+ <input type="hidden" name="chgerZipcode" th:value="${deliveryAddrInfo.recipZipcode}">
|
|
|
|
|
+ <input type="hidden" name="chgerBaseAddr" th:value="${deliveryAddrInfo.recipBaseAddr}">
|
|
|
|
|
+ <input type="hidden" name="chgerDtlAddr" th:value="${deliveryAddrInfo.recipDtlAddr}">
|
|
|
|
|
+ <input type="hidden" name="chgerRtnMemo" th:value="${deliveryAddrInfo.delvMemo}">
|
|
|
<div class="ship_info">
|
|
<div class="ship_info">
|
|
|
<dl>
|
|
<dl>
|
|
|
<div class="name">
|
|
<div class="name">
|
|
@@ -231,12 +237,6 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="desc_txt">택배사에서 반품 상품을 직접 회수할 장소 선택</div>
|
|
<div class="desc_txt">택배사에서 반품 상품을 직접 회수할 장소 선택</div>
|
|
|
</dl>
|
|
</dl>
|
|
|
- <input type="hidden" name="chgerNm" th:value="${deliveryAddrInfo.recipNm}">
|
|
|
|
|
- <input type="hidden" name="chgerPhnno" th:value="${deliveryAddrInfo.recipPhnno}">
|
|
|
|
|
- <input type="hidden" name="chgerZipcode" th:value="${deliveryAddrInfo.recipZipcode}">
|
|
|
|
|
- <input type="hidden" name="chgerBaseAddr" th:value="${deliveryAddrInfo.recipBaseAddr}">
|
|
|
|
|
- <input type="hidden" name="chgerDtlAddr" th:value="${deliveryAddrInfo.recipDtlAddr}">
|
|
|
|
|
- <input type="hidden" name="chgerRtnMemo" th:value="${deliveryAddrInfo.delvMemo}">
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -270,6 +270,12 @@
|
|
|
<button type="button" class="btn_popup" onclick="fnChangeAddr('recip')"><span>배송지 변경</span></button>
|
|
<button type="button" class="btn_popup" onclick="fnChangeAddr('recip')"><span>배송지 변경</span></button>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="tbl">
|
|
<div class="tbl">
|
|
|
|
|
+ <input type="hidden" name="recipNm" th:value="${deliveryAddrInfo.recipNm}">
|
|
|
|
|
+ <input type="hidden" name="recipPhnno" th:value="${deliveryAddrInfo.recipPhnno}">
|
|
|
|
|
+ <input type="hidden" name="recipZipcode" th:value="${deliveryAddrInfo.recipZipcode}">
|
|
|
|
|
+ <input type="hidden" name="recipBaseAddr" th:value="${deliveryAddrInfo.recipBaseAddr}">
|
|
|
|
|
+ <input type="hidden" name="recipDtlAddr" th:value="${deliveryAddrInfo.recipDtlAddr}">
|
|
|
|
|
+ <input type="hidden" name="delvMemo" th:value="${deliveryAddrInfo.delvMemo}">
|
|
|
<div class="ship_info">
|
|
<div class="ship_info">
|
|
|
<dl>
|
|
<dl>
|
|
|
<div class="name">
|
|
<div class="name">
|
|
@@ -285,12 +291,6 @@
|
|
|
<dd id="recipPhnno" th:text="${deliveryAddrInfo.recipPhnno}"></dd>
|
|
<dd id="recipPhnno" th:text="${deliveryAddrInfo.recipPhnno}"></dd>
|
|
|
</div>
|
|
</div>
|
|
|
</dl>
|
|
</dl>
|
|
|
- <input type="hidden" name="recipNm" th:value="${deliveryAddrInfo.recipNm}">
|
|
|
|
|
- <input type="hidden" name="recipPhnno" th:value="${deliveryAddrInfo.recipPhnno}">
|
|
|
|
|
- <input type="hidden" name="recipZipcode" th:value="${deliveryAddrInfo.recipZipcode}">
|
|
|
|
|
- <input type="hidden" name="recipBaseAddr" th:value="${deliveryAddrInfo.recipBaseAddr}">
|
|
|
|
|
- <input type="hidden" name="recipDtlAddr" th:value="${deliveryAddrInfo.recipDtlAddr}">
|
|
|
|
|
- <input type="hidden" name="delvMemo" th:value="${deliveryAddrInfo.delvMemo}">
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -301,7 +301,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<!-- //교환 배송비결제 필요할 경우 -->
|
|
<!-- //교환 배송비결제 필요할 경우 -->
|
|
|
<div class="btn_group btn_group_flex">
|
|
<div class="btn_group btn_group_flex">
|
|
|
- <div><button type="button" class="btn btn_default" onclick="cfnGoToPage(_PAGE_MYPAGE_CRE_LIST)"><span>취소</span></button></div>
|
|
|
|
|
|
|
+ <div><button type="button" class="btn btn_default" onclick="cfnGoToPage(_PAGE_MYPAGE_ORDER_LIST)"><span>취소</span></button></div>
|
|
|
<div><button type="button" id="btn_exchange_confirm" class="btn btn_dark" onclick="fnExchange()"><span>교환 신청</span></button></div>
|
|
<div><button type="button" id="btn_exchange_confirm" class="btn btn_dark" onclick="fnExchange()"><span>교환 신청</span></button></div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -364,15 +364,18 @@ let addrGb = '';
|
|
|
let jsonObj = {};
|
|
let jsonObj = {};
|
|
|
let ordNo = [[${oneData.ordNo}]];
|
|
let ordNo = [[${oneData.ordNo}]];
|
|
|
|
|
|
|
|
-$(document).ready(function() {
|
|
|
|
|
|
|
+$(document).ready(function() {
|
|
|
|
|
+ // 타이틀명
|
|
|
|
|
+ $('#htopTitle').text('교환 신청');
|
|
|
|
|
+
|
|
|
// 입점업체의 경우 회수방식 직접배송 처리
|
|
// 입점업체의 경우 회수방식 직접배송 처리
|
|
|
if (oneData.selfGoodsYn != 'Y') {
|
|
if (oneData.selfGoodsYn != 'Y') {
|
|
|
$('#withdraw').click();
|
|
$('#withdraw').click();
|
|
|
$('.wdGb').css('display','none');
|
|
$('.wdGb').css('display','none');
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- // 타이틀명
|
|
|
|
|
- $('#htopTitle').text('교환 신청');
|
|
|
|
|
|
|
+ // 교환사유 선택 처리
|
|
|
|
|
+ //$('#exchangeReasonPop .select_reason .combo .list li').eq(0).click();
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
// 교환수량버튼기능
|
|
// 교환수량버튼기능
|