123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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="">
- <send>
- <sess_posinstcd/>
- <ioflag/>
- <orddeptcd/>
- <orddd/>
- <mainord/>
- <fromdd/>
- <todd/>
- </send>
- <main>
- </main>
- <hidden>
- </hidden>
- <init>
- <basecdlist>
- <orddeptcd>
- <cdnm/>
- <cdid/>
- <deptengabbr/>
- <reqdeptno/>
- </orddeptcd>
- </basecdlist>
- </init>
- <temp>
- </temp>
- <list>
- <waitaccept>
- <orddeptcd/>
- <orddeptnm/>
- <hngnm/>
- <pid/>
- <presctime/>
- <rrgstno1/>
- <rrgstno2/>
- </waitaccept>
- <mainacptord>
- <mord1/>
- <mord2/>
- <mord3/>
- <mord4/>
- <mord5/>
- <mord6/>
- <mord7/>
- <mord8/>
- <mord9/>
- <mord10/>
- </mainacptord>
- <mainordcd>
- <mordcd1/>
- <mordcd2/>
- <mordcd3/>
- <mordcd4/>
- <mordcd5/>
- <mordcd6/>
- <mordcd7/>
- <mordcd8/>
- <mordcd9/>
- <mordcd10/>
- </mainordcd>
- <viprcpt>
- <orddeptcd/>
- <orddeptnm/>
- <hngnm/>
- <pid/>
- <presctime/>
- <rrgstno1/>
- <rrgstno2/>
- </viprcpt>
- <geomsalist>
- <pid/>
- <hngnm/>
- <orddd/>
- <rsrvdd/>
- <rsrvtm/>
- <calcscornm/>
- </geomsalist>
- </list>
- </root>
- </instance>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRPMI05600" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/list"/>
- <submission id="TRPMI05700" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/list"/>
- <submission id="TXPMI05600" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/result"/>
- <submission id="TRPAO00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/hidden/session" resultref="/root/init/basecdlist"/>
- </model>
- <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/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../pam/opatmngtweb/js/PMOCOM.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- fGetUserInfosSampling();//세션정보
- model.setValue("/root/send/sess_posinstcd",model.getValue("/root/hidden/session/sess_dutplceinstcd"));
- model.setValue("/root/send/ioflag","I");
- model.setValue("/root/send/orddd","20100101");
- model.setValue("/root/send/fromdd", getCurrentDate());
- model.setValue("/root/send/todd", getCurrentDate());
-
- //2012-09-18
- //미수입금 프로그램에서 vip후수납 입원 대상 조회 추가
- var uncocallyn = opener.javascript.getParameter("SPPMI05600_uncocall");
- if( uncocallyn == 'Y' ){
-
- model.makeNode("/root/send/uncocall");
- model.setValue("/root/send/uncocall", uncocallyn);
-
- //탭설정
- swt_aipmmngt.selectedIndex = 2;
- btn_chanpat.visible = false;
- btn_inpat1.visible = false;
- button3.visible = false;
- }
-
- model.refresh();
- submit("TRPAO00102");
- addComboItem( "cmb_orddeptcd" , "가정간호", "H", "above" );
- if(submit("TRPMI05700")){
- model.copyNode("/root/send/mainord" , "/root/list/mainordcd");
- submit("TRPMI05600");
- }
- addComboItem( "cmb_orddeptcd" , "", "", "above" );
- zbcfGetCodeList(new Array("P0101","P0028","P0038"),new Array("/root/init1/P0101list","/root/init1/P0028list","/root/init1/P0038list"));
- model.refresh();
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="580" pageheight="685" guideline="600" style="margin-left:8px; margin-top:0px; margin-right:8px; margin-bottom:0px; ">
- <group id="group1" style="left:0px; top:0px; width:555px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:120px; height:14px; ">수납대상자 조회</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:15px; width:555px; height:640px; ">
- <switch id="swt_aipmmngt" style="left:0px; top:40px; width:550px; height:600px; ">
- <case id="case_waitaccept" class="sw_box" selected="true" style="left:0px; top:0px; width:550px; height:600px; ">
- <line id="line20" class="line_1" style="x1:0px; y1:45px; x2:550px; y2:45px; "/>
- <caption id="caption3" class="tit_2" style="left:3px; top:6px; width:126px; height:14px; ">수납대상자 리스트</caption>
- <datagrid id="grd_waitaccept" nodeset="/root/list/waitaccept" caption="진료과^성명^환자번호^진료시간^주민등록번호^주민등록번호" colsep="^" colwidth="115, 80, 100, 130, 60, 60" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:50px; width:550px; height:550px; text-align:center; ">
- <col disabled="true" ref="orddeptcd" type="combo">
- <choices>
- <itemset nodeset="/root/init/basecdlist/orddeptcd">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="hngnm"/>
- <col ref="pid"/>
- <col ref="presctime" format="hh:nn"/>
- <col ref="rrgstno1"/>
- <col ref="rrgstno2"/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_waitaccept.gridtoinstance();
- ]]>
- </script>
- </datagrid>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
-
-
- if( ! isDataCell() ) {
- return false;
- }
-
- var row = grd_waitaccept.row;
-
- opener.javascript.setParameter("SMPAO00100_PID" , model.getValue("/root/list/waitaccept[" + row + "]/pid"));
-
- model.close();
- ]]>
- </script>
- <button id="button4" class="btn2_letter4" style="left:473px; top:25px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "") {
- grd_waitaccept.saveExcel(fileName, "수납대기자명단", true, true, "", "", true);
- } else {
- messageBox("파일명이 지정되지 않았습니다.", "C000");
- }
- ]]>
- </script>
- </button>
- </case>
- <case id="case_usedaccept" class="sw_box" style="left:0px; top:0px; width:550px; height:600px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:45px; x2:550px; y2:45px; "/>
- <caption id="caption2" class="tit_2" style="left:3px; top:6px; width:131px; height:14px; ">주수납 진료과 등록</caption>
- <button id="button2" class="btn5_letter2" style="left:495px; top:25px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.copyNode("/root/send/mainord" , "/root/list/mainordcd");
- submit("TXPMI05600");
-
- ]]>
- </script>
- </button>
- <datagrid id="grd_orddeptcd" nodeset="/root/init/basecdlist/orddeptcd" caption="진료과코드^진료과명" colsep="^" colwidth="100, 120" mergecellsfixedrows="bycolrec" rowsep="|" style="left:270px; top:65px; width:260px; height:520px; ">
- <col ref="cdid" visibility="hidden"/>
- <col ref="cdnm" style="text-align:left; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if(isDataCell()){
- var row = grd_orddeptcd.row;
- for(var i = 1; i <= 10; i++){
- if(model.getValue("/root/list/mainacptord/mord" + i) == model.getValue("/root/init/basecdlist/orddeptcd["+row+"]/cdnm")){
- messageBox("주진료과 선택이" , "E006");
- return;
- }else{
- if(model.getValue("/root/list/mainacptord/mord" + i) == ""){
- model.setValue("/root/list/mainacptord/mord" + i , model.getValue("/root/init/basecdlist/orddeptcd["+row+"]/cdnm"));
- model.setValue("/root/list/mainordcd/mordcd" + i , model.getValue("/root/init/basecdlist/orddeptcd["+row+"]/cdid"));
- model.refresh();
- return;
- }
- }
- }
- }
- ]]>
- </script>
- </datagrid>
- <caption id="caption1" class="cell_1" style="left:25px; top:70px; width:100px; height:20px; ">주진료과1</caption>
- <output id="output1" ref="/root/list/mainacptord/mord1" class="output_fix" style="left:130px; top:70px; width:105px; height:19px; "/>
- <caption id="caption4" class="cell_1" style="left:25px; top:95px; width:100px; height:20px; ">주진료과2</caption>
- <output id="output2" ref="/root/list/mainacptord/mord2" class="output_fix" style="left:130px; top:95px; width:105px; height:19px; "/>
- <caption id="caption5" class="cell_1" style="left:25px; top:120px; width:100px; height:20px; ">주진료과3</caption>
- <output id="output3" ref="/root/list/mainacptord/mord3" class="output_fix" style="left:130px; top:120px; width:105px; height:19px; "/>
- <caption id="caption8" class="cell_1" style="left:25px; top:145px; width:100px; height:20px; ">주진료과4</caption>
- <output id="output4" ref="/root/list/mainacptord/mord4" class="output_fix" style="left:130px; top:145px; width:105px; height:19px; "/>
- <output id="output5" ref="/root/list/mainacptord/mord5" class="output_fix" style="left:130px; top:170px; width:105px; height:19px; "/>
- <caption id="caption9" class="cell_1" style="left:25px; top:170px; width:100px; height:20px; ">주진료과5</caption>
- <output id="output6" ref="/root/list/mainacptord/mord6" class="output_fix" style="left:130px; top:195px; width:105px; height:19px; "/>
- <caption id="caption10" class="cell_1" style="left:25px; top:195px; width:100px; height:20px; ">주진료과6</caption>
- <output id="output7" ref="/root/list/mainacptord/mord7" class="output_fix" style="left:130px; top:220px; width:105px; height:19px; "/>
- <caption id="caption11" class="cell_1" style="left:25px; top:220px; width:100px; height:20px; ">주진료과7</caption>
- <output id="output8" ref="/root/list/mainacptord/mord8" class="output_fix" style="left:130px; top:245px; width:105px; height:19px; "/>
- <caption id="caption12" class="cell_1" style="left:25px; top:245px; width:100px; height:20px; ">주진료과8</caption>
- <output id="output9" ref="/root/list/mainacptord/mord9" class="output_fix" style="left:130px; top:270px; width:105px; height:19px; "/>
- <caption id="caption13" class="cell_1" style="left:25px; top:270px; width:100px; height:20px; ">주진료과9</caption>
- <output id="output10" ref="/root/list/mainacptord/mord10" class="output_fix" style="left:130px; top:295px; width:105px; height:19px; "/>
- <caption id="caption14" class="cell_1" style="left:25px; top:295px; width:100px; height:20px; ">주진료과10</caption>
- <button id="button1" class="btn2_letter3" style="left:440px; top:25px; width:53px; height:19px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/list/mainacptord/mord1" , "");
- model.setValue("/root/list/mainacptord/mord2" , "");
- model.setValue("/root/list/mainacptord/mord3" , "");
- model.setValue("/root/list/mainacptord/mord4" , "");
- model.setValue("/root/list/mainacptord/mord5" , "");
- model.setValue("/root/list/mainacptord/mord6" , "");
- model.setValue("/root/list/mainacptord/mord7" , "");
- model.setValue("/root/list/mainacptord/mord8" , "");
- model.setValue("/root/list/mainacptord/mord9" , "");
- model.setValue("/root/list/mainacptord/mord10" , "");
-
- model.setValue("/root/list/mainordcd/mordcd1" , "");
- model.setValue("/root/list/mainordcd/mordcd2" , "");
- model.setValue("/root/list/mainordcd/mordcd3" , "");
- model.setValue("/root/list/mainordcd/mordcd4" , "");
- model.setValue("/root/list/mainordcd/mordcd5" , "");
- model.setValue("/root/list/mainordcd/mordcd6" , "");
- model.setValue("/root/list/mainordcd/mordcd7" , "");
- model.setValue("/root/list/mainordcd/mordcd8" , "");
- model.setValue("/root/list/mainordcd/mordcd9" , "");
- model.setValue("/root/list/mainordcd/mordcd10" , "");
- model.refresh();
- ]]>
- </script>
- </button>
- </case>
- <case id="case_viprcpt">
- <line id="line2" class="line_1" style="x1:0px; y1:45px; x2:546px; y2:45px; "/>
- <datagrid id="grd_viprcpt" nodeset="/root/list/viprcpt" caption="진료과^성명^환자번호^진료시간^주민등록번호^주민등록번호^진료형태" colsep="^" colwidth="110, 70, 100, 60, 60, 60, 80" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:50px; width:547px; height:546px; text-align:center; ">
- <col disabled="true" ref="orddeptcd" type="combo">
- <choices>
- <itemset nodeset="/root/init/basecdlist/orddeptcd">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="hngnm"/>
- <col ref="pid"/>
- <col ref="presctime" format="hh:nn"/>
- <col ref="rrgstno1"/>
- <col ref="rrgstno2"/>
- <col disabled="true" ref="ordtype" type="combo">
- <choices>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- </choices>
- </col>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_viprcpt.gridtoinstance();
- ]]>
- </script>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
-
- if( ! isDataCell() ) {
- return false;
- }
-
- var row = grd_viprcpt.row;
- if( model.getValue("/root/list/viprcpt[" + row + "]/ordtype") == 'O' ){
-
- opener.javascript.setParameter("SMPAO00100_PID" , model.getValue("/root/list/viprcpt[" + row + "]/pid"));
- }else{
- messageBox("입원퇴원수납 프로그램에서 수납처리하세요! 입원수납 대상입니다.", "E999", "");
- return false;
- }
-
- model.close();
- ]]>
- </script>
- </datagrid>
- <button id="button5" class="btn2_letter4" style="left:473px; top:25px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "") {
- grd_viprcpt.saveExcel(fileName, "VIP후수납명단", true, true, "", "", true);
- } else {
- messageBox("파일명이 지정되지 않았습니다.", "C000");
- }
-
- ]]>
- </script>
- </button>
- </case>
- <case id="case_geomsa">
- <line id="line3" class="line_1" style="x1:0px; y1:45px; x2:546px; y2:45px; "/>
- <datagrid id="grd_geomsa" nodeset="/root/list/geomsalist" caption="환자번호^환자명^진료일자^예약일자^예약시간^처방명" colsep="^" colwidth="70, 60, 69, 69, 55, 204" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:48px; width:547px; height:547px; text-align:center; ">
- <col ref="pid"/>
- <col ref="hngnm"/>
- <col ref="orddd" format="yyyy-mm-dd"/>
- <col ref="rsrvdd" format="yyyy-mm-dd"/>
- <col ref="rsrvtm" format="hh:nn"/>
- <col ref="calcscornm"/>
- </datagrid>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
-
-
- if( ! isDataCell() ) {
- return false;
- }
-
- var row = grd_geomsa.row;
-
- opener.javascript.setParameter("SMPAO00100_PID" , model.getValue("/root/list/geomsalist[" + row + "]/pid"));
-
- model.close();
- ]]>
- </script>
- <button id="button3" class="btn2_letter4" style="left:473px; top:25px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "") {
- grd_geomsa.saveExcel(fileName, "검사수납대기자", true, true, "", "", true);
- } else {
- messageBox("파일명이 지정되지 않았습니다.", "C000");
- }
- ]]>
- </script>
- </button>
- </case>
- </switch>
- <button id="btn_inpat1" class="btn_sw" visibility="visible" group="tab" selected="false" style="left:95px; top:65px; width:96px; height:22px; ">
- <caption>주수납 진료과</caption>
- <toggle case="case_usedaccept" ev:event="xforms-activate"/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- model.makeNode("/root/list/mainacptord/mord1");
- model.makeNode("/root/list/mainacptord/mord2");
- model.makeNode("/root/list/mainacptord/mord3");
- model.makeNode("/root/list/mainacptord/mord4");
- model.makeNode("/root/list/mainacptord/mord5");
- model.makeNode("/root/list/mainacptord/mord6");
- model.makeNode("/root/list/mainacptord/mord7");
- model.makeNode("/root/list/mainacptord/mord8");
- model.makeNode("/root/list/mainacptord/mord9");
- model.makeNode("/root/list/mainacptord/mord10");
-
- model.setValue("/root/list/mainacptord/mord1" , model.getValue("/root/send/mainord/mord1"));
- model.setValue("/root/list/mainacptord/mord2" , model.getValue("/root/send/mainord/mord2"));
- model.setValue("/root/list/mainacptord/mord3" , model.getValue("/root/send/mainord/mord3"));
- model.setValue("/root/list/mainacptord/mord4" , model.getValue("/root/send/mainord/mord4"));
- model.setValue("/root/list/mainacptord/mord5" , model.getValue("/root/send/mainord/mord5"));
- model.setValue("/root/list/mainacptord/mord6" , model.getValue("/root/send/mainord/mord6"));
- model.setValue("/root/list/mainacptord/mord7" , model.getValue("/root/send/mainord/mord7"));
- model.setValue("/root/list/mainacptord/mord8" , model.getValue("/root/send/mainord/mord8"));
- model.setValue("/root/list/mainacptord/mord9" , model.getValue("/root/send/mainord/mord9"));
- model.setValue("/root/list/mainacptord/mord10" , model.getValue("/root/send/mainord/mord10"));
- model.makeNode("/root/list/mainordcd/mordcd1");
- model.makeNode("/root/list/mainordcd/mordcd2");
- model.makeNode("/root/list/mainordcd/mordcd3");
- model.makeNode("/root/list/mainordcd/mordcd4");
- model.makeNode("/root/list/mainordcd/mordcd5");
- model.makeNode("/root/list/mainordcd/mordcd6");
- model.makeNode("/root/list/mainordcd/mordcd7");
- model.makeNode("/root/list/mainordcd/mordcd8");
- model.makeNode("/root/list/mainordcd/mordcd9");
- model.makeNode("/root/list/mainordcd/mordcd10");
-
- model.setValue("/root/list/mainordcd/mordcd1" , model.getValue("/root/send/mainord/mordcd1"));
- model.setValue("/root/list/mainordcd/mordcd2" , model.getValue("/root/send/mainord/mordcd2"));
- model.setValue("/root/list/mainordcd/mordcd3" , model.getValue("/root/send/mainord/mordcd3"));
- model.setValue("/root/list/mainordcd/mordcd4" , model.getValue("/root/send/mainord/mordcd4"));
- model.setValue("/root/list/mainordcd/mordcd5" , model.getValue("/root/send/mainord/mordcd5"));
- model.setValue("/root/list/mainordcd/mordcd6" , model.getValue("/root/send/mainord/mordcd6"));
- model.setValue("/root/list/mainordcd/mordcd7" , model.getValue("/root/send/mainord/mordcd7"));
- model.setValue("/root/list/mainordcd/mordcd8" , model.getValue("/root/send/mainord/mordcd8"));
- model.setValue("/root/list/mainordcd/mordcd9" , model.getValue("/root/send/mainord/mordcd9"));
- model.setValue("/root/list/mainordcd/mordcd10" , model.getValue("/root/send/mainord/mordcd10"));
-
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_chanpat" class="btn_sw" visibility="visible" group="tab" selected="true" style="left:0px; top:65px; width:96px; height:22px; ">
- <caption>수납대기자</caption>
- <toggle case="case_waitaccept" ev:event="xforms-activate"/>
- </button>
- <group id="group5" style="left:0px; top:5px; width:555px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:550px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line13" class="line_4" style="x1:465px; y1:7px; x2:465px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search2" class="btn1_letter2" style="left:476px; top:7px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRPMI05600");
- ]]>
- </script>
- </button>
- <select1 id="cmb_orddeptcd" ref="/root/send/orddeptcd" class="combo_default" appearance="minimal" style="left:79px; top:8px; width:120px; height:19px; vertical-align:middle; ">
- <choices>
- <itemset nodeset="/root/init/basecdlist/orddeptcd">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- model.setValue("/root/send/orddeptcd" , cmb_orddeptcd.value);
- submit("TRPMI05600");
- ]]>
- </script>
- </select1>
- <caption id="caption7" class="search_name" style="left:10px; top:7px; width:89px; height:17px; vertical-align:top; ">수납과</caption>
- <input id="input1" ref="/root/send/fromdd" inputtype="date" format="yyyy-mm-dd" style="left:265px; top:8px; width:85px; height:19px; vertical-align:middle; "/>
- <input id="input2" ref="/root/send/todd" inputtype="date" format="yyyy-mm-dd" style="left:370px; top:8px; width:85px; height:19px; vertical-align:middle; "/>
- <caption id="caption15" style="left:355px; top:8px; width:13px; height:20px; font-size:12pt; font-weight:bold; ">~</caption>
- <caption id="caption16" class="search_name" style="left:209px; top:7px; width:54px; height:17px; vertical-align:top; ">기간</caption>
- </group>
- <button id="button6" class="btn_sw" visibility="visible" group="tab" selected="false" style="left:192px; top:65px; width:96px; height:22px; ">
- <caption>VIP후수납</caption>
- <toggle case="case_viprcpt" ev:event="xforms-activate"/>
- </button>
- <button id="button7" class="btn_sw" visibility="visible" group="tab" selected="false" style="left:288px; top:65px; width:102px; height:22px; ">
- <caption>검사수납대기자</caption>
- <toggle case="case_geomsa" ev:event="xforms-activate"/>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|