친구톡 붙여넣기 금액 구하는 함수 추가
This commit is contained in:
parent
27993053d7
commit
92cd6c4041
@ -34,6 +34,7 @@ $('document').ready(function(){
|
||||
* 카카오 금액 * 수신자 수 계산
|
||||
*/
|
||||
function totalFtPriceSum(totRows) {
|
||||
console.log(' :totalFtPriceSum: ');
|
||||
// 수신자 수 계산
|
||||
var count = parseInt(totRows);
|
||||
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user