123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * @(#)SPSTP00340_의료정보통계집계.xrw
- * 수정이력
- * - 2008.08.08 / 최초작성 / 김종호
- -->
- <?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/>
- <send>
- <in_dschdd/>
- <to_dschdd/>
- </send>
- <hide/>
- <init>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- in_dschdd.value = getCurrentDate();
- to_dschdd.value = getCurrentDate();
- ]]>
- </script>
- <submission id="TXSTP00400" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send"/>
- </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:350px; height:185px; "/>
- <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>
- <button id="btn_execute" class="btn4_letter2" disable.background-image="../../../com/commonweb/images/dis_btn4_letter2.gif" style="left:266px; top:129px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
- <caption>실행</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fDschdd = model.getValue("/root/send/in_dschdd");
- var tDschdd = model.getValue("/root/send/to_dschdd");
- if(fDschdd>tDschdd){
- alert("기간이 잘못되었습니다!");
- model.setFocus("in_dschdd");
- return;
- }
-
- if ( fDschdd != "" && tDschdd != "") {
- if(submit("TXSTP00400"))
- model.alert("정상적으로 배치를 수행 했습니다.");
- else
- model.alert("비정상적으로 배치를 수행 했습니다.");
- } else {
- model.alert("집계일자를 입력하세요");
- model.setFocus("in_dschdd");
- 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>
- <input id="in_dschdd" ref="/root/send/in_dschdd" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:115px; top:70px; width:94px; height:19px; text-align:center; "/>
- <input id="to_dschdd" ref="/root/send/to_dschdd" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:227px; top:70px; width:94px; height:19px; text-align:center; "/>
- <caption id="caption3" style="left:212px; top:72px; width:15px; height:20px; ">~</caption>
- </xhtml:body>
- </xhtml:html>
|