123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510 |
- <?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>
- <gridlist>
- <gridlistinfo>
- <useyn/>
- <vacntno/>
- <pid/>
- <nm/>
- <rrgstno/>
- <indinstflag/>
- <remfact/>
- <vacntamt/>
- <fstrgstdt/>
- <fstrgstrid/>
- </gridlistinfo>
- </gridlist>
- <cntinfo>
- <cnt>
- <allcnt/>
- <usecnt/>
- <unusecnt/>
- <notusecnt/>
- </cnt>
- </cntinfo>
- <acntrgstinfo>
- <info>
- <vacntno/>
- <pid/>
- <nm/>
- <rrgstno/>
- <vacntamt/>
- <useyn/>
- <fstrgstdt/>
- <fstrgstrid/>
- <msg/>
- </info>
- </acntrgstinfo>
- <beforechk>
- <beforeinfo>
- <pid/>
- <chk1/>
- <chk2/>
- </beforeinfo>
- </beforechk>
- </main>
- <send>
- <send_ref>
- <pid/>
- <vacntno/>
- <fromdd/>
- <todd/>
- <useyn/>
- <acntflag/>
- </send_ref>
- <send_pid>
- <pid/>
- <acntflag>P</acntflag>
- </send_pid>
- </send>
- <hidden>
- </hidden>
- <init>
- <P0439list>
- <P0439>
- <cdnm/>
- <cdid/>
- </P0439>
- </P0439list>
- </init>
- <temp>
- </temp>
- </root>
- </instance>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRPMC06000" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/main/cntinfo"/>
- <submission id="TRPMC06001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/send_ref" replace="instance" resultref="/root/main/gridlist"/>
- <submission id="TXPMC06000" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/send_pid" replace="instance" resultref="/root/main/acntrgstinfo"/>
- <submission id="TRPMC06002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/send_pid" replace="instance" resultref="/root/main/acntrgstinfo"/>
- </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_pid.value = "";
- ipt_vacntno.value = "";
- ipt_fromdd.value = getCurrentDate();
- ipt_todd.value= getCurrentDate();
- ipt_pidinsert.value= "";
- rdo_acntflag.value= "P";
- rdo_refacntflag.value = "A";
-
- caption23.visible= false;
- caption23.attribute("top") = 61;
-
- caption24.visible= false;
- caption24.attribute("left") = 766;
-
- caption25.visible= false;
- caption25.attribute("left") = 766;
-
- caption26.visible= false;
- caption26.attribute("left") = 766;
-
- button2.visible= false;
-
-
- //본문초기화
- model.resetInstanceNode("/root/main/gridlist");
- model.resetInstanceNode("/root/main/cntinfo");
- model.resetInstanceNode("/root/main/acntrgstinfo");
-
- // 건수정보 조회
- submit("TRPMC06000");
-
- }
-
- // 조회 조건 체크
- function fSendChk(){
- // var pid = model.getValue("/root/send/send_ref/pid");
- // var vacntno = model.getValue("/root/send/send_ref/vacntno");
- // var vacntnofrom = model.getValue("/root/send/send_ref/vacntnofrom");
- // var vacntnoto = model.getValue("/root/send/send_ref/vacntnoto");
- var pid = ipt_pid.currentText;
- var vacntno = ipt_vacntno.currentText;
- var vacntnofrom = ipt_fromdd.currentText;
- var vacntnoto = ipt_todd.currentText;
-
- if( pid == "" && vacntno == "" && vacntnofrom == "" && vacntnoto == ""){
- messageBox("조회조건을","C001");
- return false;
- }else{
- submit("TRPMC06001");
- }
- }
-
- // 연결등록전 등록번호 값입력했는지 검사한다.
- function fSendOneChk(){
- // var pid = model.getValue("/root/send/send_pid/pid");
- var pid = ipt_pidinsert.currentText;
- var flag = rdo_acntflag.value;
- if(pid == ""){
- if(flag == 'P'){
- alert("등록번호를 입력하세요");
- }else{
- alert("기관번호를 입력하세요");
- }
-
- return false;
- }else{
- submit("TXPMC06000");
- }
- }
-
- // 환자정보조회
- function fPatInfo(){
- var pid = ipt_pidinsert.currentText;
- var flag = rdo_acntflag.value;
- if(pid == ""){
- if(flag == 'P'){
- alert("등록번호를 입력하세요");
- }else{
- alert("기관번호를 입력하세요");
- }
- return false;
- }else{
- submit("TRPMC06002");
- }
- }
-
- // 가상계좌번호복사
- function fVirtualCopy(){
- window.clipBoardData = model.getValue("/root/main/acntrgstinfo/info/vacntno");
- window.setPopupMenu(false);
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- zbcfGetCodeList( new Array("P0439"), new Array("/root/init/P0439list"));
- fInitialize();
-
- model.refresh();
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1193;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:1120px; top:5px; 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/gridlistinfo" class="datagrid2" autoresize="false" caption="사용
여부^가상계좌^등록번호^성명^주민등록번호^개인
기관^비 고^계좌
금액^등록일시^등록자" colsep="^" colwidth="35, 106, 74, 110, 105, 32, 137, 31, 82, 132" dataheight="25" defaultrows="2" ellipsis="true" explorerbar="sort" extendlastcol="false" mergecellsfixedrows="byrowrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:36px; width:887px; height:639px; ">
- <col disabled="true" ref="useyn" type="checkbox" style="text-align:center; "/>
- <col ref="vacntno" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="nm" style="text-align:center; "/>
- <col ref="rrgstno" format="999999-9999999" style="text-align:center; "/>
- <col ref="indinstflag" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>개인</label>
- <value>P</value>
- </item>
- <item>
- <label>기관</label>
- <value>I</value>
- </item>
- </choices>
- </col>
- <col ref="remfact" style="text-align:center; "/>
- <col ref="vacntamt" visibility="hidden" format="#,###" style="left:406px; top:23px; width:92px; height:23px; text-align:center; "/>
- <col ref="fstrgstdt" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="fstrgstrid" style="text-align:center; "/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var useyn = model.getValue("/root/main/gridlist/gridlistinfo[" + grd_gridlist.row + "] /useyn");
- var vacntno = model.getValue("/root/main/gridlist/gridlistinfo[" + grd_gridlist.row + "]/vacntno");
- var pid = model.getValue("/root/main/gridlist/gridlistinfo[" + grd_gridlist.row + "]/pid");
- var nm = model.getValue("/root/main/gridlist/gridlistinfo[" + grd_gridlist.row + "]/nm");
- var rrgstno = model.getValue("/root/main/gridlist/gridlistinfo[" + grd_gridlist.row + "]/rrgstno");
- var vacntamt = model.getValue("/root/main/gridlist/gridlistinfo[" + grd_gridlist.row + "]/vacntamt");
- var fstrgstdt = model.getValue("/root/main/gridlist/gridlistinfo[" + grd_gridlist.row + "]/fstrgstdt");
- var fstrgstrid = model.getValue("/root/main/gridlist/gridlistinfo[" + grd_gridlist.row + "]/fstrgstrid");
-
- model.setValue("/root/main/acntrgstinfo/info/vacntno",model.getValue("/root/main/gridlist/gridlistinfo[" + grd_gridlist.row + "]/vacntno"));
- model.setValue("/root/main/acntrgstinfo/info/pid",model.getValue("/root/main/gridlist/gridlistinfo[" + grd_gridlist.row + "]/pid"));
- model.setValue("/root/main/acntrgstinfo/info/nm",model.getValue("/root/main/gridlist/gridlistinfo[" + grd_gridlist.row + "]/nm"));
- model.setValue("/root/main/acntrgstinfo/info/rrgstno",model.getValue("/root/main/gridlist/gridlistinfo[" + grd_gridlist.row + "]/rrgstno"));
- model.setValue("/root/main/acntrgstinfo/info/vacntamt",model.getValue("/root/main/gridlist/gridlistinfo[" + grd_gridlist.row + "]/vacntamt"));
- model.setValue("/root/main/acntrgstinfo/info/useyn", model.getValue("/root/main/gridlist/gridlistinfo[" + grd_gridlist.row + "] /useyn"));
- model.setValue("/root/main/acntrgstinfo/info/fstrgstdt",model.getValue("/root/main/gridlist/gridlistinfo[" + grd_gridlist.row + "]/fstrgstdt"));
- model.setValue("/root/main/acntrgstinfo/info/fstrgstrid",model.getValue("/root/main/gridlist/gridlistinfo[" + grd_gridlist.row + "]/fstrgstrid"));
- model.setValue("/root/main/acntrgstinfo/info/msg","-");
-
- model.refresh();
-
- ]]>
- </script>
- </datagrid>
- <caption id="caption46" class="tit_2" style="left:0px; top:15px; width:139px; height:13px; ">가상계좌 리스트</caption>
- <line id="line3" class="line_1" style="x1:1px; y1:30px; x2:887px; y2:30px; "/>
- <input id="ipt_allcnt" ref="/root/main/cntinfo/cnt/allcnt" disabled="true" navindex="1" autonext="false" format="9999999999" style="left:1008px; top:565px; width:180px; height:19px; "/>
- <caption id="caption9" class="cell_1" style="left:894px; top:563px; width:111px; height:23px; ">전체건수</caption>
- <input id="ipt_usecnt" ref="/root/main/cntinfo/cnt/usecnt" disabled="true" navindex="1" autonext="false" format="9999999999" style="left:1008px; top:592px; width:180px; height:19px; "/>
- <caption id="caption1" class="cell_1" style="left:894px; top:590px; width:111px; height:23px; ">사용건수</caption>
- <caption id="caption2" class="cell_1" style="left:894px; top:617px; width:111px; height:23px; ">미사용건수</caption>
- <input id="ipt_unuseyn" ref="/root/main/cntinfo/cnt/unusecnt" disabled="true" navindex="1" autonext="false" format="9999999999" style="left:1008px; top:619px; width:180px; height:19px; "/>
- <caption id="caption3" class="cell_1" style="left:894px; top:644px; width:111px; height:23px; ">NOT사용건수</caption>
- <input id="ipt_notuseyn" ref="/root/main/cntinfo/cnt/notusecnt" disabled="true" navindex="1" autonext="false" format="9999999999" style="left:1008px; top:646px; width:180px; height:19px; "/>
- <caption id="caption7" class="tit_2" style="left:897px; top:15px; width:139px; height:13px; ">신규 계좌 연결 등록</caption>
- <line id="line2" class="line_1" style="x1:893px; y1:30px; x2:1190px; y2:30px; "/>
- <input id="ipt_pidinsert" ref="/root/send/send_pid/pid" navindex="1" autonext="false" format="9999999999" style="left:1010px; top:37px; width:177px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- inputEnterKey("btn_patinfo", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption8" class="cell_1" style="left:894px; top:35px; width:116px; height:23px; ">등록번호</caption>
- <line id="line6" class="line_1" style="x1:894px; y1:555px; x2:1191px; y2:555px; "/>
- <caption id="caption10" class="tit_2" style="left:893px; top:540px; width:139px; height:13px; ">가상계좌 건수정보</caption>
- <line id="line16" class="line_2" style="x1:894px; y1:587px; x2:1191px; y2:587px; "/>
- <line id="line1" class="line_2" style="x1:894px; y1:614px; x2:1191px; y2:614px; "/>
- <line id="line7" class="line_2" style="x1:894px; y1:561px; x2:1191px; y2:561px; "/>
- <line id="line8" class="line_2" style="x1:894px; y1:641px; x2:1191px; y2:641px; "/>
- <line id="line9" class="line_2" style="x1:894px; y1:669px; x2:1191px; y2:669px; "/>
- <line id="line10" class="line_1" style="x1:894px; y1:672px; x2:1191px; y2:672px; "/>
- <line id="line11" class="line_2" style="x1:894px; y1:59px; x2:1191px; y2:59px; "/>
- <button id="btn_insert" class="btn5_letter4" style="left:1124px; top:180px; width:64px; height:19px; ">
- <caption>연결등록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 연결등록전 확인후 조회
- fSendOneChk();
- ]]>
- </script>
- </button>
- <line id="line5" class="line_1" style="x1:893px; y1:200px; x2:1190px; y2:200px; "/>
- <caption id="caption11" class="tit_2" style="left:892px; top:185px; width:139px; height:13px; ">연결등록정보확인</caption>
- <line id="line12" class="line_2" style="x1:894px; y1:232px; x2:1191px; y2:232px; "/>
- <input id="ipt_infovacntno" ref="/root/main/acntrgstinfo/info/vacntno" disabled="true" navindex="1" autonext="false" style="left:1010px; top:210px; width:177px; height:19px; ">
- <script type="javascript" ev:event="onmousedown">
- <![CDATA[
- fVirtualCopy();
- // if(event.button== 3) {
- // var targetname = event.target;
- // if(targetname == 'ipt_infovacntno'){
- // window.showPopupMenu(true);
- // window.setPopupMenu(true, "/root/hidden/popupmenu/info/item", "name", "func", false);
- // model.refresh();
- // }else{
- // window.setPopupMenu(false);
- // model.refresh();
- // }
- // }
- ]]>
- </script>
- </input>
- <caption id="caption13" class="cell_1" style="left:894px; top:208px; width:116px; height:23px; ">가상계좌번호</caption>
- <line id="line13" class="line_2" style="x1:894px; y1:258px; x2:1191px; y2:258px; "/>
- <caption id="caption14" class="cell_1" style="left:894px; top:234px; width:116px; height:23px; ">등록번호</caption>
- <input id="ipt_infopid" ref="/root/main/acntrgstinfo/info/pid" disabled="true" navindex="1" autonext="false" format="9999999999" style="left:1010px; top:236px; width:177px; height:19px; "/>
- <line id="line14" class="line_2" style="x1:894px; y1:283px; x2:1191px; y2:283px; "/>
- <caption id="caption16" class="cell_1" style="left:894px; top:259px; width:116px; height:23px; ">성 명</caption>
- <input id="ipt_infonm" ref="/root/main/acntrgstinfo/info/nm" disabled="true" navindex="1" autonext="false" style="left:1010px; top:261px; width:177px; height:19px; "/>
- <line id="line15" class="line_2" style="x1:894px; y1:308px; x2:1191px; y2:308px; "/>
- <caption id="caption17" class="cell_1" style="left:894px; top:284px; width:116px; height:23px; ">주민등록번호</caption>
- <input id="ipt_inforrgstno" ref="/root/main/acntrgstinfo/info/rrgstno" disabled="true" navindex="1" autonext="false" style="left:1010px; top:286px; width:177px; height:19px; "/>
- <line id="line17" class="line_2" visibility="hidden" style="x1:894px; y1:488px; x2:1191px; y2:488px; "/>
- <caption id="caption18" class="cell_1" visibility="hidden" style="left:894px; top:464px; width:116px; height:23px; ">가상계좌금액</caption>
- <input id="ipt_vacntamt" ref="/root/main/acntrgstinfo/info/vacntamt" disabled="true" navindex="1" visibility="hidden" autonext="false" format="9999999999" style="left:1010px; top:466px; width:177px; height:19px; "/>
- <line id="line18" class="line_2" style="x1:894px; y1:358px; x2:1191px; y2:358px; "/>
- <caption id="caption19" class="cell_1" style="left:894px; top:334px; width:116px; height:23px; ">등록일시</caption>
- <input id="ipt_infofstrgstdt" ref="/root/main/acntrgstinfo/info/fstrgstdt" disabled="true" navindex="1" autonext="false" format="yyyy-mm-dd" style="left:1010px; top:336px; width:177px; height:19px; "/>
- <input id="ipt_infofstrgstrid" ref="/root/main/acntrgstinfo/info/fstrgstrid" disabled="true" navindex="1" autonext="false" style="left:1010px; top:361px; width:177px; height:19px; "/>
- <line id="line19" class="line_2" style="x1:894px; y1:383px; x2:1191px; y2:383px; "/>
- <caption id="caption20" class="cell_1" style="left:894px; top:359px; width:116px; height:23px; ">등록자ID</caption>
- <line id="line20" class="line_2" style="x1:894px; y1:333px; x2:1191px; y2:333px; "/>
- <caption id="caption21" class="cell_1" style="left:894px; top:309px; width:116px; height:23px; ">사용여부</caption>
- <button id="btn_useynchng" class="btn5_letter6" style="left:794px; top:10px; width:86px; height:19px; ">
- <caption>사용여부수정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- alert("업무협의 중입니다.")
- ]]>
- </script>
- </button>
- <select1 id="cmb_useyn" ref="/root/main/acntrgstinfo/info/useyn" disabled="true" appearance="minimal" style="left:1010px; top:311px; width:177px; height:19px; ">
- <choices>
- <item>
- <label>사용</label>
- <value>true</value>
- </item>
- <item>
- <label>미사용</label>
- <value>false</value>
- </item>
- </choices>
- </select1>
- <textarea id="ipt_msg" ref="/root/main/acntrgstinfo/info/msg" disabled="true" navindex="1" format="9999999999" autonext="false" appearance="textarea" style="left:1010px; top:386px; width:177px; height:74px; "/>
- <caption id="caption22" class="cell_1" style="left:894px; top:384px; width:116px; height:76px; ">메세지</caption>
- <line id="line21" class="line_2" style="x1:894px; y1:463px; x2:1191px; y2:463px; "/>
- <button id="btn_patinfo" class="btn5_letter4" visibility="hidden" style="left:1124px; top:160px; width:64px; height:19px; ">
- <caption>환자정보</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 환자정보조회
- fPatInfo();
- ]]>
- </script>
- </button>
- <caption id="caption23" class="cell_1" visibility="hidden" style="left:894px; top:61px; width:116px; height:23px; ">기관번호</caption>
- <select1 id="rdo_acntflag" ref="/root/send/send_pid/acntflag" class="radio_search" appearance="full" cols="3" overflow="visible" style="left:1099px; top:15px; width:90px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>개인</label>
- <value>P</value>
- </item>
- <item>
- <label>기관</label>
- <value>I</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var acntflag = rdo_acntflag.value;
-
- if(acntflag == 'P'){
- caption23.visible= false;
- caption23.attribute("top") = 61;
-
- caption24.visible= false;
- caption24.attribute("left") = 766;
-
- caption25.visible= false;
- caption25.attribute("left") = 766;
-
- caption26.visible= false;
- caption26.attribute("left") = 766;
-
- button2.visible= false;
-
- }else{
- caption23.visible= true;
- caption23.attribute("top") = 35;
-
- caption24.visible= true;
- caption24.attribute("left") = 894;
-
- caption25.visible= true;
- caption25.attribute("left") = 894;
-
- caption26.visible= true;
- caption26.attribute("left") = 894;
-
- button2.visible= true;
-
- }
- ]]>
- </script>
- </select1>
- <caption id="caption24" class="cell_1" visibility="hidden" style="left:766px; top:234px; width:116px; height:23px; ">기관번호</caption>
- <caption id="caption25" class="cell_1" visibility="hidden" style="left:766px; top:259px; width:116px; height:23px; ">기 관 명</caption>
- <caption id="caption26" class="cell_1" visibility="hidden" style="left:766px; top:284px; width:116px; height:23px; ">-</caption>
- <button id="button2" class="btn3_letter6" visibility="hidden" style="left:1086px; top:63px; width:104px; height:22px; ">
- <caption>기관코드관리</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //modal("../../pam/patinfomngtweb/xrw/SPPMC06200_가상계좌기관코드관리", "", "100", "100", "SPPMC06200","/root/send/data4","/root/source");
- modal("SPPMC06200", "1", "50", "50", "SPPMC06200", "", "");
- ]]>
- </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("TRPMC06001");
- ]]>
- </script>
- </button>
- <select id="ckb_useyn" ref="/root/send/send_ref/useyn" overflow="hidden" appearance="full" style="left:790px; top:11px; width:70px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>사용여부</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <input id="ipt_pid" ref="/root/send/send_ref/pid" style="left:98px; top:10px; width:85px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- inputEnterKey("btn_ref", "DOMActivate");
- ]]>
- </script>
- </input>
- <input id="ipt_vacntno" ref="/root/send/send_ref/vacntno" maxlength="14" style="left:310px; top:10px; width:105px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- inputEnterKey("btn_ref", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption12" class="search_name" style="left:8px; top:12px; width:90px; 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:546px; top:10px; width:105px; height:19px; "/>
- <caption id="caption15" class="search_name" style="left:195px; top:12px; width:114px; height:17px; ">가상계좌번호 :</caption>
- <caption id="caption5" class="search_name" style="left:429px; top:12px; width:138px; height:17px; ">계좌연결일자 :</caption>
- <input id="ipt_todd" ref="/root/send/send_ref/todd" inputtype="date" maxlength="14" style="left:653px; top:10px; width:105px; height:19px; "/>
- <select1 id="rdo_refacntflag" ref="/root/send/send_ref/acntflag" class="radio_search" appearance="full" cols="3" overflow="visible" style="left:900px; top:11px; width:135px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>개인</label>
- <value>P</value>
- </item>
- <item>
- <label>기관</label>
- <value>I</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var refacntflag = rdo_refacntflag.value;
- if(refacntflag == 'P'){
- grd_gridlist.colHidden(7) = true; // 비고 숨기기
- }else{
- grd_gridlist.colHidden(7) = false; // 비고 보이기
- }
- ]]>
- </script>
- </select1>
- </group>
- </xhtml:body>
- </xhtml:html>
|