SPZTP01200_프로젝트진척관리소위원회부서팝업.xrw 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. <ranklist>
  11. <list>
  12. <rank>
  13. <reprdept/>
  14. <dept/>
  15. </rank>
  16. </list>
  17. </ranklist>
  18. </main>
  19. <send>
  20. <search>
  21. <reprdept/>
  22. <insuimp/>
  23. <appdd/>
  24. </search>
  25. </send>
  26. <target/>
  27. <temp>
  28. <combo>
  29. <appdd/>
  30. <value/>
  31. </combo>
  32. </temp>
  33. </root>
  34. </instance>
  35. <script type="javascript" ev:event="xforms-ready">
  36. <![CDATA[
  37. // 검색 조건 강제 지정
  38. model.setValue("/root/send/search/reprdept","d");
  39. model.setValue("/root/send/search/insuimp","A");
  40. model.setValue("/root/send/search/appdd","-");
  41. submit("TRZTP00801");
  42. // 소위원회 명이 동일하면 Merge하기 위해 정렬을 한다.
  43. var grd_length;
  44. grd_length = grd_ranklist.rows - grd_ranklist.fixedRows;
  45. grd_ranklist.sort(1, 1, grd_length, 2) = "asc";
  46. // 정렬 후 refresh를 해야 적용이 된다.
  47. model.refresh();
  48. ]]>
  49. </script>
  50. <submission id="TRZTP00801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/ranklist/list"/>
  51. </model>
  52. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  53. <script type="javascript" src="../../commonweb/js/tfHelper.js"/>
  54. </xhtml:head>
  55. <xhtml:body pagewidth="330" pageheight="470">
  56. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:126px; height:14px; ">소위원회-해당부서</caption>
  57. <datagrid id="grd_ranklist" nodeset="/root/main/ranklist/list/rank" caption="소위원회^해당부서" colsep="^" colwidth="113, 79" dataheight="25" explorerbar="sortshow" extendlastcol="scroll" mergecells="bycol" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:5px; top:25px; width:320px; height:435px; ">
  58. <col ref="reprdept"/>
  59. <col ref="dept"/>
  60. </datagrid>
  61. </xhtml:body>
  62. </xhtml:html>