SMSOC00400_변경신청관리.xrw 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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. <req_list>
  12. <boardseqno/>
  13. <boardrelacd/>
  14. <usernm/>
  15. <subjtypecd/>
  16. <boardtitl/>
  17. <appcnts/>
  18. <appresncnts/>
  19. <mngerremfact/>
  20. <suggdeptcd/>
  21. <lastupdtrid/>
  22. <lastupdtdt/>
  23. <tretcd/>
  24. </req_list>
  25. </list>
  26. </main>
  27. <send>
  28. <searchterm/>
  29. <searchgubun/>
  30. <lastupdtrid/>
  31. <moveitem/>
  32. </send>
  33. <hidden>
  34. <session/>
  35. </hidden>
  36. <temp/>
  37. </root>
  38. </instance>
  39. <script type="javascript" ev:event="xforms-ready">
  40. <![CDATA[
  41. model.setValue("/root/send/moveitem", "uptreq");
  42. model.setValue("/root/send/searchgubun","name");
  43. model.refresh();
  44. ]]>
  45. </script>
  46. <submission id="TRSOC00400" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" resultref="/root/main/list"/>
  47. </model>
  48. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  49. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  50. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  51. <script type="javascript" src="../../../sts/stsmngtweb/js/sts.js"/>
  52. </xhtml:head>
  53. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  54. <group id="group3" scroll="auto" style="left:0px; top:40px; width:1195px; height:744px; ">
  55. <group id="group2" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
  56. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  57. <caption id="caption2" class="search_name" style="left:445px; top:9px; width:100px; height:17px; ">조회구분 :</caption>
  58. <button id="btn_search" class="btn1_letter2" style="left:850px; top:7px; width:56px; height:22px; ">
  59. <caption>조회</caption>
  60. <script type="javascript" ev:event="DOMActivate">
  61. <![CDATA[
  62. var searchVal = model.getValue("/root/send/searchgubun");
  63. if(searchVal != ""){
  64. submit("TRSOC00400");
  65. model.refresh();
  66. }
  67. ]]>
  68. </script>
  69. </button>
  70. <select1 id="searchgubun" ref="/root/send/searchgubun" class="combo_s_default" appearance="minimal" style="left:535px; top:8px; width:100px; height:19px; ">
  71. <choices>
  72. <item>
  73. <label>명칭</label>
  74. <value>name</value>
  75. </item>
  76. <item>
  77. <label>신청자명</label>
  78. <value>fstrgstr</value>
  79. </item>
  80. </choices>
  81. </select1>
  82. <input id="searchterm" ref="/root/send/searchterm" class="input_search" style="left:640px; top:8px; width:150px; height:19px; ">
  83. <script type="javascript" ev:event="onkeyup">
  84. <![CDATA[
  85. inputEnterKey("btn_search", "DOMActivate");
  86. ]]>
  87. </script>
  88. </input>
  89. </group>
  90. <caption id="caption20" class="tit_2" style="left:5px; top:55px; width:100px; height:14px; ">구 분</caption>
  91. <line id="line8" class="line_1" style="x1:0px; y1:70px; x2:150px; y2:70px; "/>
  92. <datagrid id="datagrid1" nodeset="/root/main/list/req_list" caption="no^cd^신청자^구 분^명 칭^요청 내용^사유^관리자^부서^id^요청일자^처리상태" colwidth="30, 30, 70, 70, 181, 501, 50, 50, 50, 50, 80, 70" dataheight="25" ellipsis="true" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" colsep="^" tooltip="true" style="left:155px; top:75px; width:1039px; height:661px; ">
  93. <col ref="boardseqno" visibility="hidden"/>
  94. <col ref="boardrelacd" visibility="hidden"/>
  95. <col ref="usernm" style="text-align:center; "/>
  96. <col ref="subjtypecd" type="combo" disabled="true" style="text-align:center; ">
  97. <choices>
  98. <item>
  99. <label>KPI</label>
  100. <value>K</value>
  101. </item>
  102. <item>
  103. <label>세분변수</label>
  104. <value>V</value>
  105. </item>
  106. <item>
  107. <label>Report</label>
  108. <value>R</value>
  109. </item>
  110. </choices>
  111. </col>
  112. <col ref="boardtitl"/>
  113. <col ref="appcnts" style="text-align:left; "/>
  114. <col ref="appresncnts" visibility="hidden"/>
  115. <col ref="mngerremfact" visibility="hidden"/>
  116. <col ref="suggdeptcd" visibility="hidden"/>
  117. <col ref="lastupdtrid" visibility="hidden"/>
  118. <col ref="lastupdtdt" format="yyyy-mm-dd" style="text-align:center; "/>
  119. <col ref="tretcd" type="combo" disabled="true" style="text-align:center; ">
  120. <choices>
  121. <item>
  122. <label>요청접수</label>
  123. <value>01</value>
  124. </item>
  125. <item>
  126. <label>처리완료</label>
  127. <value>02</value>
  128. </item>
  129. <item>
  130. <label>반 려</label>
  131. <value>03</value>
  132. </item>
  133. </choices>
  134. </col>
  135. <script type="javascript" ev:event="ondblclick">
  136. <![CDATA[
  137. var cur_row = datagrid1.row;
  138. model.setAttribute("boardseqno", model.getvalue("/root/main/list/req_list["+cur_row+"]/boardseqno") );
  139. model.setAttribute("boardrelacd", model.getvalue("/root/main/list/req_list["+cur_row+"]/boardrelacd") );
  140. model.setAttribute("usernm", model.getvalue("/root/main/list/req_list["+cur_row+"]/usernm") );
  141. model.setAttribute("subjtypecd", model.getvalue("/root/main/list/req_list["+cur_row+"]/subjtypecd") );
  142. model.setAttribute("boardtitl", model.getvalue("/root/main/list/req_list["+cur_row+"]/boardtitl") );
  143. model.setAttribute("appcnts", model.getvalue("/root/main/list/req_list["+cur_row+"]/appcnts") );
  144. model.setAttribute("appresncnts", model.getvalue("/root/main/list/req_list["+cur_row+"]/appresncnts") );
  145. model.setAttribute("mngerremfact", model.getvalue("/root/main/list/req_list["+cur_row+"]/mngerremfact") );
  146. model.setAttribute("suggdeptcd", model.getvalue("/root/main/list/req_list["+cur_row+"]/suggdeptcd") );
  147. model.setAttribute("lastupdtrid", model.getvalue("/root/main/list/req_list["+cur_row+"]/lastupdtrid") );
  148. model.setAttribute("tretcd", model.getvalue("/root/main/list/req_list["+cur_row+"]/tretcd") );
  149. modal("SPSOC00402"); //상세 화면 팝업을 띄운다.
  150. ]]>
  151. </script>
  152. <script type="javascript" ev:event="onaftersort">
  153. <![CDATA[
  154. datagrid1.gridToInstance();
  155. ]]>
  156. </script>
  157. </datagrid>
  158. <line id="line1" style="x1:840px; y1:17px; x2:840px; y2:39px; border-color:#ffe4bb; border-left-style:solid; "/>
  159. <line id="line3" class="line_1" style="x1:155px; y1:70px; x2:1195px; y2:70px; "/>
  160. <select1 id="radio1" ref="/root/send/moveitem" overflow="visible" appearance="full" rows="3" cols="1" cellspacing="10" vcellspacing="50" style="left:5px; top:78px; width:140px; height:195px; font-size:14pt; font-weight:bold; border-style:none; ">
  161. <choices>
  162. <item>
  163. <label>변경신청 조회/회신</label>
  164. <value>uptreq</value>
  165. </item>
  166. <item>
  167. <label>사용자 권한관리</label>
  168. <value>subreq</value>
  169. </item>
  170. </choices>
  171. <script type="javascript" ev:event="onclick">
  172. <![CDATA[
  173. fWindowLoad2("/root/send/moveitem");
  174. ]]>
  175. </script>
  176. </select1>
  177. </group>
  178. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">변경요청 내역 List</caption>
  179. <group id="grp_btn" style="left:0px; top:13px; width:1195px; height:27px; ">
  180. <button id="button3" class="btn4_letter3" style="left:1126px; top:3px; width:68px; height:22px; ">
  181. <caption>초기화</caption>
  182. <script type="javascript" ev:event="DOMActivate">
  183. <![CDATA[
  184. window.reload();
  185. ]]>
  186. </script>
  187. </button>
  188. <line id="line2" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
  189. </group>
  190. <caption id="caption23" style="left:973px; top:0px; width:217px; height:13px; vertical-align:middle; ">[ * 시스템 문의 : 박종택 (02-590-7891)]</caption>
  191. </xhtml:body>
  192. </xhtml:html>