Pager.prototype.goKSS0080 = function(params) { var self = this; indicator.on(); this.execApi('/SKS_UII_KSS0080.json', params, function(response) { self.pageInfo = response.pageInfo; var pageInfo = self.pageInfo; self.getHtml('KSS0080.html', function() { viewNumber.on("S080"); footer.on(2); $('#goKSS0010Back').click(function() { indicator.on(); self.goKSS0010(self.getKSS0010BackFrom080Params()); return false; }); self.setKSS0080DefaultParams(pageInfo); indicator.off(); }); }); }; Pager.prototype.setKSS0080DefaultParams = function(pageInfo) { $('#elm_APPLICATION_DT').text("(お手続日時 " + pageInfo.elm_APPLICATION_DT + ")"); $('#elm_DAZ0164').text(pageInfo.elm_DAZ0164); if ("1" == pageInfo.elm_DAZ2667) { $('#about_hokenryou').hide(); $('#tourokuSite_creditCard').attr('href',pageInfo.elm_CreditCardUrl); $('#other_shorui').find('span').text('(3)'); } else if ("1" == pageInfo.elm_DCZ2778) { $('[id$=_creditCard]').hide(); $('#about_hokenryou').show(); $('#other_shorui').find('span').text('(3)'); } else { $('[id$=_creditCard]').hide(); $('#about_hokenryou').hide(); $('#other_shorui').find('span').text('(2)'); } var shorui_li = ""; if ("1" == pageInfo.elm_Shorui_1) { shorui_li = "
  • 質権設定承認請求書
  • "; } if ("1" == pageInfo.elm_Shorui_2) { shorui_li += "
  • 集団扱加入者要件確認書および所定の確認書類
  • "; } if ("1" == pageInfo.elm_Shorui_3) { shorui_li += "
  • 地震保険 建築年割引確認資料
  • "; } if ("1" == pageInfo.elm_Shorui_4) { shorui_li += "
  • 地震保険 耐震等級割引確認資料
  • "; } if ("1" == pageInfo.elm_Shorui_5) { shorui_li += "
  • 地震保険 耐震診断割引確認資料
  • "; } if ("1" == pageInfo.elm_Shorui_6) { shorui_li += "
  • 地震保険 免震建築物割引確認資料
  • "; } if ("1" == pageInfo.elm_Shorui_8) { shorui_li += "
  • 建物個別評価計算書、個別評価額の根拠資料(例:不動産売買契約書・工事請負契約書等の写)
  • "; } if ("1" == pageInfo.elm_Shorui_9) { shorui_li += "
  • 建物構造申告書
  • "; } if ("1" == pageInfo.elm_Shorui_10) { shorui_li += "
  • 経過措置確認資料(保険証券(写)等)
  • "; } if ("1" == pageInfo.elm_Shorui_12) { shorui_li += "
  • 退職者団体扱に関する確認資料
  • "; } if ("1" == pageInfo.elm_Shorui_13) { shorui_li += "
  • 明記物件明細書
  • "; } if ("1" == pageInfo.elm_Shorui_14) { shorui_li += "
  • 口座振替申込書
  • "; } if (shorui_li) { $('#shorui_list').append(shorui_li); } else { $('#other_shorui').hide(); } this.pageId = 'KSS0080'; }; Pager.prototype.getKSS0010BackFrom080Params = function() { return { "MODE" : "KSS0010_BACK_FROM080" }; };