123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- <?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="">
- <send>
- <srchflag/>
- <setno/>
- <judgdg/>
- <insukind/>
- </send>
- <main>
- <list01>
- <gridacptnolist>
- <acptno/>
- <judgdg/>
- <setno/>
- <insukind/>
- <ioflag/>
- <ordfildcd/>
- <clamflagcd/>
- <clamno/>
- <acptdd/>
- <cnt/>
- </gridacptnolist>
- </list01>
- <list02>
- <gridacptnolist2>
- <acptno/>
- <judgdg/>
- <setno/>
- <insukind/>
- <ioflag/>
- <ordfildcd/>
- <clamflagcd/>
- <clamno/>
- <acptdd/>
- <cnt/>
- <instcd/>
- </gridacptnolist2>
- </list02>
- </main>
- </root>
- </instance>
- <submission id="TRPIF30321" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list01"/>
- <submission id="TRPIF30322" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list02"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="870" pageheight="620">
- <group id="group3" scroll="auto" style="left:5px; top:0px; width:420px; height:565px; ">
- <line id="line8" class="line_1" style="x1:0px; y1:87px; x2:420px; y2:87px; "/>
- <group id="group4" style="left:0px; top:25px; width:420px; height:35px; vertical-align:top; ">
- <shape id="roundrect3" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:420px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line18" class="line_4" style="x1:338px; y1:4px; x2:338px; y2:26px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_setno" ref="/root/send/setno" style="left:110px; top:8px; width:70px; height:19px; "/>
- <button id="btn_cancel" class="btn1_letter2" style="left:355px; top:5px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(ipt_setno.value == null || ipt_setno.value == "") {
- alert("묶음번호를 입력하세요");
- model.setFocus("ipt_setno");
- return false;
- } else {
- model.setValue("/root/send/srchflag", "setno");
- model.resetInstanceNode("/root/main/list01");
- submit("TRPIF30321");
- }
-
-
- ]]>
- </script>
- </button>
- <caption id="caption5" class="search_name" style="left:15px; top:8px; width:90px; height:17px; ">묶음번호 :</caption>
- </group>
- <caption id="caption7" class="tit_2" style="left:6px; top:70px; width:113px; height:14px; ">조회리스트</caption>
- <datagrid id="grd_acptnolist" nodeset="/root/main/list01/gridacptnolist" caption="접수번호^심사차수^묶음번호^보험유형^내원유형^청구분야^청구형태^청구번호^접수일자^건수^기관코드" colsep="^" colwidth="80, 90, 70, 70, 70, 85, 90, 80, 80, 80, 100" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" selectionmode="free" style="left:0px; top:92px; width:420px; height:468px; ">
- <col ref="acptno" style="text-align:center; "/>
- <col ref="judgdg" style="text-align:center; "/>
- <col ref="setno" style="text-align:center; "/>
- <col ref="insukind" style="text-align:center; "/>
- <col ref="ioflag" style="text-align:center; "/>
- <col ref="ordfildcd" visibility="hidden" style="text-align:center; "/>
- <col ref="clamflagcd" visibility="hidden" style="text-align:center; "/>
- <col ref="clamno" visibility="hidden" style="text-align:center; "/>
- <col ref="acptdd" visibility="hidden" style="text-align:center; "/>
- <col ref="cnt" visibility="hidden" style="text-align:center; "/>
- <script type="javascript" ev:event="oncopy">
- <![CDATA[
- grid_oncopy();
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group1" scroll="auto" style="left:5px; top:565px; width:845px; height:27px; ">
- <button id="button36" class="btn4_letter2" style="left:785px; top:4px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.close();
- ]]>
- </script>
- </button>
- </group>
- <group id="group2" style="left:6px; top:5px; width:414px; height:13px; ">
- <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:168px; height:14px; ">묶음번호 및 심사차수조회</caption>
- </group>
- <group id="group5" scroll="auto" style="left:430px; top:0px; width:420px; height:565px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:87px; x2:420px; y2:87px; "/>
- <group id="group6" style="left:0px; top:25px; width:420px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:420px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line2" class="line_4" style="x1:330px; y1:4px; x2:330px; y2:26px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_judgdg" ref="/root/send/judgdg" style="left:110px; top:8px; width:90px; height:19px; "/>
- <button id="button1" class="btn1_letter2" style="left:347px; top:5px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(ipt_judgdg.value == null || ipt_judgdg.value == "") {
- alert("심사차수를 입력하세요");
- model.setFocus("ipt_judgdg");
- return false;
- } else {
- model.setValue("/root/send/srchflag", "judgdg");
- model.resetInstanceNode("/root/main/list02");
- submit("TRPIF30322");
- }
-
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:15px; top:8px; width:90px; height:17px; ">심사차수 :</caption>
- </group>
- <caption id="caption2" class="tit_2" style="left:6px; top:70px; width:113px; height:14px; ">조회리스트</caption>
- <datagrid id="grd_acptnolist2" nodeset="/root/main/list02/gridacptnolist2" caption="접수번호^심사차수^묶음번호^보험유형^내원유형^청구분야^청구형태^청구번호^접수일자^건수^기관코드" colsep="^" colwidth="80, 90, 70, 70, 70, 85, 90, 80, 80, 80, 100" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" selectionmode="free" style="left:0px; top:92px; width:420px; height:468px; ">
- <col ref="acptno" style="text-align:center; "/>
- <col ref="judgdg" style="text-align:center; "/>
- <col ref="setno" style="text-align:center; "/>
- <col ref="insukind" style="text-align:center; "/>
- <col ref="ioflag" style="text-align:center; "/>
- <col ref="ordfildcd" visibility="hidden" style="text-align:center; "/>
- <col ref="clamflagcd" visibility="hidden" style="text-align:center; "/>
- <col ref="clamno" visibility="hidden" style="text-align:center; "/>
- <col ref="acptdd" visibility="hidden" style="text-align:center; "/>
- <col ref="cnt" visibility="hidden" style="text-align:center; "/>
- <script type="javascript" ev:event="oncopy">
- <![CDATA[
- grid_oncopy();
- ]]>
- </script>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|