이호영 이호영 2025-07-18
친구톡 붙여넣기 금액 구하는 함수 추가
@92cd6c40417681b7bf9fac846599c7fb9f66c032
src/main/webapp/js/kakao/ft/ftPriceClclt.js
--- src/main/webapp/js/kakao/ft/ftPriceClclt.js
+++ src/main/webapp/js/kakao/ft/ftPriceClclt.js
@@ -34,6 +34,7 @@
  * 				카카오 금액 * 수신자 수 계산
  */
 function totalFtPriceSum(totRows) {
+	console.log(' :totalFtPriceSum: ');
 	// 수신자 수 계산
 	var count = parseInt(totRows);
 
src/main/webapp/js/kakao/ft/ftTabulator.js
--- src/main/webapp/js/kakao/ft/ftTabulator.js
+++ src/main/webapp/js/kakao/ft/ftTabulator.js
@@ -728,7 +728,9 @@
 				fnReplCell_advc();
 			}else{
 				//결제 금액 구하기
-			    totalPriceSum(totRows);
+//			    totalPriceSum(totRows);
+				// 붙여넣기 했을때 금액 구하는 함수
+				totalFtPriceSum(totRows);
 			}
 
 			if (tableErrorData.length > 0) {
@@ -737,7 +739,8 @@
 			
 
 			// 미리보기 버튼 활성화
-			updateButtons(0);
+//			updateButtons(0);
+
 			
 		}
 
Add a comment
List