12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?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="">
- <main>
- <cond>
- <fromdd/>
- <todd/>
- </cond>
- <payinfo/>
- </main>
- <init>
- </init>
- <send>
- </send>
- <hidden>
- <temp/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //화면 Control을 초기화한다
- fInitialize();
- ]]>
- </script>
- <submission id="TRMMO20501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cond" resultref="/root/main/payinfo"/>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize() {
- var sDate = getCurrentDate();
- model.setValue("/root/main/cond/fromdd" , sDate);
- model.setValue("/root/main/cond/todd" , sDate);
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="680" pageheight="280" guideline="1,1220;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:655px; height:55px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line7" class="line_1" style="x1:0px; y1:100px; x2:655px; y2:100px; "/>
- <input id="input2" ref="/root/main/cond/fromdd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:105px; top:40px; width:90px; height:19px; "/>
- <caption id="caption2" class="search_name" style="left:20px; top:40px; width:76px; height:17px; ">조회기간</caption>
- <button id="btn_req" class="btn1_letter2" style="left:550px; top:40px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRMMO20501");
- ]]>
- </script>
- </button>
- <line id="line3" style="x1:525px; y1:30px; x2:525px; y2:74px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption1" style="left:205px; top:40px; width:20px; height:19px; ">~</caption>
- <input id="input1" ref="/root/main/cond/todd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:225px; top:40px; width:90px; height:19px; "/>
- <caption id="caption6" class="tit_2" style="left:0px; top:85px; width:243px; height:13px; ">체외 충격파 치료기(OS) 실적</caption>
- <caption id="caption3" class="tit_1" style="left:0px; top:0px; width:243px; height:14px; ">체외 충격파 치료기(OS) 실적</caption>
- <datagrid id="datagrid1" nodeset="/root/main/prcptopayinfo/list" caption="구분^검사코드^건수^금액^검사명" colsep="^" colwidth="63, 116, 73, 111, 280" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:105px; width:655px; height:150px; ">
- <col ref="ioflag"/>
- <col ref="prcpcd"/>
- <col ref="totcnt" format="#,###"/>
- <col ref="totamt" format="#,###"/>
- <col ref="prcpnm"/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|