123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * @(#)SPSTP00300_보험통계집계.xrw
- * 수정이력
- * - 2008.08.08 / 최초작성 / 정선영
- -->
- <?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/>
- <send>
- <in_batchgubn>A</in_batchgubn>
- <in_procdd/>
- <in_todd/>
- </send>
- <hide/>
- <init>
- <batchgubn>
- <item>
- <cdid>A</cdid>
- <cdnm>청구삭감현황</cdnm>
- </item>
- <item>
- <cdid>B</cdid>
- <cdnm>재원퇴원 심사현황</cdnm>
- </item>
- <item>
- <cdid>C</cdid>
- <cdnm>청구현황</cdnm>
- </item>
- <item>
- <cdid>D</cdid>
- <cdnm>심사조정청구현황</cdnm>
- </item>
- </batchgubn>
- </init>
- </root>
- </instance>
- <submission id="TXSTP00300" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- ipt_procdd.value = getCurrentDate();
- ipt_todd.value = ipt_procdd.value;
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- </xhtml:head>
- <xhtml:body>
- <shape id="roundrect3" appearance="roundrect" style="left:0px; top:15px; width:325px; height:200px; "/>
- <caption id="caption1" style="left:25px; top:170px; width:234px; height:17px; ">※ 현재일이후 통계는 집계 할 수 없습니다.</caption>
- <caption id="caption2" class="search_name" style="left:30px; top:70px; width:85px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">기준일자</caption>
- <input id="ipt_procdd" ref="/root/send/in_procdd" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:115px; top:70px; width:94px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[]]>
- </script>
- </input>
- <button id="btn_execute" class="btn4_letter2" disable.background-image="../../../com/commonweb/images/dis_btn4_letter2.gif" style="left:221px; top:129px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
- <caption>실행</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var sProcdd = model.getValue("/root/send/in_procdd");
- if ( sProcdd != "" ) {
- submit("TXSTP00300");
- } else {
- model.alert("집계일자를 입력하세요");
- model.setFocus("ipt_procdd");
- return;
- }
- ]]>
- </script>
- </button>
- <group id="grp_tle" style="left:0px; top:0px; width:1146px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:163px; height:14px; background-image:../../../com/commonweb/images/tit_bullet1.gif; ">보험통계 집계</caption>
- </group>
- <caption id="caption3" class="search_name" style="left:30px; top:40px; width:85px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">집계구분</caption>
- <select1 id="cb_list" ref="/root/send/in_batchgubn" class="combo_search" appearance="minimal" editmode="search" itemcount="20" style="left:115px; top:40px; width:125px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/batchgubn">
- <label ref="item/cdnm"/>
- <value ref="item/cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- ]]>
- </script>
- </select1>
- <caption id="caption4" style="left:166px; top:95px; width:15px; height:20px; ">~</caption>
- <input id="ipt_todd" ref="/root/send/in_todd" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:182px; top:95px; width:94px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[]]>
- </script>
- </input>
- </xhtml:body>
- </xhtml:html>
|