중복체크 관련 수정 원복
@18ccfa161f63980850c89ced040db92c0b2d3c6d
--- src/main/webapp/js/MJUtill.js
+++ src/main/webapp/js/MJUtill.js
... | ... | @@ -590,10 +590,12 @@ |
| 590 | 590 |
if(item.phone == item2.phone){
|
| 591 | 591 |
|
| 592 | 592 |
chk = false; |
| 593 |
-// dupCnt = dupCnt + 1; |
|
| 593 |
+ dupCnt = dupCnt + 1; |
|
| 594 |
+ |
|
| 594 | 595 |
} |
| 595 | 596 |
} |
| 596 |
- }); |
|
| 597 |
+ |
|
| 598 |
+ }); |
|
| 597 | 599 |
|
| 598 | 600 |
if(chk){
|
| 599 | 601 |
uniqData.push(item); |
... | ... | @@ -601,7 +603,6 @@ |
| 601 | 603 |
else {
|
| 602 | 604 |
// Get 중복 연락처 |
| 603 | 605 |
GetDupliPhoneDataReal(item.phone); |
| 604 |
- dupCnt = numberWithCommas(dupliPhoneDataRealList.length); |
|
| 605 | 606 |
} |
| 606 | 607 |
|
| 607 | 608 |
}); |
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?