<% ' ' %> <% main() Sub main() If Not(SessionCheck()) Then Exit Sub End If Dim GinkoCD , BunsyoSyuruiCD, BunsyoNaiyoCD Dim title GinkoCD = Request("GinkoCD") BunsyoSyuruiCD = Request("BunsyoSyuruiCD") BunsyoNaiyoCD = Request("BunsyoNaiyoCD") If BunsyoSyuruiCD= "BA" Then title = "口座開設" ElseIf BunsyoSyuruiCD= "BB" Then title = "預入" ElseIf BunsyoSyuruiCD= "BC" Then title = "引出" ElseIf BunsyoSyuruiCD= "BD" Then title = "振込" ElseIf BunsyoSyuruiCD= "BE" Then title = "小切手入金" ElseIf BunsyoSyuruiCD= "BF" Then title = "手形取立" ElseIf BunsyoSyuruiCD= "BG" Then title = "手形割引" ElseIf BunsyoSyuruiCD= "BH" Then title = "残高証明書" End If Dim PageType PageType = "発信文書" Dim SenpoFlg SenpoFlg = 0 Dim ShowDel ShowDel = Request("ShowDel") Dim WidthCell1 Dim WidthCell2 Dim WidthCell3 Dim WidthCell4 Dim WidthCell5 Dim WidthParent WidthCell1 = 100 WidthCell2 = 40 WidthCell3 = 120 WidthCell4 = 120 WidthCell5 = 30 WidthParent = 22 + WidthCell1 + 420 If BunsyoSyuruiCD <> "BH" Then '残高証明書は区分なし WidthParent = WidthParent + WidthCell2 End If WidthParent = 22 + WidthCell1 + WidthCell2 + 420 If BunsyoSyuruiCD = "BD" Or BunsyoSyuruiCD = "BE" Or BunsyoSyuruiCD = "BF" Or BunsyoSyuruiCD = "BG" Then WidthParent = WidthParent + WidthCell3 End If If BunsyoSyuruiCD = "BD" Or BunsyoSyuruiCD = "BA" Or BunsyoSyuruiCD = "BB" Or BunsyoSyuruiCD = "BC" Then WidthParent = WidthParent + WidthCell4 End If If SenpoFlg = 1 Then WidthParent = WidthParent + WidthCell5 End If Dim GinkoIraiHozon 'フラグ取得 Query = "exec SPM演習取得 '" & GB_SystemCD & "','" & EnshuCD & "'" Set Content = OpenQuery(Query) If Not(Content.BOF Or Content.EOF) Then GinkoIraiHozon = "" & Content.Fields("銀行窓口依頼保存") End If %> <% = HtmlHeader("") %>
<% Response.Write(HtmlDesign(1)) Response.Write(HttpL1(3)) If GB_Gyosyu <> "B" Then Response.Write(HttpL2("会社選択" ,"tblbtn( '/" & HomeAlias & "/user/bk/')", GB_GyosyuMeisyo, "tblbtn( '/" & HomeAlias & "/user/bk/menu_" & GB_Gyosyu & ".asp')", "経理部", "tblbtn( '/" & HomeAlias & "/user/bk/menu_s1.asp?GinkoCD=" & GinkoCD & "')", title, "", "", "", "", "")) Else Response.Write(HttpL2("会社選択" ,"tblbtn( '/" & HomeAlias & "/user/bk/')", GB_GyosyuMeisyo , "tblbtn( '/" & HomeAlias & "/user/bk/menu_" & GB_Gyosyu & ".asp')", "経理業務", "tblbtn( '/" & HomeAlias & "/user/bk/menu_" & GB_Gyosyu & "1.asp?GinkoCD=" & GinkoCD & "')", title, "", "", "", "", "")) End If Response.Write(HttpL3("", "", "", "", "","" ,"", "", "", "", "", "", "", "", "", "")) Response.Write(HttpL3_1("照会","syokaibtn()", "", "", "", "", "", "", "", "")) If ShowDel = "1" Then Response.Write(HttpL3_2("追加", "tblbtn( '/" & HomeAlias & "/user/bk/ginkomadoguchi/fb_ginkosyorui.asp?BunsyoSyuruiCD=" & BunsyoSyuruiCD & "&GinkoCD=" & GinkoCD & "')", "削除済みを非表示", "tblbtn('fb_ginkosyorui_ichiran.asp?BunsyoSyuruiCD=" & BunsyoSyuruiCD & "&GinkoCD=" & GinkoCD & "')", "", "", "", "", "", "")) Else Response.Write(HttpL3_2("追加", "tblbtn( '/" & HomeAlias & "/user/bk/ginkomadoguchi/fb_ginkosyorui.asp?BunsyoSyuruiCD=" & BunsyoSyuruiCD & "&GinkoCD=" & GinkoCD & "')", "削除済みを表示", "tblbtn('fb_ginkosyorui_ichiran.asp?ShowDel=1&BunsyoSyuruiCD=" & BunsyoSyuruiCD & "&GinkoCD=" & GinkoCD & "')", "", "", "", "", "", "")) End If Response.Write(HttpL4(ConvKaisyaRyakuMeisyoDx(EnshuCD, GinkoCD) & " " & title, "一覧表示")) %>
<% = HtmlFooter %> <% End Sub %>