SMRSC12200_청구금액별 예산 현황.xrw 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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. <rfcmaapplist/>
  11. </main>
  12. <send>
  13. <instcd/>
  14. <reqyy/>
  15. </send>
  16. <init>
  17. <reqyy>
  18. </reqyy>
  19. </init>
  20. <hidden/>
  21. <temp/>
  22. </root>
  23. </instance>
  24. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  25. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  26. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  27. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  28. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  29. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  30. <script type="javascript" ev:event="xforms-ready">
  31. <![CDATA[
  32. fInitialize();
  33. //misfMsterDetailRetrieve();
  34. ]]>
  35. </script>
  36. <submission id="TRRSC12201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/rfcmaapplist"/>
  37. </model>
  38. <script type="javascript">
  39. <![CDATA[
  40. // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
  41. function fInitialize() {
  42. misfGridInit(grd_rfcmaapplist);
  43. misfMsterDetailSet(grd_rfcmaapplist,null,"TRRSC12201","N"); //마스터 설정
  44. misfComboComCdList("Z0007", cmb_instcd); //기관코드
  45. addGridComboItem("cmb_instcd", "전체", "", "above");
  46. model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
  47. fAddComboReqyy();
  48. model.refresh();
  49. }
  50. function fAddComboReqyy()
  51. {
  52. var reqdate = getCurrentDate().toDate("YYYY");
  53. var temp = '';
  54. for(var a = 0; a <5; a++)
  55. {
  56. temp = reqdate.getAddDate( -1, "Y").getDateFormat("YYYY");
  57. addGridComboItem("cmb_reqyy", temp + "년도", temp, "below");
  58. }
  59. cmb_reqyy.refresh();
  60. cmb_reqyy.select(0);
  61. }
  62. ]]>
  63. </script>
  64. </xhtml:head>
  65. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  66. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  67. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:186px; height:14px; ">장비금액별 예산 현황</caption>
  68. </group>
  69. <group id="grp_biz" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  70. <group id="grp_sea" style="left:0px; top:10px; width:1195px; height:40px; vertical-align:top; ">
  71. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  72. <caption id="cap_instcd" class="search_name" style="left:15px; top:9px; width:86px; height:17px; ">기관코드 :</caption>
  73. <line id="line13" class="line_4" style="x1:1110px; y1:0px; x2:1110px; y2:34px; border-color:#ffe4bb; border-left-style:solid; "/>
  74. <button id="btn_search" class="btn1_letter2" style="left:1124px; top:7px; width:56px; height:22px; ">
  75. <caption>조회</caption>
  76. <script type="javascript" ev:event="DOMActivate">
  77. <![CDATA[
  78. misfMsterDetailRetrieve();
  79. ]]>
  80. </script>
  81. </button>
  82. <select1 id="cmb_instcd" ref="/root/send/instcd" class="combo_search" appearance="minimal" style="left:102px; top:9px; width:183px; height:19px; text-align:center; ">
  83. <choices>
  84. <itemset>
  85. <label/>
  86. <value/>
  87. </itemset>
  88. </choices>
  89. </select1>
  90. <script type="javascript" ev:event="xforms-value-changed">
  91. <![CDATA[
  92. misfMsterDetailRetrieve();
  93. ]]>
  94. </script>
  95. <caption id="cap_reqyy" class="search_name" style="left:300px; top:9px; width:86px; height:17px; ">조회년도 :</caption>
  96. <select1 id="cmb_reqyy" ref="/root/send/reqyy" class="combo_search" appearance="minimal" style="left:389px; top:9px; width:183px; height:19px; text-align:center; ">
  97. <choices>
  98. <itemset nodeset="/root/init/reqyy">
  99. <label ref="label"/>
  100. <value ref="value"/>
  101. </itemset>
  102. </choices>
  103. </select1>
  104. </group>
  105. <line id="line2" class="line_1" style="x1:0px; y1:74px; x2:1194px; y2:74px; "/>
  106. <caption id="caption8" class="tit_2" style="left:5px; top:59px; width:115px; height:14px; ">장비금액별 현황</caption>
  107. <datagrid id="grd_rfcmaapplist" nodeset="/root/main/rfcmaapplist" caption="기관명^합계^합계^2천만원이하^2천만원이하^1억이하^1억이하^2억이하^2억이하^5억이하^5억이하^5억초과^5억초과|기관명^set^비율^set^비율^set^비율^set^비율^set^비율^set^비율" colsep="^" colwidth="166, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:0px; top:80px; width:1195px; height:655px; ">
  108. <col ref="instnm" style="text-align:left; "/>
  109. <col ref="tappqty" format="#,###" style="text-align:right; "/>
  110. <col ref="tpercent" format="#,###.#%" style="text-align:right; "/>
  111. <col ref="aappqty" format="#,###" style="text-align:right; "/>
  112. <col ref="apercent" format="#,###.#%" style="text-align:right; "/>
  113. <col ref="bappqty" format="#,###" style="text-align:right; "/>
  114. <col ref="bpercent" format="#,###.#%" style="text-align:right; "/>
  115. <col ref="cappqty" format="#,###" style="text-align:right; "/>
  116. <col ref="cpercent" format="#,###.#%" style="text-align:right; "/>
  117. <col ref="dappqty" format="#,###" style="text-align:right; "/>
  118. <col ref="dpercent" format="#,###.#%" style="text-align:right; "/>
  119. <col ref="eappqty" format="#,###" style="text-align:right; "/>
  120. <col ref="epercent" format="#,###.#%" style="text-align:right; "/>
  121. </datagrid>
  122. </group>
  123. <group id="group2" style="left:0px; top:12px; width:1195px; height:27px; ">
  124. <line id="line16" class="line_2" style="x1:0px; y1:25px; x2:1195px; y2:25px; "/>
  125. <button id="btn_clear" class="btn4_letter3" style="left:1127px; top:3; width:68px; height:22px; ">
  126. <caption>초기화</caption>
  127. <script type="javascript" ev:event="DOMActivate">
  128. <![CDATA[
  129. fInitialize();
  130. ]]>
  131. </script>
  132. </button>
  133. </group>
  134. </xhtml:body>
  135. </xhtml:html>