From 92cd6c40417681b7bf9fac846599c7fb9f66c032 Mon Sep 17 00:00:00 2001 From: "hehihoho3@gmail.com" Date: Fri, 18 Jul 2025 15:16:38 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B9=9C=EA=B5=AC=ED=86=A1=20=EB=B6=99?= =?UTF-8?q?=EC=97=AC=EB=84=A3=EA=B8=B0=20=EA=B8=88=EC=95=A1=20=EA=B5=AC?= =?UTF-8?q?=ED=95=98=EB=8A=94=20=ED=95=A8=EC=88=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/kakao/ft/ftPriceClclt.js | 1 + src/main/webapp/js/kakao/ft/ftTabulator.js | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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); + }