Pager.prototype.goLSS0080 = function(params) { var self = this; indicator.on(); this.execApi('/SLS_UII_LSS0080.json', params, function(response) { self.pageInfo = response.pageInfo; var pageInfo = self.pageInfo; self.getHtml('LSS0080.html', function() { $('.elm_OKYAKUSAMA_SERVICE_NAME').text(pageInfo.elm_OKYAKUSAMA_SERVICE_NAME); viewNumber.on("S080"); footer.on(); $('#goLSS0090').removeAttr('href','#goLSS0090Page').parent().addClass('disabled').css('pointer-events','none'); $("input[name='elm_ECC_SINKI_KIZON']").change(function(){ var checkedVal = $("input[name='elm_ECC_SINKI_KIZON']:checked").val(); if (checkedVal == '2') { $('#ecc_user_kizon').show(); $('#ecc_user_sinki').hide(); // 20221201 次期DX対応 START $('#goLSS0090').removeAttr('href','#goLSS0090Page').parent().addClass('disabled').css('pointer-events','none'); } else if(checkedVal == '1') { $('#ecc_user_sinki').show(); $('#ecc_user_kizon').hide(); $('#goLSS0090').attr('href','#goLSS0090Page').parent().removeClass('disabled').css('pointer-events','auto'); // 20221201 次期DX対応 END } }); $("input[name='elm_HIHO_KYK_SAME_FLG']").change(function(){ var checkedVal = $("input[name='elm_HIHO_KYK_SAME_FLG']:checked").val(); if (checkedVal == '1') { clearHIHO_Info(); $('.elm_HIHO_KYK_SAME_FLG_HIDDEN').hide(); } else if(checkedVal == '0') { $('.elm_HIHO_KYK_SAME_FLG_HIDDEN').show(); } }); $('[id$=_convChar]').blur(function() { $(this).val(convHerfToFull($(this).val())); }); $('#elm_HIHO_MAILADRS').blur(function() { $(this).val(convFullToHerf($(this).val())); }); // 保険契約者 住所検索 $('#KYK_ADRS_BTN').click(function() { searchAddress('KYK',self); }); // 補償を受けられる方 住所検索 $('#HIHO_ADRS_BTN').click(function() { searchAddress('HIHO',self); }); // 20221201 次期DX対応 START if (pageInfo.errorInfoList) { commonError.execute(pageInfo.errorInfoList, ""); self.pageId && self.scrollTo(); pageInfo.errorInfoList = null; response.pageInfo.errorInfoList = null; pageInfo.sls_eccServiceFlg = "1"; } // // 反映ボタン // $('#hanei_btn').click(function() { // ログインボタン $('#login').click(function() { if ($(this).attr('title') == 'enabled') { haneiClick(self); // 20221201 次期DX対応 変更 END } return false; }); $('#goLSS0090').click(function() { indicator.on(); var duplicateFlg = ''; self.goLSS0090(self.getLSS0090RequestParams(duplicateFlg)); return false; }); $('#goLSS0070back').click(function() { indicator.on(); self.goLSS0070(self.getLSS0070BackParams()); return false; }); var count = 4; commonApi.get('/NET_UII_BrithdayYearInfo.json', {}, function(response) { var list = response.listInfo; $.each(list,function(index, elem) { $('#elm_KYK_BIRTHDAY_YYYY').append($('