diff --git a/src/main/webapp/js/kakao/ft/ftPriceClclt.js b/src/main/webapp/js/kakao/ft/ftPriceClclt.js index 25ded2aa..a55d9c00 100644 --- a/src/main/webapp/js/kakao/ft/ftPriceClclt.js +++ b/src/main/webapp/js/kakao/ft/ftPriceClclt.js @@ -34,6 +34,7 @@ $('document').ready(function(){ * 카카오 금액 * 수신자 수 계산 */ function totalFtPriceSum(totRows) { + console.log(' :totalFtPriceSum: '); // 수신자 수 계산 var count = parseInt(totRows); diff --git a/src/main/webapp/js/kakao/ft/ftTabulator.js b/src/main/webapp/js/kakao/ft/ftTabulator.js index 0552351a..763ba41e 100644 --- a/src/main/webapp/js/kakao/ft/ftTabulator.js +++ b/src/main/webapp/js/kakao/ft/ftTabulator.js @@ -728,7 +728,9 @@ $(document).ready(function (){ fnReplCell_advc(); }else{ //결제 금액 구하기 - totalPriceSum(totRows); +// totalPriceSum(totRows); + // 붙여넣기 했을때 금액 구하는 함수 + totalFtPriceSum(totRows); } if (tableErrorData.length > 0) { @@ -737,7 +739,8 @@ $(document).ready(function (){ // 미리보기 버튼 활성화 - updateButtons(0); +// updateButtons(0); + }