SMRPV01700_자기계발계획성장목표등록.xrw 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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. <grthgoal>
  12. <grthgoallist/>
  13. </grthgoal>
  14. </list>
  15. </main>
  16. <send>
  17. <grthgoal>
  18. <grthgoalflagcd/>
  19. </grthgoal>
  20. <save>
  21. <grthgoallist/>
  22. </save>
  23. </send>
  24. <init/>
  25. </root>
  26. </instance>
  27. <script type="javascript" ev:event="xforms-ready">
  28. <![CDATA[
  29. /* Grid 초기화 */
  30. misfGridInit(grd_goal);
  31. /* Submit의 ref에 참조 될 Node들은 꼭 Instance에 생성 해야 함.*/
  32. /* Grid의 Mater, Detail관계 설정
  33. misfMsterDetailSet(관계설정할 Grid, Mater가 될 Grid, submit ID, 저장여부) */
  34. misfMsterDetailSet(grd_goal,null, "TRRPV01701" ,"Y");
  35. var curdate = getCurrentDate();
  36. //rpvfComboValuCdList(curdate.substr(0, 4),"GRTHGOALFLAGCD","cmb_grthgoalflagcd");
  37. rpvfComboValuCdList(curdate.substr(0, 4),"GRTHGOALFLAGCD,VALUGROUPCD","cmb_grthgoalflagcd,grd_goal.itemflag");
  38. model.refresh();
  39. ]]>
  40. </script>
  41. <submission id="TRRPV01701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/grthgoal" resultref="/root/main/list/valubasecls"/>
  42. <submission id="TXRPV01701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/hidden/temp"/>
  43. </model>
  44. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  45. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  46. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  47. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  48. <script type="javascript" src="../../../mis/valuationmngtweb/js/RPV001.js"/>
  49. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  50. </xhtml:head>
  51. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  52. <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
  53. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:199px; height:14px; ">자기계발계획서 성장 목표 등록</caption>
  54. </group>
  55. <group id="group3" style="left:0px; top:38; width:1195px; height:719px; ">
  56. <!--<datagrid id="datagrid1" nodeset="/root/example" class="datagrid2" caption="구분^확정^목표^시작일자^종료일자^가중치" colsep="^" colwidth="48, 16, 80, 40, 50, 20" dataheight="23" defaultrows="23" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:317px; top:110px; width:876px; height:481px; ">-->
  57. <group id="grdmain" style="left:0px; top:40px; width:1195px; height:679px; ">
  58. <caption id="caption8" class="tit_2" style="left:5px; top:10px; width:165px; height:13px; ">성장목표 등록</caption>
  59. <line id="line5" class="line_1" style="x1:0px; y1:25px; x2:1195px; y2:25px; "/>
  60. <group id="grpmain2" style="left:0px; top:30px; width:1195px; height:649px; ">
  61. <datagrid id="grd_goal" nodeset="/root/main/list/grthgoal/grthgoallist" caption="항목명^항목구분^사용" colsep="^" colwidth="928, 189, 39, 51, 42" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:1px; width:1195px; height:644px; ">
  62. <col ref="itemcdnm" type="input"/>
  63. <col checkvalue="Y,N" ref="itemflag" type="combo" class="gridcombo">
  64. <choices>
  65. <itemset>
  66. <label/>
  67. <value/>
  68. </itemset>
  69. </choices>
  70. </col>
  71. <col ref="useyn" type="checkbox"/>
  72. <col ref="elvttrgtitemcd" visibility="hidden"/>
  73. <col ref="grthgoalflagcd" visibility="hidden"/>
  74. </datagrid>
  75. </group>
  76. <button id="btn_delete" class="btn2_letter3" style="left:1138px; top:3px; width:53px; height:19px; ">
  77. <caption>행삭제</caption>
  78. <script type="javascript" ev:event="DOMActivate">
  79. <![CDATA[
  80. misfGridIUD(grd_goal, "D");
  81. ]]>
  82. </script>
  83. </button>
  84. <button id="btn_insert" class="btn2_letter3" style="left:1083px; top:3px; width:53px; height:19px; ">
  85. <caption>행추가</caption>
  86. <script type="javascript" ev:event="DOMActivate">
  87. <![CDATA[
  88. if ( !isRequiredControls("cmb_grthgoalflagcd") ) {
  89. return false;
  90. }
  91. misfGridIUD(grd_goal, "A");
  92. model.setValue(grd_goal.attribute("nodeset")+"["+(grd_goal.row - grd_goal.fixedRows + 1)+"]/grthgoalflagcd", model.getValue(cmb_grthgoalflagcd.attribute("ref")));
  93. ]]>
  94. </script>
  95. </button>
  96. </group>
  97. <group id="group2" style="left:0px; top:10px; width:1195px; height:30px; ">
  98. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:0px; width:1195; height:30px; "/>
  99. <!--<datagrid id="datagrid1" nodeset="/root/example" class="datagrid2" caption="구분^확정^목표^시작일자^종료일자^가중치" colsep="^" colwidth="48, 16, 80, 40, 50, 20" dataheight="23" defaultrows="23" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:317px; top:110px; width:876px; height:481px; ">-->
  100. <caption id="cap_grthgoalflagcd" class="search_name" style="left:15; top:7px; width:123px; height:17px; font-weight:bold; ">성장목표구분 :</caption>
  101. <select1 id="cmb_grthgoalflagcd" ref="/root/send/grthgoal/grthgoalflagcd" class="combo_s_essential" appearance="minimal" style="left:126px; top:7px; width:120px; height:19px; ">
  102. <choices>
  103. <itemset>
  104. <label/>
  105. <value/>
  106. </itemset>
  107. </choices>
  108. </select1>
  109. <line id="line13" class="line_4" style="x1:1128px; y1:6px; x2:1128px; y2:28px; "/>
  110. <button id="btn_search" class="btn1_letter2" style="left:1134px; top:4px; width:56px; height:22px; ">
  111. <caption>조회</caption>
  112. <script type="javascript" ev:event="DOMActivate">
  113. <![CDATA[
  114. if ( !isRequiredControls("ipt_valuyy") ) {
  115. return false;
  116. }
  117. misfMsterDetailRetrieve();
  118. ]]>
  119. </script>
  120. </button>
  121. </group>
  122. </group>
  123. <!--<line id="line3" class="line_1" style="x1:0px; y1:67px; x2:1195px; y2:67px; "/>-->
  124. <group id="group4" style="left:0px; top:12px; width:1195px; height:27px; ">
  125. <!--<datagrid id="datagrid1" nodeset="/root/example" class="datagrid2" caption="구분^확정^목표^시작일자^종료일자^가중치" colsep="^" colwidth="48, 16, 80, 40, 50, 20" dataheight="23" defaultrows="23" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:317px; top:110px; width:876px; height:481px; ">-->
  126. <button id="button5" class="btn4_letter3" style="left:1069px; top:3px; width:68px; height:22px; ">
  127. <caption>초기화</caption>
  128. </button>
  129. <line id="line1" class="line_6" style="x1:0px; y1:25; x2:1195; y2:25; "/>
  130. <button id="btn_save" class="btn4_letter2" style="left:1139px; top:3px; width:56px; height:22px; ">
  131. <caption>저장</caption>
  132. <script type="javascript" ev:event="DOMActivate">
  133. <![CDATA[
  134. if(!checkKeyColumn("grd_goal")) return;
  135. misfSave("TXRPV01701");
  136. ]]>
  137. </script>
  138. </button>
  139. </group>
  140. </xhtml:body>
  141. </xhtml:html>