123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708 |
- <?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>
- <list1>
- <loanlist>
- </loanlist>
- </list1>
- <list2>
- <loaninfo>
- <instcd/>
- <lncd/>
- <acntcd/>
- <acntnm/>
- <lncls/>
- <conno/>
- <lnnm/>
- <entrregno/>
- <custnm/>
- <lnamt/>
- <joindd/>
- <exprdd/>
- <restrate/>
- <restflag/>
- <useyn/>
- <cmt/>
- <prinrepay/>
- <dfmnmm/>
- <repayprid/>
- <restpay/>
- <restpayflag/>
- <payprid/>
- <mtgag/>
- <status/>
- </loaninfo>
- </list2>
- </main>
- <send>
- <retrparams>
- <entrregno/>
- <custnm/>
- <useyn>Y</useyn>
- </retrparams>
- <retrparams2>
- <instcd/>
- <lncd/>
- </retrparams2>
- </send>
- <init/>
- <source>
- <wndparams>
- <instcd/>
- <lncd/>
- </wndparams>
- </source>
- <hidden>
- <loaninfo>
- <instcd/>
- <lncd/>
- <acntcd/>
- <acntnm/>
- <lncls/>
- <conno/>
- <lnnm/>
- <entrregno/>
- <custnm/>
- <lnamt>0</lnamt>
- <joindd/>
- <exprdd/>
- <restrate>0</restrate>
- <restflag>1</restflag>
- <useyn>Y</useyn>
- <cmt/>
- <prinrepay>1</prinrepay>
- <dfmnmm/>
- <repayprid/>
- <restpay>1</restpay>
- <restpayflag>1</restpayflag>
- <payprid/>
- <mtgag>1</mtgag>
- <status>i</status>
- </loaninfo>
- </hidden>
- <temp/>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RAC001.js"/>
- <submission id="TXRAF01001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/list2/loaninfo" resultref="/root/temp"/>
- <submission id="TRRAF01001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparams" resultref="/root/main/list1"/>
- <submission id="TRRAF01002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparams2" resultref="/root/main/list2"/>
- </model>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.removenode( "/root/main/loanlist");
-
- model.refresh();
- fGetloanlist();
- grd_loanlist.rowHeight(0) = 33;
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- //저장버튼을 눌렸을 경우
- function fInsloanInfo()
- {
- if(!isRequiredControls("ipt_lncd", "ipt_acntcd", "cmb_lncls", "ipt_lnentrregno", "ipt_lnamt", "ipt_joindd", "ipt_exprdd", "ipt_restrate"))
- {
- return;
- }
- var dlgRslt = messageBox("차입금정보를 ", "Q002");
- if(dlgRslt != "6") return;
- var sStatus = model.getValue("/root/main/list2/loaninfo/status");
-
- if(sStatus != "u")
- {
- model.setValue("/root/main/list2/loaninfo/status", "i");
- }
- submit("TXRAF01001");
- if(ipt_lncd.disabled == false)
- {
- ipt_lncd.disabled = true;
- }
- submit("TRRAF01001");
- window.reload();
- }
- //삭제할 경우
- function fDelloanInfo()
- {
- if(!isRequiredControls("ipt_lncd")) return;
- model.setValue("/root/main/list2/loaninfo/status","d");
- var dlgRslt = messageBox("차입금정보를 ", "Q001");
- if(dlgRslt != "6") return;
- if(submit("TXRAF01001"))
- {
- submit("TRRAF01001");
- model.resetInstanceNode("/root/main/list2/loaninfo");
- }
- model.refresh();
- }
- //데이타를 가지고 와야함..
- function fGetloanInfo(lncd)
- {
- if(lncd.getTrim() == "") return;
-
- model.setValue("/root/send/retrparams2/lncd", lncd);
- model.setValue("/root/send/retrparams2/instcd", getUserInfo("dutplceinstcd"));
- //gride의 row를 선택하면
- submit("TRRAF01002");
- //gride를 조회하기 위해서 저장을 할경우를 대비해서 상태를 U로 만들어 논다.
- if(model.getValue("/root/main/list2/loaninfo/lncd") == "")
- {
- fInitlnInfo();
- model.setValue("/root/main/list2/loaninfo/lncd", lncd);
- }
- else
- {
- ipt_lncd.disabled = true;
- }
- model.refresh();
- model.setFocus("ipt_acntcd");
- }
- function fGetloanlist()
- {
- submit("TRRAF01001");
- model.refresh();
- //그리드 선택
- if (model.getValue("/root/main/loanlist/lncd") != "")
- {
- grd_loanlist.isSelected(1) = true;
- // fGetloanInfo(model.getValue("/root/main/list2/loanlist/lncd"));
- }
- }
- function fInitlnInfo()
- {
- model.removenode("/root/main/list2/loaninfo");
- model.makeNode("/root/main/list2/loaninfo");
- model.copyNode("/root/main/list2/loaninfo", "/root/hidden/loaninfo");
- model.setValue("/root/main/list2/loaninfo/instcd", getUserInfo("dutplceinstcd"));
- model.refresh();
-
- ipt_lncd.disabled = false;
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" 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[
- fGetloanlist();
- ]]>
- </script>
- </button>
- <caption id="caption7" class="search_name" style="left:16px; top:9px; width:75px; 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; "/>
- <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>
- <button id="btn_custhelp" class="icon_search" style="left:201px; top:11px; 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_custnm" ref="/root/send/retrparams/custnm" class="input_s_essential" navindex="99" style="left:221px; top:8px; 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>
- <input id="ipt_entrregno" ref="/root/send/retrparams/entrregno" class="input_s_essential" navindex="99" maxlength="10" format="999-99-99999" style="left:92px; top:8px; 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>
- </group>
- <line id="line3" class="line_1" style="x1:0px; y1:70px; x2:710px; y2:70px; text-align:center; "/>
- <datagrid id="grd_loanlist" nodeset="/root/main/list1/loanlist" allowuserresize="false" caption="기관코드^차입금
번호^계정과목^차입금구분^발행처^취득금액^발행일자^만기일자^이자율" colsep="^" colwidth="0, 55, 90, 67, 140, 115, 70, 70, 55" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="16" rowsep="|" style="left:0px; top:75px; width:710px; height:665px; ">
- <col ref="instcd" visibility="hidden"/>
- <col ref="lncd" style="text-align:center; "/>
- <col ref="acntnm"/>
- <col disabled="true" ref="lncls" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>운영자금</label>
- <value>001</value>
- </item>
- <item>
- <label>시설자금</label>
- <value>002</value>
- </item>
- <item>
- <label>리스</label>
- <value>003</value>
- </item>
- <item>
- <label>의료채권</label>
- <value>004</value>
- </item>
- <item>
- <label>기타</label>
- <value>005</value>
- </item>
- </choices>
- </col>
- <col ref="custnm"/>
- <col ref="lnamt" format="#,###" style="text-align:right; padding-right:2; "/>
- <col ref="joindd" format="yyyy-mm-dd" style="text-align:left; "/>
- <col ref="exprdd" format="yyyy-mm-dd"/>
- <col ref="restrate" format="#,###.## %" style="text-align:right; "/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
-
- if(grd_loanlist.row >= grd_loanlist.fixedRows)
- {
- fGetloanInfo( grd_loanlist.textmatrix( grd_loanlist.row, grd_loanlist.colRef("lncd")));
- grd_loanlist.dispatch("onmouseup");
- }
-
- model.setValue("/root/main/list2/loaninfo/status", "u");
-
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_loanlist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <line id="line1" class="line_1" style="x1:715px; y1:70px; x2:1195px; y2:70px; "/>
- <line id="line13" class="line_2" style="x1:715px; y1:98px; x2:1195px; y2:98px; "/>
- <caption id="cap_joindd" class="cell_1" style="left:715px; top:230px; width:125px; height:23px; text-align:left; vertical-align:middle; ">차입일자</caption>
- <input id="ipt_lncd" ref="/root/main/list2/loaninfo/lncd" class="input_s_essential" navindex="1" maxlength="3" style="left:842px; top:76px; width:105px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGetloanInfo(ipt_lncd.currentText);
- ]]>
- </script>
- </input>
- <line id="line4" class="line_2" style="x1:715px; y1:124px; x2:1195px; y2:124px; "/>
- <caption id="cap_lncd" 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="cap_restrate" class="cell_1" style="left:715px; top:282px; width:125px; height:23px; text-align:left; vertical-align:middle; ">이자율</caption>
- <input id="ipt_joindd" ref="/root/main/list2/loaninfo/joindd" class="input_s_essential" navindex="13" inputtype="date" style="left:842px; top:232px; width:152px; height:19px; text-align:center; "/>
- <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:397px; x2:1195px; y2:397px; "/>
- <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/list2/loaninfo/acntcd" class="input_s_essential" navindex="2" 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();
- }
-
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("05", "", "acntcd,acntnm");
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_acntnm" ref="/root/main/list2/loaninfo/acntnm" class="input_search" navindex="3" 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();
-
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("05", "", "acntcd,acntnm");
- model.refresh();
- ]]>
- </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_loanlist, getUserInfo("dutplceinstnm") + " 차입금목록");
- ]]>
- </script>
- </button>
- <line id="line21" class="line_2" style="x1:715px; y1:254px; x2:1195px; y2:254px; "/>
- <line id="line22" class="line_2" style="x1:715px; y1:280px; x2:1195px; y2:280px; "/>
- <caption id="caption23" class="cell_1" style="left:715px; top:308px; width:125px; height:23px; text-align:left; vertical-align:middle; ">사용여부</caption>
- <line id="line23" class="line_2" style="x1:716px; y1:332px; x2:1194px; y2:332px; "/>
- <select1 id="rdo_useyn" ref="/root/main/list2/loaninfo/useyn" navindex="18" overflow="hidden" appearance="full" cols="2" style="left:847px; top:311px; 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_restrate" ref="/root/main/list2/loaninfo/restrate" class="input_s_essential" navindex="15" format="#,###.## %" style="left:842px; top:284px; width:152px; height:19px; text-align:right; "/>
- <caption id="cap_lncls" class="cell_1" style="left:715px; top:126px; width:125px; height:23px; text-align:left; vertical-align:middle; ">차입금구분</caption>
- <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[
-
- fInitlnInfo();
-
- ]]>
- </script>
- </button>
- <select1 id="cmb_lncls" ref="/root/main/list2/loaninfo/lncls" class="combo_s_essential" navindex="4" 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>002</value>
- </item>
- <item>
- <label>리스</label>
- <value>003</value>
- </item>
- <item>
- <label>의료채권</label>
- <value>004</value>
- </item>
- <item>
- <label>기타</label>
- <value>005</value>
- </item>
- </choices>
- </select1>
- <line id="line26" class="line_2" style="x1:714px; y1:176px; x2:1194px; y2:176px; "/>
- <caption id="caption12" class="cell_1" style="left:715px; top:334px; width:125px; height:62px; text-align:left; vertical-align:middle; ">비고</caption>
- <caption id="cap_lnamt" class="cell_1" style="left:715px; top:204px; width:125px; height:23px; text-align:left; vertical-align:middle; ">차입금액</caption>
- <caption id="cap_lnentrregno" class="cell_1" style="left:715px; top:178px; width:125px; height:23px; text-align:left; vertical-align:middle; ">차입처</caption>
- <caption id="cap_exprdd" class="cell_1" style="left:715px; top:256px; width:125px; height:23px; text-align:left; vertical-align:middle; ">만기일자</caption>
- <caption id="cap_lnnm" class="cell_1" style="left:715px; top:152px; width:125px; height:23px; text-align:left; vertical-align:middle; ">차입금명칭</caption>
- <caption id="caption13" class="cell_1" style="left:715px; top:432px; width:125px; height:46px; text-align:left; vertical-align:middle; ">원금상환</caption>
- <input id="ipt_exprdd" ref="/root/main/list2/loaninfo/exprdd" class="input_s_essential" navindex="14" inputtype="date" style="left:842px; top:258px; width:152px; height:19px; text-align:center; "/>
- <line id="line10" class="line_2" style="x1:716px; y1:228px; x2:1195px; y2:228px; "/>
- <line id="line9" class="line_2" style="x1:714px; y1:202px; x2:1194px; y2:202px; "/>
- <line id="line11" class="line_2" style="x1:715px; y1:306px; x2:1195px; y2:306px; "/>
- <line id="line15" class="line_2" style="x1:715px; y1:479px; x2:1195px; y2:479px; "/>
- <input id="ipt_lnnm" ref="/root/main/list2/loaninfo/lnnm" class="input_search" navindex="5" maxlength="20" style="left:842px; top:154px; width:213px; height:19px; "/>
- <input id="ipt_lnentrregno" ref="/root/main/list2/loaninfo/entrregno" class="input_s_essential" maxlength="10" format="999-99-99999" style="left:842px; top:180px; 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();
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("14", "", "entrregno,custnm", "", "", "code");
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_suspcusthelp" class="icon_search" style="left:953px; top:183px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfOpenPopUpList("14", ipt_lnentrregno, "", "entrregno,custnm");
- model.refresh();
-
- ]]>
- </script>
- </button>
- <caption id="caption3" class="tit_2" style="left:720px; top:409px; width:95px; height:13px; ">부가정보</caption>
- <line id="line6" class="line_1" style="x1:715px; y1:424px; x2:1195px; y2:424px; "/>
- <caption id="caption5" class="cell_1" style="left:845px; top:456px; width:64px; height:21px; text-align:left; vertical-align:middle; ">거치기간</caption>
- <input id="ipt_dfmnmm" ref="/root/main/list2/loaninfo/dfmnmm" class="input_search" navindex="22" maxlength="3" format="#,###" style="left:911px; top:457px; width:40px; height:19px; text-align:center; "/>
- <caption id="caption9" style="left:953px; top:459px; width:31px; height:15px; ">개월</caption>
- <caption id="caption10" class="cell_1" style="left:1010px; top:456px; width:64px; height:21px; text-align:left; vertical-align:middle; ">상환주기</caption>
- <input id="ipt_repayprid" ref="/root/main/list2/loaninfo/repayprid" class="input_search" navindex="23" maxlength="3" format="#,###" style="left:1076px; top:457px; width:40px; height:19px; text-align:center; "/>
- <caption id="caption11" style="left:1118px; top:459px; width:31px; height:15px; ">개월</caption>
- <caption id="caption14" class="cell_1" style="left:1010px; top:505px; width:64px; height:21px; text-align:left; vertical-align:middle; ">지급주기</caption>
- <caption id="caption17" style="left:1118px; top:508px; width:31px; height:15px; ">개월</caption>
- <line id="line8" class="line_2" style="x1:715px; y1:528px; x2:1195px; y2:528px; "/>
- <caption id="caption18" class="cell_1" style="left:715px; top:481px; width:125px; height:46px; text-align:left; vertical-align:middle; ">이자지급</caption>
- <select1 id="rdo_restpay" ref="/root/main/list2/loaninfo/restpay" navindex="24" overflow="visible" appearance="full" cellspacing="20" cols="2" style="left:845px; top:484px; width:165px; height:17px; border-style:none; ">
- <choices>
- <item>
- <label>할인식</label>
- <value>1</value>
- </item>
- <item>
- <label>이자지급식</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_payprid" ref="/root/main/list2/loaninfo/payprid" class="input_search" navindex="26" maxlength="3" format="#,###" style="left:1076px; top:506px; width:40px; height:19px; text-align:center; "/>
- <select1 id="rdo_restpayflag" ref="/root/main/list2/loaninfo/restpayflag" navindex="25" overflow="visible" appearance="full" cellspacing="32" cols="2" style="left:845px; top:507px; width:165px; height:17px; border-style:none; ">
- <choices>
- <item>
- <label>선급</label>
- <value>1</value>
- </item>
- <item>
- <label>후급</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <caption id="caption19" class="cell_1" style="left:715px; top:530px; width:125px; height:23px; text-align:left; vertical-align:middle; ">이자지급</caption>
- <select1 id="rdo_mtgag" ref="/root/main/list2/loaninfo/mtgag" navindex="27" overflow="visible" appearance="full" cellspacing="20" cols="4" style="left:845px; top:533px; width:348px; height:17px; border-style:none; ">
- <choices>
- <item>
- <label>없음</label>
- <value>1</value>
- </item>
- <item>
- <label>고정자산</label>
- <value>2</value>
- </item>
- <item>
- <label>제예금</label>
- <value>3</value>
- </item>
- <item>
- <label>유가증권</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- <line id="line12" class="line_3" style="x1:715px; y1:554px; x2:1195px; y2:554px; "/>
- <button id="btn_openreg" class="btn1_letter7" navindex="30" style="left:1070px; top:560px; width:116px; height:22px; text-align:left; ">
- <caption>원리금상환등록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var sInstcd = model.getValue("/root/main/list2/loaninfo/instcd");
- var sLnCd = model.getValue("/root/main/list2/loaninfo/lncd");
- var sStatus = model.getValue("/root/main/list2/loaninfo/status");
-
- if(sStatus == "i")
- {
- messageBox("신규입력중인 차입금은 원리금 상환 등록을", "E001");
- return;
- }
-
- if(sInstcd == "" || sLnCd == "")
- {
- messageBox("차입금을", "C002");
- return;
- }
-
- model.setValue("/root/source/wndparams/instcd", model.getValue("/root/main/list2/loaninfo/instcd"));
- model.setValue("/root/source/wndparams/lncd", model.getValue("/root/main/list2/loaninfo/lncd"));
- modal("SPRAF01100", "", "", "", "", "/root/source", "/root/target");
- model.refresh();
- ]]>
- </script>
- </button>
- <select1 id="rdo_restflag" ref="/root/main/list2/loaninfo/restflag" navindex="16" overflow="visible" appearance="full" cellspacing="20" cols="2" style="left:1000px; top:285px; width:115px; height:17px; border-style:none; ">
- <choices>
- <item>
- <label>변동</label>
- <value>1</value>
- </item>
- <item>
- <label>고정</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_lncustnm" ref="/root/main/list2/loaninfo/custnm" class="input_search" navindex="6" style="left:973px; top:180px; 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();
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("14", "", "entrregno,custnm", "", "", "name");
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_lnamt" ref="/root/main/list2/loaninfo/lnamt" class="input_s_essential" navindex="11" maxlength="40" format="#,###" style="left:842px; top:206px; width:152px; height:19px; text-align:right; padding-right:2; "/>
- <textarea id="txt_cmt" ref="/root/main/list2/loaninfo/cmt" class="input_search" navindex="19" style="left:842px; top:336px; width:348px; height:57px; "/>
- <select1 id="rdo_prinrepay" ref="/root/main/list2/loaninfo/prinrepay" navindex="21" overflow="visible" appearance="full" cellspacing="20" cols="2" style="left:845px; top:435px; width:165px; height:17px; border-style:none; ">
- <choices>
- <item>
- <label>만기일시</label>
- <value>1</value>
- </item>
- <item>
- <label>분할</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- </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[
-
- fInsloanInfo();
-
- ]]>
- </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[
-
- fDelloanInfo();
-
- ]]>
- </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:2px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|