123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>계좌번호 관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <aactnolist>
- <aactcd/>
- <aactno/>
- <banknm/>
- <areanm/>
- <fncmnm/>
- <joindd/>
- <aactcls/>
- </aactnolist>
- <aactnoinfo>
- <aactcd/>
- <aactno/>
- <acntcd/>
- <bankcd/>
- <areanm/>
- <entrregno/>
- <custnm/>
- <baseacntyn/>
- <fncmnm/>
- <depor/>
- <bbookdept/>
- <joindd/>
- <exprdd/>
- <conamt/>
- <rmndamt/>
- <restrate/>
- <cncldd/>
- <cnclrestrate/>
- <cnclresn/>
- <useyn/>
- <cmt/>
- <aactcls/>
- <banknm/>
- <acntnm/>
- <bbookdeptnm/>
- <flag_state/>
- <usge/>
- </aactnoinfo>
- <aactnodata>
- <aactcd/>
- </aactnodata>
- </main>
- <send>
- <retrparams>
- <bankcd/>
- <banknm/>
- <useyn>Y</useyn>
- <flag>cash</flag>
- </retrparams>
- <aactnoinfo/>
- </send>
- <init/>
- <hidden>
- <stateinfo/>
- </hidden>
- </root>
- </instance>
- <submission id="TRRAC00401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparams" resultref="/root/main/aactnolist"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RAC001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.removenode( "/root/main/aactnolist");
- model.copyNode("/root/send/aactnoinfo","/root/main/aactnoinfo");
-
- fInitAactno();
- model.refresh();
- fGetAactNolist();
- grd_aactnolist.rowHeight(0) = 33;
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fInitAactno()
- {
- model.setValue("/root/main/aactnoinfo/conamt", "0");
- model.setValue("/root/main/aactnoinfo/rmndamt", "0");
- model.setValue("/root/main/aactnoinfo/restrate", "0");
- model.setValue("/root/main/aactnoinfo/cnclrestrate", "0");
- model.setValue("/root/main/aactnoinfo/useyn", "Y");
- model.setValue("/root/main/aactnoinfo/baseacntyn", "N");
-
- }
-
- //저장버튼을 눌렸을 경우
- function fInsAactnoInfo()
- {
- var rtn = "";
-
- // if(!isRequiredControls("ipt_aactcd", "ipt_aactno", "ipt_acntcd", "ipt_bankcd2", "ipt_areanm", "ipt_fncmnm", "ipt_depor", "ipt_bbookdeptcd", "ipt_entrregno"))
- if(!isRequiredControls("ipt_aactcd", "ipt_aactno", "ipt_aactcls", "ipt_acntcd", "ipt_fncmnm", "ipt_depor", "ipt_entrregno"))
- {
- return false;
- }
- var gridestate = model.getValue("/root/main/aactnoinfo/flag_state");
-
- //초기화 버튼을 클릭하면 insert하게 되면 gride에서 조회시에는 U으로 생각 하고 있음.
- if(gridestate != "u")
- {
- model.setValue("/root/main/aactnoinfo/flag_state", "i");
- }
-
- model.copyNode("/root/send/aactnoinfo", "/root/main/aactnoinfo");
- rtn = messageBox("제예금번호를 ", "Q002");
- if(rtn == "6" )
- {
- submit("TXRAC00401");
- }
- else
- {
- return false;
- }
- if(ipt_aactcd.disabled == false)
- {
- ipt_aactcd.disabled = true;
- }
- submit("TRRAC00401");
- window.reload();
- }
- //삭제할 경우
- function fDelAactnoInfo()
- {
- var rtn = "";
- if(!isRequiredControls("ipt_aactcd"))
- {
- return false;
- }
- model.setValue("/root/main/aactnoinfo/flag_state","d");
- model.copyNode("/root/send/aactnoinfo","/root/main/aactnoinfo");
- rtn = messageBox("제예금번호를 ", "Q001");
- if(rtn != "6" )
- {
- return false;
- }
- submit("TXRAC00401");
- submit("TRRAC00401");
- model.resetInstanceNode("/root/main/aactnoinfo");
- model.refresh();
- }
- //데이타를 가지고 와야함..
- function fGetAactnoInfo(aactcd)
- {
- if(aactcd.length != 3)
- {
- messageBox("제예금번호는 숫자로 구성된 3자리 번호( ex. 001 )", "E008");
- model.setValue("/root/main/aactnoinfo/aactcd", "");
- return;
- }
- if(aactcd.substr(0, 1) == "A")
- {
- messageBox("제예금번호는 문자가 입력될수 없습니다.", "E000");
- model.setValue("/root/main/aactnoinfo/aactcd", "");
- model.refresh();
- return;
- }
- model.setValue("/root/main/aactnodata/aactcd", aactcd);
- //gride의 row를 선택하면
- submit("TRRAC00402");
-
- //gride를 조회하기 위해서 저장을 할경우를 대비해서 상태를 U로 만들어 논다.
- if(model.getValue("/root/send/aactnoinfo/aactno") != "")
- {
- model.makeNode("/root/main/aactnoinfo");
- model.copyNode("/root/main/aactnoinfo", "/root/send/aactnoinfo");
- model.setValue("/root/main/aactnoinfo/flag_state", "u");
- ipt_aactcd.disabled = true ;
- }
-
- model.refresh();
- }
- function fGetAactNolist()
- {
- submit("TRRAC00401");
- model.refresh();
- //그리드 선택
- if (model.getValue("/root/main/aactnolist/aactcd") != "")
- {
- grd_aactnolist.isSelected(1) = true;
- fGetAactnoInfo(model.getValue("/root/main/aactnolist/aactcd"));
- }
- }
- function fInitAactInfo()
- {
- model.resetInstanceNode("/root/main/aactnoinfo");
- model.resetInstanceNode("/root/send/aactnoinfo");
- fInitAactno();
- model.refresh();
- ipt_aactcd.disabled = false;
- model.setFocus("ipt_aactcd");
- //초기화를 위해서 저장할 경우 insert 한다고 생각하고 I로 만들어 놓음
- model.makeNode("/root/main/aactnoinfo/flag_state");
- model.setValue("/root/main/aactnoinfo/flag_state", "i");
- }
- ]]>
- </script>
- <submission id="TRRAC00402" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/aactnodata" resultref="/root/send/aactnoinfo"/>
- <submission id="TXRAC00401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/aactnoinfo"/>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1193;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:293px; height:14px; ">제예금관리</caption>
- <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:40px; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1195; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" bankground-color="#fffbf2" ellipseheight="10" style="left:0px; top:0px; width:1195; height:35px; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" navindex="30" style="left:1123px; top:7px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetAactNolist();
-
- ]]>
- </script>
- </button>
- <caption id="caption7" class="search_name" style="left:16px; top:9px; width:86px; height:17px; ">거래처 :</caption>
- <line id="line5" class="line_4" style="x1:1107px; y1:8px; x2:1107px; y2:30px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_bankcd" ref="/root/send/retrparams/bankcd" class="input_s_essential" navindex="1" maxlength="3" style="left:95px; top:8px; width:100px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
-
- if(event.keyCode == 13)
- {
- document.controls(event.currentTarget).value = document.controls(event.currentTarget).currentText;
- misfValidationCheck("14", "", "bankcd,banknm", "", "", "code");
- model.refresh();
-
- model.setFocus("rdo_baseacntyn");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("14", "", "bankcd,banknm", "", "", "code");
- model.refresh();
-
- ]]>
- </script>
- </input>
- <button id="btn_fine1" class="icon_search" style="left:199px; top:10px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfOpenPopUpList("14", ipt_bankcd,"", "bankcd,banknm");
- model.refresh();
-
- ]]>
- </script>
- </button>
- <input id="ipt_banknm" ref="/root/send/retrparams/banknm" class="input_default" navindex="2" style="left:218px; top:8px; width:230px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
-
- if(event.keyCode == 13)
- {
- document.controls(event.currentTarget).value = document.controls(event.currentTarget).currentText;
- misfValidationCheck("14", "", "bankcd,banknm", "", "", "name");
- model.refresh();
-
- model.setFocus("rdo_baseacntyn");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("14", "", "bankcd,banknm", "", "", "name");
- model.refresh();
-
- ]]>
- </script>
- </input>
- <caption id="caption8" class="search_name" style="left:475px; top:9px; width:86px; height:17px; ">사용여부 :</caption>
- <select1 id="radio1" ref="/root/send/retrparams/useyn" overflow="visible" appearance="full" cellspacing="20" cols="3" style="left:565px; top:9px; width:245px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>Yes</label>
- <value>Y</value>
- </item>
- <item>
- <label>No</label>
- <value>N</value>
- </item>
- <item>
- <label>All</label>
- <value/>
- </item>
- </choices>
- </select1>
- </group>
- <line id="line3" class="line_1" style="x1:0px; y1:70px; x2:710px; y2:70px; text-align:center; "/>
- <datagrid id="grd_aactnolist" nodeset="/root/main/aactnolist" allowuserresize="false" caption="제예금번호^계정과목^제예금구분^거래처^계좌번호^가입일자^만기일자^이자율" colsep="^" colwidth="46, 90, 80, 140, 120, 70, 70, 50" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="16" rowsep="|" style="left:0px; top:75px; width:710px; height:638px; ">
- <col ref="aactcd" style="text-align:center; "/>
- <col ref="acntnm"/>
- <col disabled="true" ref="aactcls" type="combo">
- <choices>
- <item>
- <label>정기예금</label>
- <value>001</value>
- </item>
- <item>
- <label>정기적금</label>
- <value>005</value>
- </item>
- <item>
- <label>특정금전신탁</label>
- <value>006</value>
- </item>
- <item>
- <label>표지어음</label>
- <value>007</value>
- </item>
- <item>
- <label>발행어음</label>
- <value>008</value>
- </item>
- <item>
- <label>CD</label>
- <value>009</value>
- </item>
- <item>
- <label>RP</label>
- <value>010</value>
- </item>
- <item>
- <label>MMF</label>
- <value>011</value>
- </item>
- <item>
- <label>CMA</label>
- <value>012</value>
- </item>
- <item>
- <label>보험예금</label>
- <value>013</value>
- </item>
- <item>
- <label>거치식펀드</label>
- <value>014</value>
- </item>
- <item>
- <label>적립식펀드</label>
- <value>015</value>
- </item>
- </choices>
- </col>
- <col ref="custnm"/>
- <col ref="aactno" style="text-align:left; "/>
- <col ref="joindd" format="yyyy-mm-dd" style="text-align:left; "/>
- <col ref="exprdd" format="yyyy-mm-dd"/>
- <col ref="restrate" format="99.9%"/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
-
- fGetAactnoInfo( grd_aactnolist.textmatrix( grd_aactnolist.row, grd_aactnolist.colRef("aactcd")));
- grd_aactnolist.dispatch("onmouseup");
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_aactnolist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <line id="line1" class="line_1" style="x1:715px; y1:70px; x2:1195px; y2:70px; "/>
- <line id="line8" class="line_2" style="x1:715px; y1:228px; x2:1195px; y2:228px; "/>
- <input id="ipt_fncmnm" ref="/root/main/aactnoinfo/fncmnm" class="input_essential" navindex="11" maxlength="40" style="left:842px; top:232px; width:351px; height:19px; "/>
- <caption id="cap_depor" class="cell_1" style="left:715px; top:204px; width:125px; height:23px; text-align:left; vertical-align:middle; ">예금주</caption>
- <line id="line13" class="line_2" style="x1:715px; y1:98px; x2:1195px; y2:98px; "/>
- <caption id="caption11" class="cell_1" style="left:715px; top:429px; width:125px; height:23px; text-align:left; vertical-align:middle; ">가입일자</caption>
- <input id="ipt_depor" ref="/root/main/aactnoinfo/depor" class="input_essential" navindex="10" maxlength="20" style="left:842px; top:206px; width:351px; height:19px; "/>
- <caption id="cap_aactno" class="cell_1" style="left:715px; top:178px; width:125px; height:23px; text-align:left; vertical-align:middle; ">계좌번호</caption>
- <caption id="cap_bankcd2" class="cell_1" visibility="hidden" style="left:713px; top:670px; width:125px; height:23px; text-align:left; vertical-align:middle; ">은행코드</caption>
- <caption id="cap_areanm" class="cell_1" visibility="hidden" style="left:713px; top:698px; width:125px; height:23px; text-align:left; vertical-align:middle; ">지점명</caption>
- <input id="ipt_aactcd" ref="/root/main/aactnoinfo/aactcd" class="input_essential" navindex="3" maxlength="3" style="left:842px; top:76px; width:105px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- fGetAactnoInfo(ipt_aactcd.currentText);
- ]]>
- </script>
- </input>
- <caption id="cap_fncmnm" class="cell_1" style="left:715px; top:230px; width:125px; height:23px; text-align:left; vertical-align:middle; ">계좌명칭</caption>
- <line id="line4" class="line_2" style="x1:715px; y1:124px; x2:1195px; y2:124px; "/>
- <caption id="cap_aactcd" class="cell_1" style="left:715px; top:74px; width:125px; height:23px; text-align:left; vertical-align:middle; ">제예금번호</caption>
- <line id="line7" class="line_2" style="x1:715px; y1:150px; x2:1195px; y2:150px; "/>
- <caption id="caption5" class="cell_1" style="left:715px; top:559px; width:125px; height:23px; text-align:left; vertical-align:middle; ">해지일자</caption>
- <line id="line16" class="line_2" style="x1:716px; y1:505px; x2:1195px; y2:505px; "/>
- <caption id="caption16" class="cell_1" style="left:715px; top:533px; width:125px; height:23px; text-align:left; vertical-align:middle; ">이자율</caption>
- <input id="ipt_joindd" ref="/root/main/aactnoinfo/joindd" class="input_default" navindex="18" inputtype="date" style="left:842px; top:431px; width:148px; height:19px; text-align:center; "/>
- <input id="ipt_cncldd" ref="/root/main/aactnoinfo/cncldd" class="input_default" navindex="23" inputtype="date" style="left:842px; top:561px; width:148px; height:19px; text-align:center; "/>
- <input id="ipt_areanm" ref="/root/main/aactnoinfo/areanm" class="input_essential" navindex="10" visibility="hidden" maxlength="20" style="left:840px; top:700px; width:351px; height:19px; "/>
- <button id="btn_fine3" class="icon_search" visibility="hidden" style="left:951px; top:675px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfOpenPopUpList("03", ipt_bankcd2, "R0001", "bankcd,banknm");
- model.refresh();
-
- ]]>
- </script>
- </button>
- <input id="ipt_bankcd2" ref="/root/main/aactnoinfo/bankcd" class="input_essential" navindex="8" visibility="hidden" maxlength="3" style="left:840px; top:671px; width:105px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- ipt_bankcd2.value = ipt_bankcd2.currentText.substr(0, 2);
-
- misfValidationCheck("03", "R0001", "bankcd,banknm");
- model.refresh();
-
- model.setFocus("ipt_areanm");
- }
- ]]>
- </script>
- </input>
- <input id="ipt_banknm2" ref="/root/main/aactnoinfo/banknm" class="input_default" navindex="9" visibility="hidden" style="left:971px; top:671px; width:220px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- ipt_banknm2.value = ipt_banknm2.currentText;
-
- misfValidationCheck("03", "R0001", "bankcd,banknm");
- model.refresh();
- model.setFocus("ipt_areanm");
- }
- ]]>
- </script>
- </input>
- <line id="line14" class="line_2" style="x1:715px; y1:150px; x2:1195px; y2:150px; "/>
- <line id="line19" class="line_3" style="x1:715px; y1:370px; x2:1195px; y2:370px; "/>
- <button id="btn_fine2" class="icon_search" style="left:953px; top:104px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfOpenPopUpList("05", ipt_acntcd, "", "acntcd,acntnm");
- model.refresh();
-
- ]]>
- </script>
- </button>
- <input id="ipt_acntcd" ref="/root/main/aactnoinfo/acntcd" class="input_essential" navindex="4" maxlength="8" style="left:842px; top:102px; width:105px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
-
- if(event.keyCode == 13)
- {
- ipt_acntcd.value = ipt_acntcd.currentText;
-
- misfValidationCheck("05", "", "acntcd,acntnm");
- model.refresh();
-
- model.setFocus("ipt_bankcd");
- }
-
- ]]>
- </script>
- </input>
- <input id="ipt_acntnm" ref="/root/main/aactnoinfo/acntnm" class="input_default" navindex="5" style="left:973px; top:102px; width:220px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
-
- if(event.keyCode == 13)
- {
- ipt_acntnm.value = ipt_acntnm.currentText;
-
- misfValidationCheck("05", "", "acntcd,acntnm");
- model.refresh();
-
- model.setFocus("ipt_bankcd");
- }
- ]]>
- </script>
- </input>
- <caption id="cap_acntcd" class="cell_1" style="left:715px; top:100px; width:125px; height:23px; text-align:left; vertical-align:middle; ">계정과목</caption>
- <caption id="caption21" class="tit_2" style="left:5px; top:55px; width:131px; height:14px; ">제예금목록</caption>
- <caption id="caption1" class="tit_2" style="left:720px; top:55px; width:131px; height:14px; ">제예금정보</caption>
- <button id="btn_excsave" class="btn2_letter4" style="left:646px; top:50px; width:64px; height:19px; text-align:center; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfSaveExcel(grd_aactnolist);
-
- ]]>
- </script>
- </button>
- <caption id="cap_bbookdeptcd" class="cell_1" visibility="hidden" style="left:713px; top:615px; width:125px; height:23px; text-align:left; vertical-align:middle; ">관리부서</caption>
- <line id="line12" class="line_2" style="x1:716px; y1:254px; x2:1195px; y2:254px; "/>
- <line id="line21" class="line_2" style="x1:715px; y1:453px; x2:1195px; y2:453px; "/>
- <line id="line22" class="line_2" style="x1:715px; y1:479px; x2:1195px; y2:479px; "/>
- <caption id="caption23" class="cell_1" style="left:715px; top:282px; width:125px; height:23px; text-align:left; vertical-align:middle; ">사용여부</caption>
- <line id="line23" class="line_2" style="x1:716px; y1:306px; x2:1194px; y2:306px; "/>
- <select1 id="rdo_useyn" ref="/root/main/aactnoinfo/useyn" navindex="16" overflow="hidden" appearance="full" cols="2" style="left:847px; top:285px; width:148px; height:16px; border-style:none; ">
- <choices>
- <item>
- <label>Yes</label>
- <value>Y</value>
- </item>
- <item>
- <label>No</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_bbookdeptnm" ref="/root/main/aactnoinfo/bbookdeptnm" class="input_default" navindex="14" visibility="hidden" style="left:970px; top:617px; width:220px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_joindd");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- racfDeptValidCheck("bbookdept,bbookdeptnm");
-
- ]]>
- </script>
- </input>
- <button id="btn_fine4" class="icon_search" visibility="hidden" style="left:950px; top:619px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfOpenPopUpList("02", ipt_bbookdeptcd,"", "bbookdept,bbookdeptnm");
- model.refresh();
-
- ]]>
- </script>
- </button>
- <input id="ipt_bbookdeptcd" ref="/root/main/aactnoinfo/bbookdept" class="input_essential" navindex="13" visibility="hidden" maxlength="10" style="left:841px; top:617px; width:105px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- model.setFocus("ipt_bbookdeptnm");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- racfDeptValidCheck("bbookdept,bbookdeptnm");
- ]]>
- </script>
- </input>
- <input id="ipt_restrate" ref="/root/main/aactnoinfo/restrate" class="input_default" navindex="22" format="#,###.## %" style="left:842px; top:534px; width:148px; height:19px; text-align:right; "/>
- <caption id="cap_aactcls" class="cell_1" style="left:715px; top:126px; width:125px; height:23px; text-align:left; vertical-align:middle; ">제예금구분</caption>
- <input id="ipt_aactno" ref="/root/main/aactnoinfo/aactno" class="input_essential" navindex="9" maxlength="20" style="left:842px; top:180px; width:213px; height:19px; "/>
- <button id="btn_init" class="btn2_letter2" style="left:1150px; top:50px; width:42px; height:19px; ">
- <caption>신규</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- fInitAactInfo();
-
- ]]>
- </script>
- </button>
- <select1 id="cmb_aactcls" ref="/root/main/aactnoinfo/aactcls" class="combo_essential" navindex="6" appearance="minimal" style="left:842px; top:128px; width:213px; height:19px; text-align:left; ">
- <choices>
- <item>
- <label>정기예금</label>
- <value>001</value>
- </item>
- <item>
- <label>정기적금</label>
- <value>005</value>
- </item>
- <item>
- <label>특정금전신탁</label>
- <value>006</value>
- </item>
- <item>
- <label>표지어음</label>
- <value>007</value>
- </item>
- <item>
- <label>발행어음</label>
- <value>008</value>
- </item>
- <item>
- <label>CD</label>
- <value>009</value>
- </item>
- <item>
- <label>RP</label>
- <value>010</value>
- </item>
- <item>
- <label>MMF</label>
- <value>011</value>
- </item>
- <item>
- <label>CMA</label>
- <value>012</value>
- </item>
- <item>
- <label>보험예금</label>
- <value>013</value>
- </item>
- <item>
- <label>거치식펀드</label>
- <value>014</value>
- </item>
- <item>
- <label>적립식펀드</label>
- <value>015</value>
- </item>
- </choices>
- </select1>
- <line id="line18" class="line_3" style="x1:715px; y1:583px; x2:1195px; y2:583px; "/>
- <caption id="caption2" class="tit_2" style="left:720px; top:409px; width:325px; height:13px; ">부가정보</caption>
- <line id="line25" class="line_1" style="x1:715px; y1:424px; x2:1195px; y2:424px; "/>
- <textarea id="textarea1" ref="/root/main/aactnoinfo/cmt" navindex="17" style="left:842px; top:310px; width:348px; height:57px; "/>
- <caption id="caption12" class="cell_1" style="left:715px; top:308px; width:125px; height:62px; text-align:left; vertical-align:middle; ">비고</caption>
- <line id="line24" class="line_2" style="x1:715px; y1:280px; x2:1195px; y2:280px; "/>
- <caption id="caption3" class="cell_1" style="left:715px; top:256px; width:125px; height:23px; text-align:left; vertical-align:middle; ">용도</caption>
- <input id="input1" ref="/root/main/aactnoinfo/usge" class="input_default" navindex="15" maxlength="40" style="left:842px; top:258px; width:351px; height:19px; "/>
- <line id="line26" class="line_2" style="x1:714px; y1:176px; x2:1194px; y2:176px; "/>
- <caption id="cap_entrregno" class="cell_1" style="left:715px; top:152px; width:125px; height:23px; text-align:left; vertical-align:middle; ">거래처</caption>
- <caption id="caption9" class="cell_1" visibility="hidden" style="left:713px; top:642px; width:125px; height:23px; text-align:left; vertical-align:middle; ">입출금기본계좌</caption>
- <line id="line27" class="line_2" style="x1:714px; y1:202px; x2:1194px; y2:202px; "/>
- <select1 id="rdo_baseacntyn" ref="/root/main/aactnoinfo/baseacntyn" navindex="16" visibility="hidden" overflow="hidden" appearance="full" cols="2" style="left:843px; top:645px; width:148px; height:16px; border-style:none; ">
- <choices>
- <item>
- <label>Yes</label>
- <value>Y</value>
- </item>
- <item>
- <label>No</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_entrregno" ref="/root/main/aactnoinfo/entrregno" class="input_essential" navindex="7" maxlength="10" style="left:842px; top:154px; width:105px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- document.controls(event.currentTarget).value = document.controls(event.currentTarget).currentText;
- misfValidationCheck("14", "", "entrregno,custnm", "", "", "code");
- model.refresh();
-
- model.setFocus("rdo_baseacntyn");
- }
- ]]>
- </script>
- </input>
- <input id="ipt_custnm" ref="/root/main/aactnoinfo/custnm" class="input_default" navindex="8" style="left:973px; top:154px; width:220px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- document.controls(event.currentTarget).value = document.controls(event.currentTarget).currentText;
- misfValidationCheck("14", "", "entrregno,custnm", "", "", "name");
- model.refresh();
- model.setFocus("rdo_baseacntyn");
- }
- ]]>
- </script>
- </input>
- <button id="btn_entrregno" class="icon_search" style="left:953px; top:157px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfOpenPopUpList("14", ipt_entrregno, "", "entrregno,custnm");
- model.refresh();
-
- ]]>
- </script>
- </button>
- <input id="ipt_rmndamt" ref="/root/main/aactnoinfo/rmndamt" class="input_default" navindex="21" format="#,###" style="left:842px; top:509px; width:148px; height:19px; text-align:right; "/>
- <caption id="caption22" class="cell_1" style="left:715px; top:507px; width:125px; height:23px; text-align:left; vertical-align:middle; ">월불입액</caption>
- <caption id="caption20" class="cell_1" style="left:715px; top:481px; width:125px; height:23px; text-align:left; vertical-align:middle; ">계약금액</caption>
- <input id="ipt_conamt" ref="/root/main/aactnoinfo/conamt" class="input_default" navindex="20" format="#,###" style="left:842px; top:482px; width:148px; height:19px; text-align:right; "/>
- <input id="ipt_exprdd" ref="/root/main/aactnoinfo/exprdd" class="input_default" navindex="19" inputtype="date" style="left:842px; top:457px; width:148px; height:19px; text-align:center; "/>
- <caption id="caption15" class="cell_1" style="left:715px; top:455px; width:125px; height:23px; text-align:left; vertical-align:middle; ">만기일자</caption>
- <line id="line6" class="line_2" style="x1:716px; y1:531px; x2:1195px; y2:531px; "/>
- <line id="line10" class="line_2" style="x1:716px; y1:557px; x2:1195px; y2:557px; "/>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
- <button id="btn_save" class="btn4_letter2" style="left:1075px; top:2px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- fInsAactnoInfo();
-
- ]]>
- </script>
- </button>
- <button id="btn_delete" class="btn4_letter2" style="left:1135px; top:2px; width:56px; height:22px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- fDelAactnoInfo();
-
- ]]>
- </script>
- </button>
- <line id="line2" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- <button id="btn_prt" class="btn6_letter2" visibility="hidden" style="left:1010px; top:2px; width:56px; height:22px; ">
- <caption>출력</caption>
- </button>
- <output id="output1" style="left:5px; top:5px; width:990px; height:19px; font-size:10pt; font-weight:bold; color:#0000ff; ">수시 입출금 계좌가 아닌 정기예금의 성격을 가진 계좌</output>
- </group>
- </xhtml:body>
- </xhtml:html>
|