|
|
@@ -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';
|
|
|
});
|