Procházet zdrojové kódy

배송지 목록 작업 중

jsshin před 5 roky
rodič
revize
980b5ded56

+ 12 - 12
src/main/webapp/WEB-INF/views/web/mypage/MypageCustDeliveryAddrFormWeb.html

@@ -112,18 +112,18 @@
 			html +=	'        </div>\n';
 			html +=	'    </td>\n';
 			html +=	'    <td>\n';
-			html +=	'    <div class="button_box">\n';
-			html +=	'        <p>';
-			html +=	'            <button type="button" class="btn btn_default btn_sm">';
-			html +=	'                <span>수정</span>';
-			html +=	'            </button>';
-			html +=	'        </p>';
-			html +=	'        <p>';
-			html +=	'            <button type="button" class="btn btn_dark btn_sm">';
-			html +=	'               <span>삭제</span>';
-			html +=	'            </button>';
-			html +=	'        </p>';
-			html +=	'    </div>\n';
+			html +=	'        <div class="button_box">\n';
+			html +=	'            <p>';
+			html +=	'                <button type="button" class="btn btn_default btn_sm" onclick="fnChangeDeliveryAddr(custDeliveryAddr.custDelvAddrSq)">';
+			html +=	'                    <span>수정</span>';
+			html +=	'                </button>';
+			html +=	'            </p>';
+			html +=	'            <p>';
+			html +=	'                <button type="button" class="btn btn_dark btn_sm">';
+			html +=	'                   <span>삭제</span>';
+			html +=	'                </button>';
+			html +=	'            </p>';
+			html +=	'        </div>\n';
 			html +=	'    </td>\n';
 			html += '</tr>\n';
 		});