|
|
@@ -174,6 +174,10 @@
|
|
|
<div class="retrieve_box visit" style="display:block;" id="chgerLocation">
|
|
|
<h4 class="subH3">교환 회수지 주소 <span class="tit_info">택배사에서 교환 상품을 직접 회수할 장소 선택</span></h4>
|
|
|
<div class="tbl type1">
|
|
|
+ <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}">
|
|
|
<table>
|
|
|
<colgroup>
|
|
|
<col width="210">
|
|
|
@@ -193,13 +197,10 @@
|
|
|
<tr>
|
|
|
<th>주소</th>
|
|
|
<td id="chgerAddr">
|
|
|
- <th:block th:text="|${deliveryAddrInfo.recipBaseAddr} ${deliveryAddrInfo.recipDtlAddr}|"></th:block>
|
|
|
+ <span th:text="|${deliveryAddrInfo.recipBaseAddr} ${deliveryAddrInfo.recipDtlAddr}|"></span>
|
|
|
+ <!-- <th:block th:text="|${deliveryAddrInfo.recipBaseAddr} ${deliveryAddrInfo.recipDtlAddr}|"></th:block>-->
|
|
|
<button type="button" class="btn btn_default btn_sm" onclick="fnChangeAddr('chger');"><span>회수지 변경</span></button>
|
|
|
</td>
|
|
|
- <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}">
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
@@ -240,6 +241,12 @@
|
|
|
</div>
|
|
|
<h4 class="subH3">교환 상품 배송지</h4>
|
|
|
<div class="tbl type1">
|
|
|
+ <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}">
|
|
|
<table>
|
|
|
<colgroup>
|
|
|
<col width="210">
|
|
|
@@ -270,12 +277,6 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</td>
|
|
|
- <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}">
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|