SMZHA09001_요청사항관리.xrw 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="D:/KNUProject/application/webapps/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>Untitle</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <reqmanag>
  11. <reqlist>
  12. <instcd/>
  13. <reqseqe/>
  14. <reppros/>
  15. <reqdate/>
  16. <requser/>
  17. <reqkind/>
  18. <reqcont/>
  19. <reqpart/>
  20. <reqdesc/>
  21. <reqerro/>
  22. <reqtelp/>
  23. <reprecv/>
  24. <rephand/>
  25. <repchkd/>
  26. <rependd/>
  27. <reptitl/>
  28. <repdesc/>
  29. </reqlist>
  30. </reqmanag>
  31. </main>
  32. <send>
  33. <srchfromdd/>
  34. <srchtodd/>
  35. <srchflag>1</srchflag>
  36. <chkval/>
  37. <reqcont>1</reqcont>
  38. <reqkind>1</reqkind>
  39. <reppros>1</reppros>
  40. </send>
  41. </root>
  42. </instance>
  43. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  44. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  45. <script type="javascript" ev:event="xforms-ready">
  46. <![CDATA[
  47. var cur_date = getCurrentDate();
  48. model.setValue( input2.attribute("ref") , cur_date);
  49. model.setValue( input3.attribute("ref") , cur_date);
  50. getReqList();
  51. ]]>
  52. </script>
  53. <submission id="TRZHR00221" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/reqmanag"/>
  54. </model>
  55. </xhtml:head>
  56. <xhtml:body pagewidth="1210" pageheight="785">
  57. <script type="javascript">
  58. <![CDATA[
  59. //조회
  60. function getReqList() {
  61. model.removeNodeset("/root/main/reqmanag/reqlist");
  62. datagrid1.rebuildStyle();
  63. var srchFlag = model.getValue("/root/send/srchflag");
  64. submit("TRZHR00221",false);
  65. model.refresh();
  66. }
  67. function fReSearch() {
  68. btn_sea.dispatch("DOMActivate");
  69. }
  70. ]]>
  71. </script>
  72. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:181px; height:14px; ">지원 요청사항관리 프로그램</caption>
  73. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  74. <caption id="caption2" class="search_name" style="left:5px; top:28px; width:96px; height:17px; ">조회기간 :</caption>
  75. <input id="input2" ref="/root/send/srchfromdd" class="input_s_essential" navindex="1" inputtype="date" style="left:107px; top:28px; width:100px; height:19px; "/>
  76. <input id="input3" ref="/root/send/srchtodd" class="input_s_essential" navindex="2" inputtype="date" style="left:227px; top:28px; width:100px; height:19px; "/>
  77. <caption id="caption14" class="search_n_b" style="left:211px; top:29px; width:12px; height:17px; font-weight:bolder; ">~</caption>
  78. <caption id="caption3" class="search_name" style="left:345px; top:30px; width:70px; height:17px; ">조회 :</caption>
  79. <line id="line13" class="line_4" style="x1:1112px; y1:27px; x2:1112px; y2:49px; "/>
  80. <button id="btn_sea" class="btn1_letter2" navindex="5" style="left:1128px; top:27px; width:56px; height:22px; ">
  81. <caption>조회</caption>
  82. <script type="javascript" ev:event="DOMActivate">
  83. <![CDATA[
  84. getReqList();
  85. ]]>
  86. </script>
  87. </button>
  88. <button id="button1" class="btn2_letter4" navindex="7" style="left:1126px; top:61px; width:64px; height:19px; ">
  89. <caption>엑셀저장</caption>
  90. <script type="javascript" ev:event="DOMActivate">
  91. <![CDATA[
  92. var file = window.fileDialog("save", "", "true", "", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  93. if(file != "") {
  94. datagrid1.saveExcel(file, "colhiddenextend:true;");
  95. }
  96. ]]>
  97. </script>
  98. </button>
  99. <button id="button2" class="btn5_letter2" disabled="false" navindex="6" style="left:1075px; top:61px; width:42px; height:19px; ">
  100. <caption>입력</caption>
  101. <script type="javascript" ev:event="onclick">
  102. <![CDATA[
  103. datagrid1.rebuildStyle();
  104. model.makeValue("/root/fwdData/data","button2");
  105. window.load("SPZHA09001_요청사항입력.xrw", "modal", "", "width:850px; height:600px; resize:false; align:center;", "/root/main/list/new", "/root/main/ddaymngt/ddaylist" );
  106. ]]>
  107. </script>
  108. </button>
  109. <line id="line1" class="line_1" style="x1:3px; y1:86px; x2:1190px; y2:87px; "/>
  110. <datagrid id="datagrid1" nodeset="/root/main/reqmanag/reqlist" caption="기관코드^순번^진행상태^요청일^요청자^요청부문^요청사항^처리파트^지원 요청내용^오류내용^요청자 연락처^접수자^처리자^접수일^완료일^제목^처리내역" colsep="^" colwidth="0, 30, 59, 80, 60, 98, 93, 81, 466, 120, 109, 60, 60, 90, 90, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:100px; width:1191px; height:660px; ">
  111. <col ref="instcd"/>
  112. <col ref="reqseqe" style="text-align:center; "/>
  113. <col disabled="true" ref="reppros" type="combo" style="text-align:center; ">
  114. <choices>
  115. <item>
  116. <label>접수</label>
  117. <value>1</value>
  118. </item>
  119. <item>
  120. <label>진행중</label>
  121. <value>2</value>
  122. </item>
  123. <item>
  124. <label>추후처리</label>
  125. <value>3</value>
  126. </item>
  127. <item>
  128. <label>완료</label>
  129. <value>4</value>
  130. </item>
  131. </choices>
  132. </col>
  133. <col ref="reqdate" format="yyyy-mm-dd" style="text-align:center; "/>
  134. <col ref="requser" style="text-align:center; "/>
  135. <col disabled="true" ref="reqkind" type="combo" style="text-align:center; ">
  136. <choices>
  137. <item>
  138. <label>와스</label>
  139. <value>1</value>
  140. </item>
  141. <item>
  142. <label>웹서버</label>
  143. <value>2</value>
  144. </item>
  145. <item>
  146. <label>프레임워크</label>
  147. <value>3</value>
  148. </item>
  149. <item>
  150. <label>UI</label>
  151. <value>4</value>
  152. </item>
  153. <item>
  154. <label>DB</label>
  155. <value>5</value>
  156. </item>
  157. <item>
  158. <label>기술검토</label>
  159. <value>6</value>
  160. </item>
  161. <item>
  162. <label>로컬환경셋팅</label>
  163. <value>7</value>
  164. </item>
  165. <item>
  166. <label>프로그램셋팅</label>
  167. <value>8</value>
  168. </item>
  169. <item>
  170. <label>버그리포트</label>
  171. <value>9</value>
  172. </item>
  173. </choices>
  174. </col>
  175. <col disabled="true" ref="reqcont" type="combo" style="text-align:center; ">
  176. <choices>
  177. <item>
  178. <label>단순문의</label>
  179. <value>1</value>
  180. </item>
  181. <item>
  182. <label>Source오류</label>
  183. <value>2</value>
  184. </item>
  185. <item>
  186. <label>설정오류</label>
  187. <value>3</value>
  188. </item>
  189. <item>
  190. <label>Data오류</label>
  191. <value>4</value>
  192. </item>
  193. <item>
  194. <label>사용미숙</label>
  195. <value>5</value>
  196. </item>
  197. <item>
  198. <label>개발미숙</label>
  199. <value>6</value>
  200. </item>
  201. </choices>
  202. </col>
  203. <col disabled="true" ref="reqpart" type="combo" style="text-align:center; ">
  204. <choices>
  205. <item>
  206. <label>기반기술</label>
  207. <value>1</value>
  208. </item>
  209. <item>
  210. <label>프레임워크</label>
  211. <value>2</value>
  212. </item>
  213. <item>
  214. <label>DBA</label>
  215. <value>3</value>
  216. </item>
  217. </choices>
  218. </col>
  219. <col ref="reqdesc"/>
  220. <col ref="reqerro"/>
  221. <col ref="reqtelp" style="text-align:center; "/>
  222. <col ref="reprecv" style="text-align:center; "/>
  223. <col ref="rephand" style="text-align:center; "/>
  224. <col ref="repchkd" format="yyyy-mm-dd" style="text-align:center; "/>
  225. <col ref="rependd" format="yyyy-mm-dd" style="text-align:center; "/>
  226. <col ref="reptitl"/>
  227. <col ref="repdesc"/>
  228. <script type="javascript" ev:event="ondblclick">
  229. <![CDATA[
  230. var row = datagrid1.row;
  231. if(row > 0) {
  232. window.load("SPZHA09001_요청사항입력.xrw", "modal", "", "width:850px; height:600px; resize:false; align:center;", "/root/main/reqmanag/reqlist[" + row + "]", "/root/main/list/new");
  233. }
  234. ]]>
  235. </script>
  236. </datagrid>
  237. <select1 id="radio1" ref="/root/send/srchflag" navindex="3" appearance="full" cols="6" overflow="visible" style="left:410px; top:30px; width:225px; height:15px; text-align:left; vertical-align:middle; border-style:none; ">
  238. <choices>
  239. <item>
  240. <label>전체</label>
  241. <value>1</value>
  242. </item>
  243. <item>
  244. <label>사항별</label>
  245. <value>2</value>
  246. </item>
  247. <item>
  248. <label>부문별</label>
  249. <value>3</value>
  250. </item>
  251. <item>
  252. <label>상태별</label>
  253. <value>4</value>
  254. </item>
  255. </choices>
  256. <script type="javascript" ev:event="xforms-value-changed">
  257. <![CDATA[
  258. var srchType = model.getValue("/root/send/srchflag");
  259. if(srchType == "1") {
  260. combo1.visible = false;
  261. combo2.visible = false;
  262. combo3.visible = false;
  263. }else if(srchType == "2") {
  264. combo1.visible = true;
  265. combo2.visible = false;
  266. combo3.visible = false;
  267. }else if(srchType == "3") {
  268. combo1.visible = false;
  269. combo2.visible = true;
  270. combo3.visible = false;
  271. }else if(srchType == "4"){
  272. combo1.visible = false;
  273. combo2.visible = false;
  274. combo3.visible = true;
  275. }
  276. ]]>
  277. </script>
  278. </select1>
  279. <select1 id="combo1" ref="/root/send/reqcont" visibility="hidden" appearance="minimal" style="left:642px; top:29px; width:180px; height:19px; ">
  280. <choices>
  281. <item>
  282. <label>단순문의</label>
  283. <value>1</value>
  284. </item>
  285. <item>
  286. <label>Source오류</label>
  287. <value>2</value>
  288. </item>
  289. <item>
  290. <label>설정오류</label>
  291. <value>3</value>
  292. </item>
  293. <item>
  294. <label>Data오류</label>
  295. <value>4</value>
  296. </item>
  297. <item>
  298. <label>사용미숙</label>
  299. <value>5</value>
  300. </item>
  301. <item>
  302. <label>개발미숙</label>
  303. <value>6</value>
  304. </item>
  305. </choices>
  306. </select1>
  307. <select1 id="combo2" ref="/root/send/reqkind" visibility="hidden" appearance="minimal" style="left:642px; top:29px; width:180px; height:19px; ">
  308. <choices>
  309. <item>
  310. <label>와스</label>
  311. <value>1</value>
  312. </item>
  313. <item>
  314. <label>웹서버</label>
  315. <value>2</value>
  316. </item>
  317. <item>
  318. <label>프레임워크</label>
  319. <value>3</value>
  320. </item>
  321. <item>
  322. <label>UI</label>
  323. <value>4</value>
  324. </item>
  325. <item>
  326. <label>DB</label>
  327. <value>5</value>
  328. </item>
  329. <item>
  330. <label>기술검토</label>
  331. <value>6</value>
  332. </item>
  333. <item>
  334. <label>로컬환경셋팅</label>
  335. <value>7</value>
  336. </item>
  337. <item>
  338. <label>프로그램셋팅</label>
  339. <value>8</value>
  340. </item>
  341. <item>
  342. <label>버그리포트</label>
  343. <value>9</value>
  344. </item>
  345. </choices>
  346. </select1>
  347. <select1 id="combo3" ref="/root/send/reppros" visibility="hidden" appearance="minimal" style="left:642px; top:29px; width:180px; height:19px; ">
  348. <choices>
  349. <item>
  350. <label>접수</label>
  351. <value>1</value>
  352. </item>
  353. <item>
  354. <label>진행중</label>
  355. <value>2</value>
  356. </item>
  357. <item>
  358. <label>추후처리</label>
  359. <value>3</value>
  360. </item>
  361. <item>
  362. <label>완료</label>
  363. <value>4</value>
  364. </item>
  365. </choices>
  366. </select1>
  367. </xhtml:body>
  368. </xhtml:html>