123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>
- <gridlist>
- <info>
- <gridlistinfo>
- <hngnm/>
- <vacntno/>
- <bankdeposeqno/>
- <depobank/>
- <deponm/>
- <depoamt/>
- <depodd/>
- <depotm/>
- <depoflag/>
- <remfact/>
- <uncouseyn/>
- <lastupdtrid/>
- <lastupdtdt/>
- </gridlistinfo>
- </info>
- <cntinfo>
- <cnt>
- <aprvcnt/>
- <aprvamt/>
- <clamcnclcnt/>
- <clamcnclamt/>
- <tdaycnclcnt/>
- <tdaycnclamt/>
- <sumcnt/>
- <sumamt/>
- <refcnt/>
- <refamt/>
- </cnt>
- </cntinfo>
- </gridlist>
- <indcaseinfo>
- <hngnm/>
- <vacntno/>
- <bankdeposeqno/>
- <depobank/>
- <deponm/>
- <depoamt/>
- <depodd/>
- <depotm/>
- <depoflag/>
- <remfact/>
- <uncouseyn/>
- <lastupdtrid/>
- <lastupdtdt/>
- </indcaseinfo>
- <save_msg>
- <msg/>
- </save_msg>
- </main>
- <send>
- <send_ref>
- <fromdd/>
- <todd/>
- <deponm/>
- <depoamt/>
- <pid/>
- <depobank/>
- <vacntno/>
- <depoflag/>
- <acntflag>P</acntflag>
- <uncouseyn>A</uncouseyn>
- </send_ref>
- <send_usechange/>
- </send>
- <hidden>
- </hidden>
- <init>
- <P0439list>
- <P0439>
- <cdnm/>
- <cdid/>
- </P0439>
- </P0439list>
- <P0468list>
- <P0468>
- <cdnm/>
- <cdid/>
- </P0468>
- </P0468list>
- </init>
- <temp>
- </temp>
- </root>
- </instance>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRPMC06100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/send_ref" replace="instance" resultref="/root/main/gridlist"/>
- <submission id="TXPMC06100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/send_usechange" replace="instance" resultref="/root/main/save_msg"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../pam/opatmngtweb/js/PMOCOM.js"/>
- <script type="javascript">
- <![CDATA[
- // 초기화
- function fInitialize() {
-
- //조회부초기화
- ipt_fromdd.value = getCurrentDate();
- ipt_todd.value= getCurrentDate();
- ipt_deponm.value = "";
- ipt_depoamt.value= "";
- cmb_depobank.value= "";
- ipt_vacntno.value= "";
- cmb_depoflag.value = "";
- rdo_acntflag.value= "P";
- rdo_uncouseflag.value= "A";
-
- //본문초기화
- model.resetInstanceNode("/root/main/gridlist/info/gridlistinfo");
- model.resetInstanceNode("/root/main/indcaseinfo");
-
- model.refresh();
- }
-
- // 조회전 체크 후 서브밋
- function fSendChk(){
- var fromdd = ipt_fromdd.currentText;
- var todd = ipt_todd.currentText;
- var deponm = ipt_deponm.currentText;
- var depoamt = ipt_depoamt.currentText;
- var depobank = cmb_depobank.value;
- var vacntno = ipt_vacntno.currentText;
- var depoflag = cmb_depoflag.value;
-
- if(fromdd == "" && todd == "" && deponm == "" && depoamt == "" && depobank == "" && vacntno == "" && depoflag == ""){
- messageBox("조회조건을","C001");
- return false;
- }else{
- submit("TRPMC06100");
- }
-
- }
-
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- zbcfGetCodeList( new Array("P0439","P0468"), new Array("/root/init/P0439list","/root/init/P0468list"));
- fInitialize();
-
- model.refresh();
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1192;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:189px; height:14px; ">가상계좌입금내역조회</caption>
- <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:737px; width:1195px; height:35px; ">
- <line id="line32" class="line_6" style="x1:1px; y1:35px; x2:1195px; y2:35px; "/>
- <button id="btn_save" class="btn4_letter3" style="left:1116px; top:2px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- </group>
- <group id="group5" style="left:0px; top:55px; width:1195px; height:679px; ">
- <datagrid id="grd_gridlist" nodeset="/root/main/gridlist/info/gridlistinfo" class="datagrid2" autoresize="false" caption="사용자명^가상계좌번호^은행입금
일련번호^입금은행^입금자명^입금금액^입금일자^입금일시^입금
구분^비 고^사용
구분^최종수정자^최종수정일시^" colsep="^" colwidth="145, 101, 65, 83, 127, 100, 80, 66, 39, 103, 43, 106, 109" dataheight="25" defaultrows="2" ellipsis="true" explorerbar="sort" extendlastcol="false" mergecellsfixedrows="byrowrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:100px; width:1191px; height:575px; ">
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="vacntno" style="text-align:center; "/>
- <col ref="bankdeposeqno" style="text-align:center; "/>
- <col disabled="true" ref="depobank" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/P0468list/P0468">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="deponm" format="999999-9999999" style="text-align:center; "/>
- <col ref="depoamt" format="#,###" style="left:406px; top:23px; width:92px; height:23px; text-align:center; "/>
- <col ref="depodd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="depotm" format="hh:nn:ss" style="text-align:center; "/>
- <col disabled="true" ref="depoflag" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>입금</label>
- <value>02001300</value>
- </item>
- <item>
- <label>취소</label>
- <value>04001300</value>
- </item>
- </choices>
- </col>
- <col ref="remfact" style="text-align:center; "/>
- <col disabled="true" ref="uncouseyn" type="checkbox" style="text-align:center; "/>
- <col ref="lastupdtrid" style="text-align:center; "/>
- <col ref="lastupdtdt" style="text-align:center; "/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.setValue("/root/main/indcaseinfo/hngnm",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/hngnm"));
- model.setValue("/root/main/indcaseinfo/vacntno",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/vacntno"));
- model.setValue("/root/main/indcaseinfo/bankdeposeqno",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/bankdeposeqno"));
- model.setValue("/root/main/indcaseinfo/depobank",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/depobank"));
- model.setValue("/root/main/indcaseinfo/deponm",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/deponm"));
- model.setValue("/root/main/indcaseinfo/depoamt",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/depoamt"));
- model.setValue("/root/main/indcaseinfo/depodd",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/depodd"));
- model.setValue("/root/main/indcaseinfo/depotm",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/depotm"));
- model.setValue("/root/main/indcaseinfo/depoflag",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/depoflag"));
- model.setValue("/root/main/indcaseinfo/remfact",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/remfact"));
- model.setValue("/root/main/indcaseinfo/uncouseyn",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/uncouseyn"));
- model.setValue("/root/main/indcaseinfo/lastupdtrid",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/lastupdtrid"));
- model.setValue("/root/main/indcaseinfo/lastupdtdt",model.getValue("/root/main/gridlist/info/gridlistinfo[" + grd_gridlist.row + "]/lastupdtdt"));
-
- model.refresh();
- ]]>
- </script>
- </datagrid>
- <caption id="caption46" class="tit_2" style="left:0px; top:80px; width:139px; height:13px; ">가상계좌 리스트</caption>
- <line id="line3" class="line_1" style="x1:1px; y1:95px; x2:1191px; y2:95px; "/>
- <caption id="caption9" class="cell_1" visibility="hidden" style="left:2px; top:361px; width:148px; height:19px; "/>
- <caption id="caption1" class="cell_1" visibility="hidden" style="left:2px; top:381px; width:148px; height:19px; text-align:center; ">거래건수</caption>
- <caption id="caption2" class="cell_1" visibility="hidden" style="left:2px; top:401px; width:148px; height:19px; text-align:center; ">거래금액</caption>
- <line id="line7" class="line_2" visibility="visible" style="x1:1px; y1:71px; x2:1192px; y2:71px; "/>
- <line id="line10" class="line_2" visibility="hidden" style="x1:1189px; y1:360px; x2:1189px; y2:422px; background-color:#99ccff; "/>
- <caption id="caption11" class="cell_1" visibility="hidden" style="left:758px; top:361px; width:150px; height:19px; text-align:center; ">조 회</caption>
- <input id="ipt_refcnt" ref="/root/main/gridlist/cntinfo/cnt/refcnt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:758px; top:381px; width:150px; height:19px; "/>
- <input id="ipt_dayamt" ref="/root/main/gridlist/cntinfo/cnt/aprvamt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:152px; top:401px; width:150px; height:19px; "/>
- <input id="ipt_daycnt" ref="/root/main/gridlist/cntinfo/cnt/aprvcnt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:152px; top:381px; width:150px; height:19px; "/>
- <caption id="caption18" class="cell_1" visibility="hidden" style="left:152px; top:361px; width:150px; height:19px; text-align:center; ">일</caption>
- <input id="ipt_weekamt" ref="/root/main/gridlist/cntinfo/cnt/aprvamt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:304px; top:401px; width:150px; height:19px; "/>
- <input id="ipt_weekcnt" ref="/root/main/gridlist/cntinfo/cnt/aprvcnt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:304px; top:381px; width:150px; height:19px; "/>
- <caption id="caption19" class="cell_1" visibility="hidden" style="left:304px; top:361px; width:150px; height:19px; text-align:center; ">주</caption>
- <input id="ipt_monthamt" ref="/root/main/gridlist/cntinfo/cnt/aprvamt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:455px; top:401px; width:150px; height:19px; "/>
- <input id="ipt_monthcnt" ref="/root/main/gridlist/cntinfo/cnt/aprvcnt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:455px; top:381px; width:150px; height:19px; "/>
- <caption id="caption20" class="cell_1" visibility="hidden" style="left:455px; top:361px; width:150px; height:19px; text-align:center; ">월</caption>
- <caption id="caption21" class="cell_1" visibility="hidden" style="left:606px; top:361px; width:150px; height:19px; text-align:center; ">누 계</caption>
- <input id="ipt_acmiamt" ref="/root/main/gridlist/cntinfo/cnt/aprvamt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:606px; top:401px; width:150px; height:19px; "/>
- <input id="ipt_acmicnt" ref="/root/main/gridlist/cntinfo/cnt/aprvcnt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:606px; top:381px; width:150px; height:19px; "/>
- <input id="input11" ref="/root/main/gridlist/cntinfo/cnt/refamt" disabled="true" navindex="1" visibility="hidden" autonext="false" style="left:758px; top:401px; width:150px; height:19px; "/>
- <caption id="caption22" visibility="hidden" style="left:907px; top:386px; width:14px; height:15px; font-size:8pt; font-weight:bold; ">건</caption>
- <caption id="caption24" visibility="hidden" style="left:907px; top:406px; width:14px; height:15px; font-size:8pt; font-weight:bold; ">원</caption>
- <caption id="caption25" class="tit_2" visibility="visible" style="left:5px; top:11px; width:139px; height:13px; ">입금개별정보</caption>
- <line id="line1" class="line_1" visibility="visible" style="x1:1px; y1:25px; x2:1191px; y2:25px; "/>
- <caption id="caption27" class="cell_1" visibility="visible" style="left:3px; top:31px; width:90px; height:19px; text-align:center; ">사용자명</caption>
- <input id="ipt_indhngnm" ref="/root/main/indcaseinfo/hngnm" disabled="true" navindex="1" visibility="visible" autonext="false" style="left:94px; top:31px; width:120px; height:19px; "/>
- <input id="ipt_indvacntno" ref="/root/main/indcaseinfo/vacntno" disabled="true" navindex="1" visibility="visible" autonext="false" style="left:94px; top:51px; width:120px; height:19px; "/>
- <caption id="caption28" class="cell_1" visibility="visible" style="left:3px; top:51px; width:90px; height:19px; text-align:center; ">가상계좌번호</caption>
- <input id="ipt_indbankdeposeqno" ref="/root/main/indcaseinfo/bankdeposeqno" disabled="true" navindex="1" visibility="visible" autonext="false" format="9999999999" style="left:306px; top:31px; width:90px; height:19px; "/>
- <caption id="caption29" class="cell_1" visibility="visible" style="left:215px; top:31px; width:90px; height:19px; text-align:center; ">입금일련번호</caption>
- <caption id="caption30" class="cell_1" visibility="visible" style="left:215px; top:51px; width:90px; height:19px; text-align:center; ">입금은행</caption>
- <caption id="caption31" class="cell_1" visibility="visible" style="left:397px; top:31px; width:80px; height:19px; text-align:center; ">입금자명</caption>
- <input id="ipt_inddeponm" ref="/root/main/indcaseinfo/deponm" disabled="true" navindex="1" visibility="visible" autonext="false" style="left:478px; top:31px; width:137px; height:19px; "/>
- <caption id="caption32" class="cell_1" visibility="visible" style="left:397px; top:51px; width:80px; height:19px; text-align:center; ">입금금액</caption>
- <input id="ipt_inddepoamt" ref="/root/main/indcaseinfo/depoamt" disabled="true" navindex="1" visibility="visible" autonext="false" format="#,###" style="left:478px; top:51px; width:137px; height:19px; "/>
- <caption id="caption33" class="cell_1" visibility="visible" style="left:616px; top:31px; width:70px; height:19px; text-align:center; ">입금일자</caption>
- <input id="ipt_inddepodd" ref="/root/main/indcaseinfo/depodd" disabled="true" navindex="1" visibility="visible" autonext="false" format="yyyy/mm/dd" style="left:687px; top:31px; width:72px; height:19px; "/>
- <input id="ipt_inddepotm" ref="/root/main/indcaseinfo/depotm" disabled="true" navindex="1" visibility="visible" autonext="false" format="hh:nn:ss" style="left:687px; top:51px; width:72px; height:19px; "/>
- <caption id="caption34" class="cell_1" visibility="visible" style="left:616px; top:51px; width:70px; height:19px; text-align:center; ">입금일시</caption>
- <caption id="caption35" class="cell_1" visibility="visible" style="left:760px; top:31px; width:70px; height:19px; text-align:center; ">입금구분</caption>
- <input id="ipt_indremfact" ref="/root/main/indcaseinfo/remfact" disabled="true" navindex="1" visibility="visible" autonext="false" style="left:831px; top:51px; width:95px; height:19px; "/>
- <caption id="caption36" class="cell_1" visibility="visible" style="left:760px; top:51px; width:70px; height:19px; text-align:center; ">비 고</caption>
- <select1 id="cmb_inddepobank" ref="/root/main/indcaseinfo/depobank" disabled="true" visibility="visible" appearance="minimal" style="left:306px; top:51px; width:90px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0468list/P0468">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_inddepoflag" ref="/root/main/indcaseinfo/depoflag" disabled="true" visibility="visible" appearance="minimal" style="left:831px; top:31px; width:95px; height:19px; ">
- <choices>
- <item>
- <label>입금</label>
- <value>02001300</value>
- </item>
- <item>
- <label>취소</label>
- <value>04001300</value>
- </item>
- </choices>
- </select1>
- <caption id="caption37" class="cell_1" visibility="visible" style="left:928px; top:31px; width:80px; height:19px; text-align:center; ">최종수정자</caption>
- <caption id="caption38" class="cell_1" visibility="visible" style="left:928px; top:51px; width:80px; height:19px; text-align:center; ">최종수정일시</caption>
- <input id="ipt_lastupdtrid" ref="/root/main/indcaseinfo/lastupdtrid" disabled="true" navindex="1" visibility="visible" autonext="false" style="left:1009px; top:31px; width:114px; height:19px; "/>
- <input id="ipt_lastupdtdt" ref="/root/main/indcaseinfo/lastupdtdt" disabled="true" navindex="1" visibility="visible" autonext="false" style="left:1009px; top:51px; width:114px; height:19px; "/>
- <caption id="caption39" class="cell_1" visibility="visible" style="left:1124px; top:31px; width:35px; height:39px; text-align:left; ">
- <![CDATA[사용
- 구분]]>
- </caption>
- <line id="line2" class="line_2" visibility="hidden" style="x1:0px; y1:359px; x2:1191px; y2:359px; "/>
- <line id="line6" class="line_2" visibility="hidden" style="x1:0px; y1:421px; x2:1191px; y2:421px; "/>
- <bool id="bol_uncouseyn" visibility="visible" checkvalue="true,false" ref="/root/main/indcaseinfo/uncouseyn" style="left:1164px; top:41px; width:20px; height:20px; text-align:left; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.copyNode("/root/send/send_usechange","/root/main/indcaseinfo");
- submit("TXPMC06100");
- fSendChk();
- ]]>
- </script>
- </bool>
- <select1 id="rdo_acntflag" ref="/root/send/send_ref/acntflag" class="radio_search" appearance="full" cols="3" overflow="visible" style="left:1100px; top:0px; width:90px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>개인</label>
- <value>P</value>
- </item>
- <item>
- <label>기관</label>
- <value>I</value>
- </item>
- </choices>
- </select1>
- <select1 id="rdo_uncouseflag" ref="/root/send/send_ref/uncouseyn" class="radio_search" appearance="full" cols="3" overflow="visible" style="left:940px; top:0px; width:145px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>사용</label>
- <value>Y</value>
- </item>
- <item>
- <label>미사용</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <caption id="caption7" style="left:1086px; top:3px; width:10px; height:15px; font-weight:bold; ">,</caption>
- <button id="button12" class="btn2_letter4" style="left:1127px; top:75px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "가상계좌리스트" + model.getValue("/root/send/send_ref/fromdd") + "_" + model.getValue("/root/send/send_ref/todd"), "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "") {
- grd_gridlist.saveExcel(fileName, "sheet");
- }
-
-
- ]]>
- </script>
- </button>
- </group>
- <group id="group2" style="left:0px; top:13px; width:1195px; height:40px; ">
- <shape id="roundrect2" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:2px; width:1194px; height:36px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_ref" class="btn1_letter2" style="left:1125px; top:9px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSendChk();
- //submit("TRPMC06100");
- ]]>
- </script>
- </button>
- <input id="ipt_vacntno" ref="/root/send/send_ref/vacntno" style="left:895px; top:10px; width:85px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- inputEnterKey("btn_ref", "DOMActivate");
- ]]>
- </script>
- </input>
- <input id="ipt_deponm" ref="/root/send/send_ref/deponm" maxlength="14" style="left:349px; top:11px; width:71px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- inputEnterKey("btn_ref", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption12" class="search_name" style="left:817px; top:12px; width:80px; height:17px; ">가상계좌</caption>
- <line id="line4" class="line_4" style="x1:1110px; y1:7px; x2:1110px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_fromdd" ref="/root/send/send_ref/fromdd" inputtype="date" maxlength="14" style="left:92px; top:11px; width:85px; height:19px; "/>
- <caption id="caption15" class="search_name" style="left:269px; top:12px; width:80px; height:17px; ">입금자명</caption>
- <caption id="caption5" class="search_name" style="left:10px; top:13px; width:77px; height:17px; ">입금기간</caption>
- <input id="ipt_todd" ref="/root/send/send_ref/todd" inputtype="date" maxlength="14" style="left:179px; top:11px; width:85px; height:19px; "/>
- <input id="ipt_depoamt" ref="/root/send/send_ref/depoamt" maxlength="14" format="9999999999" style="left:504px; top:11px; width:97px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- inputEnterKey("btn_ref", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption13" class="search_name" style="left:424px; top:12px; width:80px; height:17px; ">입금금액</caption>
- <caption id="caption14" class="search_name" visibility="hidden" style="left:659px; top:12px; width:80px; height:17px; ">입금은행</caption>
- <caption id="caption16" class="search_name" style="left:984px; top:12px; width:51px; height:17px; ">구분</caption>
- <select1 id="cmb_depoflag" ref="/root/send/send_ref/depoflag" appearance="minimal" style="left:1038px; top:11px; width:57px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>-</value>
- </item>
- <item>
- <label>입금</label>
- <value>02001300</value>
- </item>
- <item>
- <label>취소</label>
- <value>04001300</value>
- </item>
- </choices>
- </select1>
- <caption id="caption17" style="left:601px; top:15px; width:28px; height:15px; font-size:8pt; font-weight:bold; ">이상</caption>
- <!-- P0468 -->
- <select1 id="cmb_depobank" ref="/root/send/send_ref/depobank" visibility="hidden" appearance="minimal" style="left:736px; top:11px; width:77px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0468list/P0468">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <input id="input1" ref="/root/send/send_ref/pid" maxlength="14" style="left:715px; top:11px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- inputEnterKey("btn_ref", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption3" class="search_name" style="left:635px; top:12px; width:85px; height:17px; ">등록번호</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|