친구톡 붙여넣기 금액 구하는 함수 추가

This commit is contained in:
hehihoho3@gmail.com 2025-07-18 15:16:38 +09:00
parent 27993053d7
commit 92cd6c4041
2 changed files with 6 additions and 2 deletions

View File

@ -34,6 +34,7 @@ $('document').ready(function(){
* 카카오 금액 * 수신자 계산
*/
function totalFtPriceSum(totRows) {
console.log(' :totalFtPriceSum: ');
// 수신자 수 계산
var count = parseInt(totRows);

View File

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