SPPIE00110_신청번호조회팝업.xrw 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. <send>
  10. <fromdd/>
  11. <todd/>
  12. </send>
  13. <main>
  14. <list01>
  15. <gridappnodetl>
  16. <appno/>
  17. <appdd/>
  18. <purcrepttotcnt/>
  19. </gridappnodetl>
  20. </list01>
  21. </main>
  22. <init/>
  23. <hidden/>
  24. </root>
  25. </instance>
  26. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  27. <submission id="TRPIE00110" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list01"/>
  28. </model>
  29. <script type="javascript" ev:event="xforms-ready">
  30. <![CDATA[
  31. CommCode_Load();
  32. ]]>
  33. </script>
  34. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  35. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  36. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  37. <script type="javascript">
  38. <![CDATA[
  39. // 공통코드 Load작업
  40. function CommCode_Load() {
  41. submit("TRPIE00110");
  42. }
  43. ]]>
  44. </script>
  45. </xhtml:head>
  46. <xhtml:body pagewidth="370" pageheight="430" tracing-position="center" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  47. <group id="group1" style="left:0px; top:0px; width:325px; height:13px; ">
  48. <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:325px; height:13px; ">신청번호조회팝업</caption>
  49. </group>
  50. <group id="group3" scroll="auto" style="left:0px; top:13px; width:340px; height:382px; ">
  51. <line id="line1" class="line_1" style="x1:0px; y1:28px; x2:340px; y2:28px; "/>
  52. <caption id="caption2" class="tit_2" style="left:5px; top:13px; width:121px; height:14px; ">신청번호조회결과</caption>
  53. <datagrid id="grd_appnodetl" nodeset="/root/main/list01/gridappnodetl" class="datagrid1" caption="신청번호^신청일자^신고건수^^생성^등록번호^청구일자^입원일자^적용일자^환자유형^조합기호^장애수첩^접수번호^심사차수^일련번호^처리구분^총진료비(청구)^본인부담(청구)^청구금액^비고^생성여부" colsep="^" colwidth="100, 100, 102" dataheight="25" ellipsis="true" extendlastcol="false" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:34px; width:340px; height:346px; ">
  54. <col ref="appno" style="text-align:center; "/>
  55. <col ref="appdd" format="yyyy-mm-dd" style="text-align:center; "/>
  56. <col ref="purcrepttotcnt" style="text-align:right; "/>
  57. <script type="javascript" ev:event="onclick">
  58. <![CDATA[
  59. var row = grd_appnodetl.row;
  60. if(row <= 0) {
  61. return true;
  62. } else {
  63. var appno = grd_appnodetl.valueMatrix(row,1);
  64. opener.ipt_appno1.value = appno.substr(0,8);
  65. opener.model.setValue("/root/init/U0001list/U0001/cdid", appno.substr(8,4));
  66. opener.cmb_appno2.value = opener.model.getValue("/root/init/U0001list/U0001/cdid");
  67. window.close();
  68. }
  69. ]]>
  70. </script>
  71. </datagrid>
  72. </group>
  73. <group id="grp_btn" scroll="auto" style="left:0px; top:400px; width:340px; height:25px; ">
  74. <button id="button1" class="btn4_letter2" style="left:280px; top:0px; width:56px; height:22px; ">
  75. <caption>닫기</caption>
  76. <script type="javascript" ev:event="DOMActivate">
  77. <![CDATA[
  78. // 윈도우 닫기
  79. window.close();
  80. ]]>
  81. </script>
  82. </button>
  83. </group>
  84. </xhtml:body>
  85. </xhtml:html>