SMRSO20200_청구출급증출력(경북대).xrw 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet ype="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
  4. <xhtml:head>
  5. <xhtml:title>청구 출급증 출력</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <reqlist/>
  11. </main>
  12. <send>
  13. <search>
  14. <instcd/>
  15. <wareflag/>
  16. <reqddfrom/>
  17. <reqdeptcd/>
  18. <reqdeptnm/>
  19. <wstflag/>
  20. <reqddto/>
  21. </search>
  22. <save/>
  23. </send>
  24. <init>
  25. </init>
  26. <hidden/>
  27. <temp>
  28. <deliveinfo>
  29. <deliveno/>
  30. </deliveinfo>
  31. </temp>
  32. </root>
  33. </instance>
  34. <script type="javascript" ev:event="xforms-ready">
  35. <![CDATA[
  36. //화면 Control을 초기화한다
  37. makeReportPreview(0,143,1195,637); //123
  38. model.removenode( "/root/main/reqlist");
  39. //misfComboComCdListMulti("Z0007","cmb_instcd"); //기관코드
  40. misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","N");
  41. misfComboComCdList("030M0001",cmb_wareflag, "Y"); //창고 (Y: 전체 item 추가시)
  42. model.setValue("/root/send/search/instcd", getUserInfo("dutplceinstcd")); //기관 설정
  43. model.setValue("/root/send/search/reqddfrom" , getCurrentDate()); //청구일자 설정
  44. model.setValue("/root/send/search/reqddto" , getCurrentDate()); //청구일자 설정
  45. model.setValue("/root/send/search/wstflag" , "exceptwst"); //data구분
  46. //test -> 향후 삭제할 것
  47. //model.setValue("/root/send/search/reqdd", "20110816");
  48. model.refresh();
  49. ]]>
  50. </script>
  51. <submission id="TRRSO20203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/reqlist"/>
  52. </model>
  53. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  54. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  55. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  56. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  57. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  58. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  59. <script type="javascript">
  60. <![CDATA[
  61. ]]>
  62. </script>
  63. </xhtml:head>
  64. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  65. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  66. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:243px; height:14px; ">청구 출급증 출력</caption>
  67. </group>
  68. <group id="group1" style="left:0px; top:12; width:1195px; height:27px; ">
  69. <line id="line17" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25px; "/>
  70. </group>
  71. <group id="group3" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
  72. <group id="grp_search" style="left:0px; top:9px; width:1195px; height:61px; vertical-align:top; ">
  73. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:60px; background-color:#fffbf2; border-color:#ffd799; "/>
  74. <button id="btn_search" class="btn1_letter2" navindex="7" style="left:939px; top:20px; width:56px; height:22px; ">
  75. <caption>조회</caption>
  76. <script type="javascript" ev:event="DOMActivate">
  77. <![CDATA[
  78. if (submit("TRRSO20203") ){
  79. exeReportPreview("RPRSO20201", "XMLSTR");//, "/root/main/payamt");
  80. }
  81. ]]>
  82. </script>
  83. </button>
  84. <select1 id="cmb_instcd" ref="/root/send/search/instcd" class="combo_default" disabled="true" navindex="1" appearance="minimal" style="left:192px; top:10px; width:136px; height:19px; ">
  85. <choices>
  86. <itemset nodeset="/root/main/init">
  87. <label ref="cnstnm"/>
  88. <value ref="cnstcd"/>
  89. </itemset>
  90. </choices>
  91. </select1>
  92. <caption id="cap_instcd" class="search_name" style="left:113px; top:10px; width:77px; height:17px; ">기관코드</caption>
  93. <input id="ipt_reqddfrom" ref="/root/send/search/reqddfrom" navindex="3" inputtype="date" style="left:656px; top:10px; width:89px; height:19px; "/>
  94. <caption id="caption20" class="search_name" style="left:113px; top:32px; width:100px; height:17px; vertical-align:middle; ">부 서</caption>
  95. <line id="line30" class="line_4" style="x1:917px; y1:9px; x2:917px; y2:52px; "/>
  96. <caption id="caption2" class="search_name" style="left:376px; top:10px; width:55px; height:17px; ">창고</caption>
  97. <select1 id="cmb_wareflag" ref="/root/send/search/wareflag" class="combo_default" navindex="2" appearance="minimal" style="left:430px; top:10px; width:99px; height:19px; ">
  98. <choices>
  99. <itemset nodeset="/root/init/wareflag">
  100. <label ref="cdnm"/>
  101. <value ref="cdid"/>
  102. </itemset>
  103. </choices>
  104. </select1>
  105. <button id="btn_reqdeptcd" class="icon_search" navindex="5" style="left:279px; top:32px; width:16px; height:16px; ">
  106. <caption/>
  107. <script type="javascript" ev:event="DOMActivate">
  108. <![CDATA[
  109. var recv_list = "reqdeptcd,reqdeptnm";
  110. misfOpenPopUpList("02", ipt_reqdeptcd,"", recv_list) ;
  111. ipt_reqdeptcd.refresh();
  112. opt_reqdeptnm.refresh();
  113. ]]>
  114. </script>
  115. </button>
  116. <input id="ipt_reqdeptcd" ref="/root/send/search/reqdeptcd" class="input_default" navindex="4" style="left:192px; top:32px; width:83px; height:19px; ">
  117. <script type="javascript" ev:event="xforms-value-changed">
  118. <![CDATA[
  119. misfSearchDept(opt_reqdeptnm);
  120. ]]>
  121. </script>
  122. </input>
  123. <output id="opt_reqdeptnm" ref="/root/send/search/reqdeptnm" class="output_fix" appearance="output" style="left:300px; top:32px; width:229px; height:19px; "/>
  124. <caption id="caption9" class="search_name" style="left:576px; top:10px; width:79px; height:17px; ">청구일자</caption>
  125. <select1 id="cmb_wstflsg" ref="/root/send/search/wstflag" class="combo_default" navindex="6" appearance="minimal" style="left:656px; top:32px; width:215px; height:19px; ">
  126. <choices>
  127. <item>
  128. <label>의료폐기물 전용용기 청구건 제외</label>
  129. <value>exceptwst</value>
  130. </item>
  131. <item>
  132. <label>의료폐기물 전용용기 청구건만</label>
  133. <value>onlywst</value>
  134. </item>
  135. <item>
  136. <label>전체</label>
  137. <value>all</value>
  138. </item>
  139. </choices>
  140. </select1>
  141. <caption id="caption3" style="left:748px; top:10px; width:15px; height:20px; ">~</caption>
  142. <input id="ipt_reqddto" ref="/root/send/search/reqddto" navindex="3" inputtype="date" style="left:763px; top:10px; width:89px; height:19px; "/>
  143. <caption id="caption4" class="search_name" style="left:576px; top:33px; width:79px; height:17px; ">자료구분</caption>
  144. </group>
  145. <line id="line1" class="line_1" style="x1:0px; y1:98px; x2:1195px; y2:98px; "/>
  146. <caption id="caption1" class="tit_2" style="left:0px; top:83px; width:180px; height:13px; ">물품청구증</caption>
  147. </group>
  148. </xhtml:body>
  149. </xhtml:html>