Pager.prototype.goJBS0070 = function(params) { var self = this; indicator.on(); self.execApi('/SJB_UII_JBS0070.json', params, function(response) { self.pageInfo = response.pageInfo; var pageInfo = response.pageInfo; self.getHtml('JBS0070.html', function() { $('.elm_OKYAKUSAMA_SERVICE_NAME').text(pageInfo.elm_OKYAKUSAMA_SERVICE_NAME); $('#hanei_Indicator').hide(); // 新規のユーザーIDをメールアドレスに設定する $('#elm_user_id_sinki').blur(function() { if ("" == $('#E_MAIL_ADDRESS').val()) { $('#E_MAIL_ADDRESS').val($('#elm_user_id_sinki').val()); } }); $("input[name='elm_ecc_sinki_tuika']").change(function(){ // 「ご契約者さま専用ページ」のユーザーIDをお持ちですか?の「はい」「いいえ」の切り替え時処理 tugiButtonControl(); }); $('#goJBS0080').click(function() { var nextFlg = true; if ("1" == self.pageInfo.elm_MILEAGE_FLG && '' == $('#MILEAGE_NUM').val()) { nextFlg = window.confirm(Messages.get('SPMSG007001')); } if (nextFlg){ indicator.on(); self.goJBS0080(self.getJBS0080RequestParams()); return false; } }); $('#goJBS0060Back').click(function() { indicator.on(); self.goJBS0060(self.getJBS0060BackParams()); return false; }); var count = 3; //クレカ同意radio commonApi.get('/NET_UII_ListItem.json', {List_ITEM: 'ONLY_CREDIT'}, function(response) { var radList = response.listInfo; radList.forEach(function(elem) { $('#ONLY_CREDIT_DIS').append([ '\n ' ].join('')); }); if (--count == 0) { self.setJBS0070DefaultParams(self.pageInfo); indicator.off(); } }); //性別リストradio commonApi.get('/NET_UII_ListItem.json', {List_ITEM: 'KYK_SEIBETU_KBN'}, function(response) { var radList = response.listInfo; radList.forEach(function(elem) { $('#KYK_SEIBETU_KBN_DIS').append([ '\n ' ].join('')); }); if (--count == 0) { self.setJBS0070DefaultParams(self.pageInfo); indicator.off(); } }); // 「生年月日(元号)」リスト作成select commonApi.get('/NET_UII_ListItem.json', {List_ITEM: 'KYK_SEINEN_DATE_GG'}, function(response) { var optlist = response.listInfo; $.each(optlist,function(index, elem) { $('#KYK_SEINEN_DATE_GG').append($('