12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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>
- <getBills>
- <spcacptdt/>
- <spcapctnm/>
- <patnm/>
- <pid/>
- <bcno/>
- </getBills>
- </main>
- <send>
- <data1/>
- </send>
- <hidden>
- <ref>
- <code1/>
- <code2/>
- <code3/>
- <code4/>
- </ref>
- </hidden>
- </root>
- </instance>
- <!-- public Script Start -->
- <submission id="TRLLP02002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/getBills"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fGetBills();
- ]]>
- </script>
- </model>
- <script type="javascript">
- <![CDATA[
- function fGetBills(){
-
- model.removeNodeset("/root/main/getBills");
-
-
-
- model.copyNode("/root/send/data1" , "/root/hidden/ref");
-
- //return;
-
- submit("TRLLP02002");
- }
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="560" pageheight="410" guideline="1,1192;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:525px; height:380px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:5px; width:105px; height:14px; ">청구내역서</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:490px; y2:20px; "/>
- <datagrid id="grd_patlist" nodeset="/root/main/getBills" caption="접수일^수거자^환자명^등록번호^샘플번호" colsep="^" colwidth="110, 60, 60, 110, 110, 0, 0, 0, 0, 0, 0" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:25px; width:490px; height:320px; ">
- <col ref="spcacptdt" format="yyyy-mm-dd" style="text-align:left; "/>
- <col ref="spcapctnm" style="text-align:left; "/>
- <col ref="patnm" style="text-align:left; "/>
- <col ref="pid" style="text-align:left; "/>
- <col ref="bcno" style="text-align:left; "/>
- </datagrid>
- <button id="btn_save" class="btn4_letter2" style="left:435px; top:350px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|