--- src/main/webapp/js/kakao/ft/ftPriceClclt.js
+++ src/main/webapp/js/kakao/ft/ftPriceClclt.js
... | ... | @@ -34,6 +34,7 @@ |
| 34 | 34 |
* 카카오 금액 * 수신자 수 계산 |
| 35 | 35 |
*/ |
| 36 | 36 |
function totalFtPriceSum(totRows) {
|
| 37 |
+ console.log(' :totalFtPriceSum: ');
|
|
| 37 | 38 |
// 수신자 수 계산 |
| 38 | 39 |
var count = parseInt(totRows); |
| 39 | 40 |
|
--- src/main/webapp/js/kakao/ft/ftTabulator.js
+++ src/main/webapp/js/kakao/ft/ftTabulator.js
... | ... | @@ -728,7 +728,9 @@ |
| 728 | 728 |
fnReplCell_advc(); |
| 729 | 729 |
}else{
|
| 730 | 730 |
//결제 금액 구하기 |
| 731 |
- totalPriceSum(totRows); |
|
| 731 |
+// totalPriceSum(totRows); |
|
| 732 |
+ // 붙여넣기 했을때 금액 구하는 함수 |
|
| 733 |
+ totalFtPriceSum(totRows); |
|
| 732 | 734 |
} |
| 733 | 735 |
|
| 734 | 736 |
if (tableErrorData.length > 0) {
|
... | ... | @@ -737,7 +739,8 @@ |
| 737 | 739 |
|
| 738 | 740 |
|
| 739 | 741 |
// 미리보기 버튼 활성화 |
| 740 |
- updateButtons(0); |
|
| 742 |
+// updateButtons(0); |
|
| 743 |
+ |
|
| 741 | 744 |
|
| 742 | 745 |
} |
| 743 | 746 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?