SMRBP01900_예산집행실적총괄(월별).xrw 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  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. <list>
  11. <datalist>
  12. <acntyy/>
  13. <gubn/>
  14. <supacntnm2/>
  15. <supacntnm3/>
  16. <supacntnm4/>
  17. <acntnm/>
  18. <totalrevsupmbugtamt/>
  19. <quarterorgbugtamt/>
  20. <totalbugtexecamt/>
  21. <janamt1/>
  22. <janamt2/>
  23. <janamt3/>
  24. <jan/>
  25. <feb/>
  26. <mar/>
  27. <apr/>
  28. <may/>
  29. <jun/>
  30. <jul/>
  31. <aug/>
  32. <sep/>
  33. <oct/>
  34. <nov/>
  35. <dec/>
  36. </datalist>
  37. </list>
  38. </main>
  39. <send>
  40. <retrparams>
  41. <instcd/>
  42. <acntyy/>
  43. <deptcd/>
  44. <depthngnm/>
  45. <bugtflag/>
  46. <quarter/>
  47. </retrparams>
  48. <date/>
  49. <search>
  50. <nm/>
  51. </search>
  52. </send>
  53. <hidden>
  54. </hidden>
  55. <init>
  56. <baseinfo>
  57. <quarter>
  58. <cd>1</cd>
  59. <nm>1분기</nm>
  60. </quarter>
  61. <quarter>
  62. <cd>2</cd>
  63. <nm>2분기</nm>
  64. </quarter>
  65. <quarter>
  66. <cd>3</cd>
  67. <nm>3분기</nm>
  68. </quarter>
  69. <quarter>
  70. <cd>4</cd>
  71. <nm>4분기</nm>
  72. </quarter>
  73. </baseinfo>
  74. </init>
  75. <temp/>
  76. </root>
  77. </instance>
  78. <submission id="TRRBP01901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparams" resultref="/root/main/list"/>
  79. </model>
  80. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  81. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  82. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  83. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  84. <script type="javascript" src="../../../mis/miscommonweb/js/RAC001.js"/>
  85. <script type="javascript" src="../../../mis/bugtcommonweb/js/RBC001.js"/>
  86. <script type="javascript" src="../../../mis/acntcommonweb/js/RAD001.js"/>
  87. <script type="javascript" ev:event="xforms-ready">
  88. <![CDATA[
  89. fCheckAuth();
  90. fInitialize();
  91. ]]>
  92. </script>
  93. <script type="javascript">
  94. <![CDATA[
  95. var acntdept = ""; //재무팀 부서코드 default 값 "4030100000"
  96. var bugtdept = ""; //기획팀 부서코드 default 값 "4060100000"
  97. var Deptcd = getUserInfo("dutplcecd");
  98. var Deptnm = getUserInfo("dutplcenm");
  99. //========================================================================================
  100. //화면 권한 체크
  101. //========================================================================================
  102. function fCheckAuth()
  103. {
  104. btn_search.disabled = !checkAuth("R") ;
  105. }
  106. //========================================================================================
  107. //초기화
  108. //========================================================================================
  109. function fInitialize()
  110. {
  111. model.removenode("/root/main/list/bugtexeclist");
  112. misfComboComCdListMulti("Z0007","cmb_instcd");
  113. model.setValue("/root/send/retrparams/instcd", getUserInfo("dutplceinstcd"));
  114. model.setValue("/root/send/date", getCurrentDate());
  115. racfGetCadlYmd("/root/send/date", "/root/temp");
  116. model.setValue("/root/send/retrparams/acntyy", getCurrentDate().substr(0,4));
  117. model.setValue("/root/send/retrparams/deptcd", Deptcd);
  118. model.setValue("/root/send/retrparams/depthngnm", Deptnm);
  119. rdo_bugtflag.value = "2"
  120. if(getUserInfo("dutplceinstcd") != "001")
  121. {
  122. cmb_instcd.disabled = true;
  123. }
  124. model.setFocus("ipt_deptcd");
  125. model.refresh();
  126. }
  127. //========================================================================================
  128. //부서코드 Help Open
  129. //========================================================================================
  130. function fOpenPopupDeptHelp(pControl, pInstance)
  131. {
  132. misfOpenPopUpList("11", pControl, "", pInstance);
  133. model.refresh();
  134. }
  135. //========================================================================================
  136. //각종 코드 Help Open
  137. //========================================================================================
  138. function fOpenPopupHelp(pHelper, pControl, pInstance, pCdgrupid, pValueControl, pNodeName)
  139. {
  140. misfOpenPopUpList(pHelper, pControl, pCdgrupid, pInstance, pValueControl, pNodeName);
  141. model.refresh();
  142. }
  143. //========================================================================================
  144. //출력
  145. //========================================================================================
  146. function fPrint()
  147. {
  148. exeReportPreview("RPRBP01900", "XMLSTR");
  149. model.refresh();
  150. }
  151. ]]>
  152. </script>
  153. </xhtml:head>
  154. <xhtml:body pagewidth="1211" pageheight="784" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  155. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  156. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:250px; height:14px; ">예산집행실적총괄(월별)</caption>
  157. <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
  158. </group>
  159. <group id="group3" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
  160. <line id="line1" class="line_1" style="x1:0px; y1:110px; x2:1195px; y2:110px; "/>
  161. <group id="group2" style="left:0px; top:5px; width:1194px; height:70px; vertical-align:top; ">
  162. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:70px; background-color:#fffbf2; border-color:#ffd799; "/>
  163. <caption id="caption9" class="search_name" style="left:365px; top:10px; width:86px; height:17px; ">예산년도 :</caption>
  164. <button id="btn_search" class="btn1_letter2" navindex="8" style="left:1123px; top:24px; width:56px; height:22px; text-align:left; ">
  165. <caption>조회</caption>
  166. <script type="javascript" ev:event="DOMActivate">
  167. <![CDATA[
  168. model.removeNodeset(grd_bugtexecist.nodeset);
  169. model.refresh();
  170. submit("TRRBP01901");
  171. for(var i = 0 ; i < grd_bugtexecist.rows ; i++)
  172. {
  173. if(grd_bugtexecist.valueMatrix(i, grd_bugtexecist.colRef("gubn")) == "0"){
  174. grd_bugtexecist.rowStyle(i, "all", "background-color") = "#ff99cc";
  175. }else if(grd_bugtexecist.valueMatrix(i, grd_bugtexecist.colRef("gubn")) == "1"){
  176. grd_bugtexecist.rowStyle(i, "all", "background-color") = "#ffcc99";
  177. }else if(grd_bugtexecist.valueMatrix(i, grd_bugtexecist.colRef("gubn")) == "2"){
  178. grd_bugtexecist.rowStyle(i, "all", "background-color") = "#ffff99";
  179. }else if(grd_bugtexecist.valueMatrix(i, grd_bugtexecist.colRef("gubn")) == "3"){
  180. grd_bugtexecist.rowStyle(i, "all", "background-color") = "#ccffcc";
  181. }else if(grd_bugtexecist.valueMatrix(i, grd_bugtexecist.colRef("gubn")) == "4"){
  182. grd_bugtexecist.rowStyle(i, "all", "background-color") = "#ffffff";
  183. }else if(grd_bugtexecist.valueMatrix(i, grd_bugtexecist.colRef("gubn")) == "5"){
  184. grd_bugtexecist.rowStyle(i, "all", "background-color") = "#ffffff";
  185. }
  186. }
  187. model.refresh();
  188. /*grd_bugtexecist.subtotalPosition = "below";
  189. grd_bugtexecist.multitotals = true;
  190. grd_bugtexecist.subtotal("clear", 0,0);
  191. grd_bugtexecist.subtotal("sum", 2, 6, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  192. grd_bugtexecist.subtotal("sum", 2, 7, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  193. grd_bugtexecist.subtotal("sum", 2, 8, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  194. grd_bugtexecist.subtotal("sum", 2, 9, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  195. grd_bugtexecist.subtotal("sum", 2, 10, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  196. grd_bugtexecist.subtotal("sum", 2, 11, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  197. grd_bugtexecist.subtotal("sum", 2, 12, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  198. grd_bugtexecist.subtotal("sum", 2, 13, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  199. grd_bugtexecist.subtotal("sum", 2, 14, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  200. grd_bugtexecist.subtotal("sum", 2, 15, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  201. grd_bugtexecist.subtotal("sum", 2, 16, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  202. grd_bugtexecist.subtotal("sum", 2, 17, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  203. grd_bugtexecist.subtotal("sum", 2, 18, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  204. grd_bugtexecist.subtotal("sum", 2, 19, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  205. grd_bugtexecist.subtotal("sum", 2, 20, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  206. grd_bugtexecist.subtotal("sum", 2, 21, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  207. grd_bugtexecist.subtotal("sum", 2, 22, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  208. grd_bugtexecist.subtotal("sum", 2, 23, "format:#,###; roundmode:round; roundpostion:2", "background-color:#3366ff; color:#ffffff; ", 2, "관 계", true);
  209. grd_bugtexecist.subtotal("sum", 3, 6, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  210. grd_bugtexecist.subtotal("sum", 3, 7, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  211. grd_bugtexecist.subtotal("sum", 3, 8, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  212. grd_bugtexecist.subtotal("sum", 3, 9, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  213. grd_bugtexecist.subtotal("sum", 3, 10, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  214. grd_bugtexecist.subtotal("sum", 3, 11, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  215. grd_bugtexecist.subtotal("sum", 3, 12, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  216. grd_bugtexecist.subtotal("sum", 3, 13, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  217. grd_bugtexecist.subtotal("sum", 3, 14, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  218. grd_bugtexecist.subtotal("sum", 3, 15, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  219. grd_bugtexecist.subtotal("sum", 3, 16, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  220. grd_bugtexecist.subtotal("sum", 3, 17, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  221. grd_bugtexecist.subtotal("sum", 3, 18, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  222. grd_bugtexecist.subtotal("sum", 3, 19, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  223. grd_bugtexecist.subtotal("sum", 3, 20, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  224. grd_bugtexecist.subtotal("sum", 3, 21, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  225. grd_bugtexecist.subtotal("sum", 3, 22, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  226. grd_bugtexecist.subtotal("sum", 3, 23, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; ", 3, "항 계", true);
  227. grd_bugtexecist.subtotal("sum", 4, 6, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  228. grd_bugtexecist.subtotal("sum", 4, 7, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  229. grd_bugtexecist.subtotal("sum", 4, 8, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  230. grd_bugtexecist.subtotal("sum", 4, 9, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  231. grd_bugtexecist.subtotal("sum", 4, 10, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  232. grd_bugtexecist.subtotal("sum", 4, 11, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  233. grd_bugtexecist.subtotal("sum", 4, 12, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  234. grd_bugtexecist.subtotal("sum", 4, 13, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  235. grd_bugtexecist.subtotal("sum", 4, 14, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  236. grd_bugtexecist.subtotal("sum", 4, 15, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  237. grd_bugtexecist.subtotal("sum", 4, 16, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  238. grd_bugtexecist.subtotal("sum", 4, 17, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  239. grd_bugtexecist.subtotal("sum", 4, 18, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  240. grd_bugtexecist.subtotal("sum", 4, 19, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  241. grd_bugtexecist.subtotal("sum", 4, 20, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  242. grd_bugtexecist.subtotal("sum", 4, 21, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  243. grd_bugtexecist.subtotal("sum", 4, 22, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  244. grd_bugtexecist.subtotal("sum", 4, 23, "format:(-,+)#,###; roundmode:round; roundpostion:2", "background-color:#00ffff; color:#000000; ", 4, "목 계", true);
  245. grd_bugtexecist.refresh();*/
  246. ]]>
  247. </script>
  248. </button>
  249. <line id="line2" class="line_4" style="x1:1107px; y1:8px; x2:1107px; y2:61px; border-color:#ffe4bb; border-left-style:solid; "/>
  250. <input id="ipt_acntyy" ref="/root/send/retrparams/acntyy" class="input_s_essential" navindex="2" style="left:455px; top:9px; width:100px; height:19px; text-align:center; "/>
  251. <select1 id="cmb_instcd" ref="/root/send/retrparams/instcd" class="combo_search" navindex="1" appearance="minimal" style="left:102px; top:11px; width:153px; height:19px; ">
  252. <choices>
  253. <itemset>
  254. <label/>
  255. <value/>
  256. </itemset>
  257. </choices>
  258. </select1>
  259. <caption id="caption8" class="search_name" style="left:14px; top:12px; width:86px; height:17px; ">소속기관 :</caption>
  260. <select1 id="rdo_bugtflag" ref="/root/send/retrparams/bugtflag" navindex="27" appearance="full" cellspacing="10" cols="4" overflow="visible" style="left:454px; top:39px; width:206px; height:20px; border-style:none; ">
  261. <choices>
  262. <item>
  263. <label>수입</label>
  264. <value>1</value>
  265. </item>
  266. <item>
  267. <label>비용</label>
  268. <value>2</value>
  269. </item>
  270. <item>
  271. <label>구매</label>
  272. <value>3</value>
  273. </item>
  274. <item>
  275. <label>자본</label>
  276. <value>4</value>
  277. </item>
  278. </choices>
  279. <script type="javascript" ev:event="xforms-value-changed">
  280. <![CDATA[
  281. btn_search.dispatch("DOMActivate");
  282. ]]>
  283. </script>
  284. </select1>
  285. <caption id="caption5" class="search_name" style="left:365px; top:40px; width:87px; height:17px; ">예산구분 :</caption>
  286. <input id="ipt_depthngnm" ref="/root/send/retrparams/depthngnm" class="input_s_essential" disabled="false" navindex="3" imemode="hangul" style="left:183px; top:39px; width:150px; height:19px; ">
  287. <script type="javascript" ev:event="onkeypress">
  288. <![CDATA[
  289. racfBugtDeptValidCheck("deptcd,depthngnm", "name");
  290. if(event.keyCode == 13)
  291. {
  292. btn_search.dispatch("DOMActivate");
  293. }
  294. ]]>
  295. </script>
  296. <script type="javascript" ev:event="xforms-value-changed">
  297. <![CDATA[
  298. racfBugtDeptValidCheck("deptcd,depthngnm", "name");
  299. if(ipt_deptcd.value != "" && ipt_depthngnm.value != "")
  300. {
  301. btn_search.dispatch("DOMActivate");
  302. }
  303. ]]>
  304. </script>
  305. </input>
  306. <button id="btn_depthelp" class="icon_search" disabled="false" style="left:162px; top:39px; width:16px; height:16px; ">
  307. <caption/>
  308. <script type="javascript" ev:event="DOMActivate">
  309. <![CDATA[
  310. fOpenPopupDeptHelp(ipt_deptcd, "deptcd,depthngnm");
  311. if(ipt_deptcd.value != "" &&ipt_depthngnm.value != "")
  312. {
  313. btn_search.dispatch("DOMActivate");
  314. }
  315. ]]>
  316. </script>
  317. </button>
  318. <caption id="caption3" class="search_name" style="left:14px; top:40px; width:107px; height:17px; ">부서 :</caption>
  319. <input id="ipt_deptcd" ref="/root/send/retrparams/deptcd" class="input_s_essential" disabled="false" navindex="2" maxlength="10" style="left:78px; top:39px; width:80px; height:19px; ">
  320. <script type="javascript" ev:event="onkeypress">
  321. <![CDATA[
  322. if(event.keyCode == 13)
  323. {
  324. model.setFocus("ipt_depthngnm");
  325. }
  326. ]]>
  327. </script>
  328. <script type="javascript" ev:event="xforms-value-changed">
  329. <![CDATA[
  330. racfBugtDeptValidCheck("deptcd,depthngnm", "code");
  331. if(ipt_deptcd.value != "" &&ipt_depthngnm.value != "")
  332. {
  333. btn_search.dispatch("DOMActivate");
  334. }
  335. ]]>
  336. </script>
  337. </input>
  338. <button id="button4" class="btn2_letter2" style="left:915px; top:39px; width:42px; height:19px; ">
  339. <caption>찾기</caption>
  340. <script type="javascript" ev:event="DOMActivate">
  341. <![CDATA[
  342. var vPrntnmCol = grd_bugtexecist.colRef("acntnm");
  343. var searchnm = model.getValue("/root/send/search/nm");
  344. var findRow = grd_bugtexecist.findRow(searchnm, 1, vPrntnmCol, false, false);
  345. grd_bugtexecist.row = findRow;
  346. model.refresh();
  347. ]]>
  348. </script>
  349. </button>
  350. <caption id="caption1" class="search_name" style="left:690px; top:40px; width:111px; height:17px; ">조 회 :</caption>
  351. <input id="input1" ref="/root/send/search/nm" class="input_s_essential" navindex="2" maxlength="10" style="left:780px; top:39px; width:130px; height:19px; ">
  352. <script type="javascript" ev:event="onkeypress">
  353. <![CDATA[
  354. if(event.keyCode == 13)
  355. {
  356. inputEnterKey("button4", "DOMActivate");
  357. }
  358. ]]>
  359. </script>
  360. </input>
  361. </group>
  362. <caption id="caption2" class="tit_2" style="left:5px; top:92px; width:159px; height:13px; ">예산집행실적총괄(월별)</caption>
  363. <datagrid id="grd_bugtexecist" nodeset="/root/main/list/datalist" caption="계정과목^계정과목^계정과목^계정과목^조정후예산액^배정누계^집행실적^예산대비&#xA;집행잔액^누계대비&#xA;집행잔액^배정잔액^월별집행실적^월별집행실적^월별집행실적^월별집행실적^월별집행실적^월별집행실적^월별집행실적^월별집행실적^월별집행실적^월별집행실적^월별집행실적^월별집행실적^예산년도^구분|관^항^목^세목^조정후예산액^배정누계^집행실적^예산대비&#xA;집행잔액^누계대비&#xA;집행잔액^배정잔액^1월^2월^3월^4월^5월^6월^7월^8월^9월^10월^11월^12월^예산년도^구분" colsep="^" colwidth="80, 80, 90, 150, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:115px; width:1194px; height:615px; ">
  364. <col ref="supacntnm2" style="text-align:left; vertical-align:top; padding-top:3; "/>
  365. <col ref="supacntnm3" style="text-align:left; vertical-align:top; padding-top:3; "/>
  366. <col ref="supacntnm4" style="text-align:left; vertical-align:top; padding-top:3; "/>
  367. <col ref="acntnm" style="text-align:left; vertical-align:top; padding-top:3; "/>
  368. <col ref="totalrevsupmbugtamt" format="(-)#,###" style="text-align:right; "/>
  369. <col ref="quarterorgbugtamt" format="(-)#,###" style="text-align:right; "/>
  370. <col ref="totalbugtexecamt" format="(-)#,###" style="text-align:right; "/>
  371. <col ref="janamt1" format="(-)#,###" style="text-align:right; "/>
  372. <col ref="janamt2" format="(-)#,###" style="text-align:right; "/>
  373. <col ref="janamt3" format="(-)#,###" style="text-align:right; "/>
  374. <col ref="jan" format="(-)#,###" style="text-align:right; "/>
  375. <col ref="feb" format="(-)#,###" style="text-align:right; "/>
  376. <col ref="mar" format="(-)#,###" style="text-align:right; "/>
  377. <col ref="apr" format="(-)#,###" style="text-align:right; "/>
  378. <col ref="may" format="(-)#,###" style="text-align:right; "/>
  379. <col ref="jun" format="(-)#,###" style="text-align:right; "/>
  380. <col ref="jul" format="(-)#,###" style="text-align:right; "/>
  381. <col ref="aug" format="(-)#,###" style="text-align:right; "/>
  382. <col ref="sep" format="(-)#,###" style="text-align:right; "/>
  383. <col ref="oct" format="(-)#,###" style="text-align:right; "/>
  384. <col ref="nov" format="(-)#,###" style="text-align:right; "/>
  385. <col ref="dec" format="(-)#,###" style="text-align:right; "/>
  386. <col ref="acntyy" visibility="hidden"/>
  387. <col ref="gubn" visibility="hidden"/>
  388. </datagrid>
  389. <button id="btn_5" class="btn2_letter4" style="left:1126px; top:87px; width:64px; height:19px; text-align:left; ">
  390. <caption>엑셀저장</caption>
  391. <script type="javascript" ev:event="DOMActivate">
  392. <![CDATA[
  393. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  394. grd_bugtexecist.saveExcel(fileName,"SheetName:sheet1");
  395. //radfSaveExcel(grd_exceloutput1);
  396. ]]>
  397. </script>
  398. </button>
  399. <button id="btn_print" class="btn2_letter2" style="left:1082px; top:87px; width:42px; height:19px; ">
  400. <caption>출력</caption>
  401. <script type="javascript" ev:event="DOMActivate">
  402. <![CDATA[
  403. fPrint();
  404. ]]>
  405. </script>
  406. </button>
  407. </group>
  408. <group id="group4" scroll="auto" style="left:0px; top:13px; width:1195px; height:17px; ">
  409. <line id="line5" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
  410. </group>
  411. </xhtml:body>
  412. </xhtml:html>