|
|
@@ -30,10 +30,10 @@
|
|
|
<td>
|
|
|
<span class="sr-only">배송 주소</span>
|
|
|
<div class="input_wrap">
|
|
|
- <input type="hidden" name="recipZipcode" placeholder="우편번호" th:value="${deliveryAddrInfo.recipZipcode}" readonly="readonly">
|
|
|
- <input type="hidden" class="form_control" name="recipBaseAddr" placeholder="기본주소"th:value="${deliveryAddrInfo.recipBaseAddr}" readonly="readonly">
|
|
|
<input type="text" class="form_control" placeholder="배송주소" name="recipAddr" th:value="${deliveryAddrInfo.recipZipcode} + ' '+ ${deliveryAddrInfo.recipBaseAddr}" readonly="readonly">
|
|
|
<input type="text" class="form_control" placeholder="상세주소" name="recipDtlAddr" th:value="${deliveryAddrInfo.recipDtlAddr}">
|
|
|
+ <input type="hidden" name="recipZipcode" placeholder="우편번호" th:value="${deliveryAddrInfo.recipZipcode}" readonly="readonly">
|
|
|
+ <input type="hidden" class="form_control" name="recipBaseAddr" placeholder="기본주소"th:value="${deliveryAddrInfo.recipBaseAddr}" readonly="readonly">
|
|
|
<button type="button" class="btn btn_sch" onclick="fnOpenDaumAddr();">
|
|
|
<span class="sr-only">우편번호 찾기</span>
|
|
|
</button>
|