알림톡 발송결

This commit is contained in:
leejunho 2025-04-03 10:25:54 +09:00
parent 9c94241a52
commit d74c6febc5

View File

@ -1228,7 +1228,7 @@ function checkNumber(event) {
//재전송 스크립트 수정
$(window).on('load', function() {
if(${msgResendAllFlag eq 'Y'}) {
if(${kakaoVO.msgResendAllFlag eq 'Y'}) {
// 채널 ID 및 템플릿 선택 코드는 유지
$("#selectKakaoProfileList option").filter(function() {
return $(this).text() === '${kakaoVO.msgResendAllYellowId}';
@ -1242,6 +1242,8 @@ $(window).on('load', function() {
fn_viewDataInit02();
priceInit();
var varList = $("#excelTemplateContent").val().match(/#\{([^}]+)\}/g);
if(varList == null){
try {
// JSON 파싱
var resendListObj = JSON.parse('${resendListJson}');
@ -1280,6 +1282,8 @@ $(window).on('load', function() {
console.error("재전송 데이터 처리 오류:", e);
}
}
}
});
</script>