SPLLP90500_청구내역서(팝업).xrw 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>청구내역서</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <getBills>
  11. <spcacptdt/>
  12. <spcapctnm/>
  13. <patnm/>
  14. <pid/>
  15. <bcno/>
  16. </getBills>
  17. </main>
  18. <send>
  19. <data1/>
  20. </send>
  21. <hidden>
  22. <ref>
  23. <code1/>
  24. <code2/>
  25. <code3/>
  26. <code4/>
  27. </ref>
  28. </hidden>
  29. </root>
  30. </instance>
  31. <!-- public Script Start -->
  32. <submission id="TRLLP02002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/getBills"/>
  33. <script type="javascript" ev:event="xforms-ready">
  34. <![CDATA[
  35. fGetBills();
  36. ]]>
  37. </script>
  38. </model>
  39. <script type="javascript">
  40. <![CDATA[
  41. function fGetBills(){
  42. model.removeNodeset("/root/main/getBills");
  43. model.copyNode("/root/send/data1" , "/root/hidden/ref");
  44. //return;
  45. submit("TRLLP02002");
  46. }
  47. ]]>
  48. </script>
  49. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  50. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  51. </xhtml:head>
  52. <xhtml:body pagewidth="560" pageheight="410" guideline="1,1192;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  53. <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:525px; height:380px; ">
  54. <caption id="caption1" class="tit_2" style="left:5px; top:5px; width:105px; height:14px; ">청구내역서</caption>
  55. <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:490px; y2:20px; "/>
  56. <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; ">
  57. <col ref="spcacptdt" format="yyyy-mm-dd" style="text-align:left; "/>
  58. <col ref="spcapctnm" style="text-align:left; "/>
  59. <col ref="patnm" style="text-align:left; "/>
  60. <col ref="pid" style="text-align:left; "/>
  61. <col ref="bcno" style="text-align:left; "/>
  62. </datagrid>
  63. <button id="btn_save" class="btn4_letter2" style="left:435px; top:350px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
  64. <caption>닫기</caption>
  65. <script type="javascript" ev:event="onclick">
  66. <![CDATA[
  67. window.close();
  68. ]]>
  69. </script>
  70. </button>
  71. </group>
  72. </xhtml:body>
  73. </xhtml:html>