SPRSD00340_계정예산편성HELP.xrw 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. <bugtlist/>
  11. </main>
  12. <target/>
  13. <init/>
  14. <send>
  15. <reqdd/>
  16. <bugtcdnm/>
  17. <bugtcd/>
  18. <instcd/>
  19. <deptcd/>
  20. <acntyy/>
  21. <supacntcd4/>
  22. </send>
  23. </root>
  24. </instance>
  25. <script type="javascript" ev:event="xforms-ready">
  26. <![CDATA[
  27. //model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
  28. model.setValue("/root/send/instcd", model.getValue("/root/target/defaultvalue/instcd") );
  29. model.setValue("/root/send/reqdd", model.getValue("/root/target/defaultvalue/reqdd") );
  30. model.setValue("/root/send/deptcd", model.getValue("/root/target/defaultvalue/deptcd") );
  31. model.setValue("/root/send/supacntcd4", model.getValue("/root/target/defaultvalue/supacntcd4") );
  32. // rdo_refcond.select(1);
  33. btn_search.dispatch("DOMActivate");
  34. ]]>
  35. </script>
  36. <submission id="TRRSD00341" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" resultref="/root/main"/>
  37. </model>
  38. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  39. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  40. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  41. </xhtml:head>
  42. <xhtml:body pagewidth="800" pageheight="570" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  43. <group id="group3" scroll="auto" style="left:8px; top:0px; width:795px; height:560px; ">
  44. <group id="group2" style="left:0px; top:5px; width:780px; height:35px; ">
  45. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:775px; height:35px; "/>
  46. <button id="btn_search" class="btn1_letter2" style="left:704px; top:7px; width:56px; height:22px; ">
  47. <caption>조회</caption>
  48. <script type="javascript" ev:event="DOMActivate">
  49. <![CDATA[
  50. submit("TRRSD00341");
  51. ]]>
  52. </script>
  53. </button>
  54. <line id="line13" class="line_4" style="x1:684px; y1:6px; x2:684px; y2:30px; border-color:#ffe4bb; border-left-style:solid; "/>
  55. </group>
  56. <caption id="caption1" class="tit_2" style="left:5px; top:49px; width:145px; height:14px; ">예산 편성 리스트</caption>
  57. <line id="line1" class="line_1" style="x1:0px; y1:64px; x2:770px; y2:64px; "/>
  58. <datagrid id="grd_bugtlist" nodeset="/root/main/bugtlist" class="grd_prodcmpylist" caption="계정코드^계정명칭^프로젝트ID^프로젝크명칭^예산액(A)^추산액(B)^집행액(C)^가용액(A-B-C)^프로젝트여부" colwidth="89, 181, 69, 95, 70, 73, 70, 100, 100" dataheight="23" defaultrows="0" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" colsep="^" tooltip="true" style="left:0px; top:69px; width:780px; height:460px; ">
  59. <col ref="bugtcd"/>
  60. <col ref="bugtcdnm"/>
  61. <col ref="projectid" format="yyyy-mm-dd" style="text-align:center; "/>
  62. <col ref="projectnm" format="yyyy-mm-dd" style="text-align:center; "/>
  63. <col ref="totamt" format="#,###" style="text-align:right; "/>
  64. <col ref="bugtexpcamt" format="#,###"/>
  65. <col ref="bugtexecamt" visibility="visible" format="#,###" style="text-align:right; "/>
  66. <col ref="remainder" visibility="visible" format="#,###" style="text-align:right; "/>
  67. <col ref="projectyn" visibility="hidden"/>
  68. <script type="javascript" ev:event="ondblclick">
  69. <![CDATA[
  70. if( grd_bugtlist.isCell( event.target ) && grd_bugtlist.row >= grd_bugtlist.fixedRows ) {
  71. btn_confirm.dispatch("DOMActivate");
  72. }
  73. ]]>
  74. </script>
  75. <script type="javascript" ev:event="onaftersort">
  76. <![CDATA[
  77. grd_bugtlist.gridToInstance();
  78. ]]>
  79. </script>
  80. </datagrid>
  81. <group id="group1" scroll="auto" style="left:0px; top:533px; width:785px; height:27px; ">
  82. <button id="btn_confirm" class="btn4_letter2" style="left:653px; top:2px; width:56px; height:22px; ">
  83. <caption>확인</caption>
  84. <script type="javascript" ev:event="DOMActivate">
  85. <![CDATA[
  86. misfPopUpListReturn(grd_bugtlist);
  87. ]]>
  88. </script>
  89. </button>
  90. <button id="btn_cancel" class="btn4_letter2" style="left:710px; top:2px; width:56px; height:22px; ">
  91. <caption>취소</caption>
  92. <script type="javascript" ev:event="DOMActivate">
  93. <![CDATA[
  94. window.close();
  95. ]]>
  96. </script>
  97. </button>
  98. <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:700; y2:0px; "/>
  99. </group>
  100. </group>
  101. </xhtml:body>
  102. </xhtml:html>