팩스발송 > 엑셀업로드 에러체크 수정
This commit is contained in:
parent
2957e4ebd8
commit
16ca2b6723
@ -387,7 +387,7 @@ function fn_faxDupl(objTabul) {
|
|||||||
errors.push({
|
errors.push({
|
||||||
name: row.addrNm // 이름
|
name: row.addrNm // 이름
|
||||||
, phone: row.addrFaxNo // 팩스번호
|
, phone: row.addrFaxNo // 팩스번호
|
||||||
, result: "오류" // 결과 메시지 추가
|
, result: "중복" // 결과 메시지 추가
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user