SPPAM00410_VIP후불수납미수납조회.xrw 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SPPAO00410.xrw
  4. * 설 명 : SPPAO00410_VIP후불수납미수납조회
  5. * 설 계 자 :
  6. * 작 성 자 : 조중래
  7. * 작 성 일 : 2013.07.23
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  12. <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">
  13. <xhtml:head>
  14. <xhtml:title>VIP후불수납미수납건조회</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root xmlns="">
  18. <main>
  19. <uncoinfo>
  20. <uncolist/>
  21. </uncoinfo>
  22. </main>
  23. <send>
  24. <fromdd/>
  25. <todd/>
  26. <pid/>
  27. <dracptyn>A</dracptyn>
  28. <rcptyn>A</rcptyn>
  29. </send>
  30. <init>
  31. </init>
  32. <hidden>
  33. </hidden>
  34. <temp>
  35. </temp>
  36. </root>
  37. </instance>
  38. <script type="javascript" ev:event="xforms-ready">
  39. <![CDATA[
  40. fInitialize();
  41. ]]>
  42. </script>
  43. <script type="javascript">
  44. <![CDATA[
  45. function fInitialize() {
  46. // 화면 open시와 초기화 버튼 클릭시 화면 초기화
  47. model.resetInstanceNode("/root/send");
  48. model.resetInstanceNode("/root/main/uncoinfo/uncolist");
  49. // 현재일자
  50. var curDate = getCurrentDate();
  51. // 현재일자 설정
  52. model.setValue("/root/send/fromdd", curDate);
  53. model.setValue("/root/send/todd", curDate);
  54. model.setValue("/root/send/pid", "");
  55. model.setValue("/root/send/dracptyn", "A");
  56. model.setValue("/root/send/rcptyn", "A");
  57. model.refresh();
  58. }
  59. function fSearch() {
  60. // 에러 메세지
  61. var msg = "";
  62. /* 필수입력항목 체크 */
  63. if (model.getValue("/root/send/fromdd") == "") {
  64. msg = msg + "시작일자 ";
  65. }
  66. if (model.getValue("/root/send/todd") == "") {
  67. msg = msg + "종료일자 ";
  68. }
  69. // // 적용기간 제한 설정
  70. // if (getDateInterval(model.getValue("/root/send/fromdd"), model.getValue("/root/send/todd")) > 6) {
  71. //
  72. // messageBox("시스템부하방지를 위하여 검색기간은 최대 7일 이내로 설정 해주십시요. ", "C000");
  73. //
  74. // return;
  75. // }
  76. submit("TRPAM00411");
  77. }
  78. ]]>
  79. </script>
  80. <submission id="TRPAM00411" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/uncoinfo"/>
  81. </model>
  82. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  83. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  84. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  85. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  86. <script type="javascript" src="../../../pam/calcscormngtweb/js/PIC002.js"/>
  87. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  88. </xhtml:head>
  89. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  90. <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
  91. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:219px; height:15px; ">VIP후불수납미수납조회</caption>
  92. </group>
  93. <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  94. <group id="group2" style="left:0px; top:15px; width:1194px; height:35px; vertical-align:top; background-color:#fffbf2; border-color:#ffd799; ">
  95. <shape id="roundrect1" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  96. <caption id="caption3" class="search_name" style="left:10px; top:9px; width:60px; height:17px; text-align:left; ">기간</caption>
  97. <input id="input1" ref="/root/send/fromdd" class="input_s_essential" navindex="1" inputtype="date" style="left:69px; top:8px; width:91px; height:19px; "/>
  98. <button id="button1" class="btn1_letter2" navindex="6" style="left:1056px; top:8px; width:56px; height:22px; ">
  99. <caption>조회</caption>
  100. <script type="javascript" ev:event="DOMActivate">
  101. <![CDATA[
  102. fSearch();
  103. ]]>
  104. </script>
  105. </button>
  106. <button id="button3" class="btn6_letter3" navindex="7" style="left:1115px; top:8px; width:68px; height:22px; ">
  107. <caption>excel</caption>
  108. <script type="javascript" ev:event="DOMActivate">
  109. <![CDATA[
  110. //엑셀 파일 저장 ..
  111. var fileName = window.fileDialog("save", ",", false, "VIP후불수납미수납건조회", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  112. if (fileName != "") {
  113. datagrid1.saveExcel(fileName, "sheet1");
  114. }
  115. ]]>
  116. </script>
  117. </button>
  118. <input id="input3" ref="/root/send/todd" class="input_s_essential" navindex="2" visibility="visible" inputtype="date" style="left:174px; top:8px; width:91px; height:19px; "/>
  119. <caption id="caption1" class="search_name" style="left:281px; top:9px; width:76px; height:17px; text-align:left; ">차트번호</caption>
  120. <input id="input2" ref="/root/send/pid" navindex="3" style="left:365px; top:8px; width:65px; height:19px; text-align:center; "/>
  121. <caption id="caption2" style="left:160px; top:10px; width:15px; height:20px; text-align:center; ">~</caption>
  122. <select1 id="radio1" ref="/root/send/dracptyn" navindex="4" appearance="full" cols="3" overflow="visible" style="left:555px; top:9px; width:170px; height:20px; border-style:none; ">
  123. <choices>
  124. <item>
  125. <label>전체</label>
  126. <value>A</value>
  127. </item>
  128. <item>
  129. <label>접수완료</label>
  130. <value>Y</value>
  131. </item>
  132. <item>
  133. <label>미접수</label>
  134. <value>N</value>
  135. </item>
  136. </choices>
  137. </select1>
  138. <select1 id="radio2" ref="/root/send/rcptyn" navindex="5" appearance="full" cols="3" overflow="visible" style="left:855px; top:9px; width:165px; height:20px; border-style:none; ">
  139. <choices>
  140. <item>
  141. <label>전체</label>
  142. <value>A</value>
  143. </item>
  144. <item>
  145. <label>수납완료</label>
  146. <value>Y</value>
  147. </item>
  148. <item>
  149. <label>미수납</label>
  150. <value>N</value>
  151. </item>
  152. </choices>
  153. </select1>
  154. <caption id="caption4" class="search_name" style="left:445px; top:9px; width:102px; height:17px; ">의사접수여부</caption>
  155. <caption id="caption5" class="search_name" style="left:740px; top:9px; width:102px; height:17px; ">처방수납여부</caption>
  156. </group>
  157. <datagrid id="datagrid1" nodeset="/root/main/uncoinfo/uncolist" caption="실시일자^차트번호^성명^진료일시^진료일시^생성번호^진료과^진료과코드^진료의^진료의사번^의사접수^처방코드^처방명칭^처방수납번호^처방분류" colsep="^" colwidth="90, 70, 80, 90, 50, 60, 138, 40, 80, 40, 60, 110, 220, 100, 80" dataheight="25" defaultrows="2" explorerbar="move" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:65px; width:1194px; height:670px; text-align:center; ">
  158. <col ref="execdd" format="yyyy-mm-dd" style="text-align:center; "/>
  159. <col ref="pid" style="text-align:center; "/>
  160. <col ref="hngnm" style="text-align:center; "/>
  161. <col ref="orddd" format="yyyy-mm-dd" style="text-align:center; "/>
  162. <col ref="ordtm" format="hh:nn" style="text-align:center; "/>
  163. <col ref="cretno" style="text-align:center; "/>
  164. <col ref="orddeptnm" style="text-align:left; "/>
  165. <col ref="orddeptcd" visibility="hidden"/>
  166. <col ref="orddrnm" style="text-align:center; "/>
  167. <col ref="orddrid" visibility="hidden"/>
  168. <col ref="dracptyn" style="text-align:center; "/>
  169. <col ref="calcscorcd" style="text-align:left; padding-left:5; "/>
  170. <col ref="calcscornm" style="text-align:left; padding-left:5; "/>
  171. <col ref="rcptno" style="text-align:left; padding-left:5; "/>
  172. <col ref="prcpclsnm" style="text-align:center; "/>
  173. </datagrid>
  174. </group>
  175. <group id="grp_btn" scroll="auto" style="left:0px; top:752px; width:1195px; height:27px; ">
  176. <button id="button9" class="btn4_letter3" style="left:1125px; top:5px; width:68px; height:22px; ">
  177. <caption>초기화</caption>
  178. <script type="javascript" ev:event="DOMActivate">
  179. <![CDATA[
  180. fInitialize();
  181. ]]>
  182. </script>
  183. </button>
  184. <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
  185. </group>
  186. <line id="line1" class="line_1" style="x1:0px; y1:72px; x2:1194px; y2:72px; "/>
  187. </xhtml:body>
  188. </xhtml:html>