SMRSO20800_비용예산집행현황(경북대).xrw 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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. <stocklist/>
  11. </main>
  12. <send>
  13. <search>
  14. <instcd/>
  15. <monthfrom/>
  16. <monthto/>
  17. <wareflag/>
  18. <acntfrom/>
  19. <acntto/>
  20. <wareflagnm/>
  21. </search>
  22. <save/>
  23. </send>
  24. <init>
  25. <acnt/>
  26. </init>
  27. <hidden/>
  28. <temp>
  29. <maxasset/>
  30. <clsepriv/>
  31. </temp>
  32. </root>
  33. </instance>
  34. <script type="javascript" ev:event="xforms-ready">
  35. <![CDATA[
  36. //화면 Control을 초기화한다
  37. makeReportPreview(0,123,1195,637);
  38. model.removenode( "/root/main/stocklist");
  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/monthfrom" , getCurrentDate().substr(0,6)); //기간 년월 설정
  44. model.setValue("/root/send/search/monthto" , getCurrentDate().substr(0,6)); //기간 년월 설정
  45. submit("TRRSO20602"); //계정 목록 조회
  46. submit("TRRSO20802"); //자산계정코드 중 Max 조회
  47. submit("TRRSO22302"); //월말정산완료 관리 권한 조회
  48. cmb_acntfrom.select(0); //계정 from 설정
  49. //cmb_acntto.select(cmb_acntto.length - 1); //계정 to 설정
  50. cmb_acntto.value = model.getValue("/root/temp/maxasset/acntcd"); //계정 to 설정 - 자산계정코드 중 Max 값
  51. if( model.getValue("/root/temp/clsepriv/flag") == "1" ) { //월말정산완료 관리 권한이 있으면
  52. btn_clse.visible = true;
  53. }
  54. model.refresh();
  55. ]]>
  56. </script>
  57. <submission id="TRRSO20602" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/init/acnt"/>
  58. <submission id="TRRSO20801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/"/>
  59. <submission id="TRRSO20802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/temp/maxasset"/>
  60. <submission id="TRRSO22302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/temp/clsepriv"/>
  61. </model>
  62. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  63. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  64. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  65. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  66. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  67. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  68. <script type="javascript">
  69. <![CDATA[
  70. ]]>
  71. </script>
  72. </xhtml:head>
  73. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  74. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  75. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:243px; height:14px; ">비용예산집행현황</caption>
  76. </group>
  77. <group id="group1" style="left:0px; top:12; width:1195px; height:27px; ">
  78. <line id="line17" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25px; "/>
  79. <button id="btn_clse" class="btn3_letter8" visibility="hidden" style="left:1065px; top:3px; width:128px; height:22px; ">
  80. <caption>월 정산완료 관리</caption>
  81. <script type="javascript" ev:event="DOMActivate">
  82. <![CDATA[
  83. //popup 프로그램 호출
  84. window.load("SMRSO22300.xrw", "modal","", "", "/root/send/search","/root/popdata"); // parent ref, child ref
  85. ]]>
  86. </script>
  87. </button>
  88. </group>
  89. <group id="group3" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
  90. <group id="grp_search" style="left:0px; top:9px; width:1195px; height:48px; vertical-align:top; ">
  91. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
  92. <button id="btn_search" class="btn1_letter2" navindex="7" style="left:1114px; top:9px; width:56px; height:22px; ">
  93. <caption>조회</caption>
  94. <script type="javascript" ev:event="DOMActivate">
  95. <![CDATA[
  96. model.removeNodeset("/root/main/stocklist");
  97. //년월에 입력된 값이 올바르지 않으면, 년월을 선택하라고 alert함
  98. if(ipt_monthfrom.value.length < 6) {
  99. messageBox("조회기간이 올바로 선택되지 않았습니다. \n\n먼저 조회년월을 선택하십시요.", "E999", "");
  100. model.setFocus("ipt_monthfrom");
  101. return;
  102. }
  103. if(ipt_monthto.value.length < 6) {
  104. messageBox("조회기간이 올바로 선택되지 않았습니다. \n\n먼저 조회년월을 선택하십시요.", "E999", "");
  105. model.setFocus("ipt_monthto");
  106. return;
  107. }
  108. //창고명을 report 에 넘겨주기 위해 instance에 setting한다.
  109. model.setValue("/root/send/search/wareflagnm", cmb_wareflag.label);
  110. if (submit("TRRSO20801") ){
  111. exeReportPreview("RPRSO20801", "XMLSTR");//, "/root/main/payamt");
  112. }
  113. ]]>
  114. </script>
  115. </button>
  116. <select1 id="cmb_instcd" ref="/root/send/search/instcd" class="combo_default" disabled="true" navindex="1" appearance="minimal" style="left:122px; top:10px; width:136px; height:19px; ">
  117. <choices>
  118. <itemset nodeset="/root/main/init">
  119. <label ref="cnstnm"/>
  120. <value ref="cnstcd"/>
  121. </itemset>
  122. </choices>
  123. </select1>
  124. <caption id="cap_instcd" class="search_name" style="left:43px; top:10px; width:82px; height:17px; ">기관코드</caption>
  125. <input id="ipt_monthfrom" ref="/root/send/search/monthfrom" navindex="5" inputtype="date" format="yyyy-mm" style="left:346px; top:10px; width:74px; height:19px; "/>
  126. <caption id="caption20" class="search_name" style="left:721px; top:10px; width:54px; height:17px; vertical-align:middle; ">계정</caption>
  127. <line id="line30" class="line_4" style="x1:1100px; y1:4px; x2:1100px; y2:36px; "/>
  128. <caption id="caption2" class="search_name" style="left:535px; top:10px; width:55px; height:17px; ">창고</caption>
  129. <select1 id="cmb_wareflag" ref="/root/send/search/wareflag" class="combo_default" navindex="4" appearance="minimal" style="left:589px; top:10px; width:99px; height:19px; ">
  130. <choices>
  131. <itemset nodeset="/root/init/wareflag">
  132. <label ref="cdnm"/>
  133. <value ref="cdid"/>
  134. </itemset>
  135. </choices>
  136. </select1>
  137. <caption id="caption9" class="search_name" style="left:291px; top:10px; width:54px; height:17px; ">기간</caption>
  138. <select1 id="cmb_acntfrom" ref="/root/send/search/acntfrom" class="combo_default" navindex="4" appearance="minimal" editmode="search" showvalue="true" style="left:775px; top:10px; width:143px; height:19px; ">
  139. <choices>
  140. <itemset nodeset="/root/init/acnt/acntlist">
  141. <label ref="acntnm"/>
  142. <value ref="acntcd"/>
  143. </itemset>
  144. </choices>
  145. </select1>
  146. <select1 id="cmb_acntto" ref="/root/send/search/acntto" class="combo_default" navindex="4" appearance="minimal" editmode="search" showvalue="true" style="left:930px; top:10px; width:143px; height:19px; ">
  147. <choices>
  148. <itemset nodeset="/root/init/acnt/acntlist">
  149. <label ref="acntnm"/>
  150. <value ref="acntcd"/>
  151. </itemset>
  152. </choices>
  153. </select1>
  154. <caption id="caption3" style="left:919px; top:10px; width:10px; height:20px; font-weight:bold; ">-</caption>
  155. <caption id="caption4" style="left:419px; top:10px; width:10px; height:20px; font-weight:bold; ">-</caption>
  156. <input id="ipt_monthto" ref="/root/send/search/monthto" navindex="5" inputtype="date" format="yyyy-mm" style="left:431px; top:10px; width:74px; height:19px; "/>
  157. </group>
  158. <line id="line1" class="line_1" style="x1:0px; y1:79px; x2:1195px; y2:79px; "/>
  159. <caption id="caption1" class="tit_2" style="left:0px; top:63px; width:180px; height:14px; ">비용예산집행현황</caption>
  160. <caption id="caption5" style="left:140px; top:60px; width:632px; height:20px; ">- 재고자산계정(113...) 중 물류 입출고 프로세스를 타지 않고, 품의전표의 형태로 집행된 것들도 금액에 포함됩니다.</caption>
  161. </group>
  162. </xhtml:body>
  163. </xhtml:html>