SPRPB03000_부서별근무지조회.xrw 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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>부서코드 HELP</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <deptdutplcelist>
  11. <dutplcedeptcd/>
  12. <dutplcedeptnm/>
  13. </deptdutplcelist>
  14. </main>
  15. <target/>
  16. <init/>
  17. <send>
  18. <instcd/>
  19. <unitcd/>
  20. </send>
  21. </root>
  22. </instance>
  23. <script type="javascript" ev:event="xforms-ready">
  24. <![CDATA[
  25. misfGridInit(grd_deptdutplcelist);
  26. misfComboComCdListMulti("Z0007", "grd_deptdutplcelist.dutplceinst");
  27. var instcd=parent.ipt_instcd.value;
  28. var unitcd=parent.ipt_unitcd.value;
  29. model.setValue("/root/send/instcd",instcd);
  30. model.setValue("/root/send/unitcd",unitcd);
  31. submit("TRRPB03001");
  32. model.refresh();
  33. ]]>
  34. </script>
  35. <submission id="TRRPB03001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/deptdutplcelist"/>
  36. </model>
  37. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  39. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  40. </xhtml:head>
  41. <xhtml:body pagewidth="650" pageheight="600" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  42. <group id="group3" scroll="auto" style="left:8px; top:0px; width:580px; height:504px; ">
  43. <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:144px; height:13px; ">부서별 근무지 리스트</caption>
  44. <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:580px; y2:25px; "/>
  45. <datagrid id="grd_deptdutplcelist" nodeset="/root/main/deptdutplcelist" caption="근무지기관^근무지코드^근무지명" colsep="^" colwidth="122, 128, 293" dataheight="23" defaultrows="0" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="never" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:30px; width:580px; height:464px; ">
  46. <col disabled="true" ref="dutplceinst" type="combo">
  47. <choices>
  48. <itemset>
  49. <label/>
  50. <value/>
  51. </itemset>
  52. </choices>
  53. </col>
  54. <col ref="dutplcedeptcd"/>
  55. <col ref="dutplcedeptnm"/>
  56. <script type="javascript" ev:event="ondblclick">
  57. <![CDATA[
  58. if( grd_deptdutplcelist.isCell(event.target) && grd_deptdutplcelist.row >= grd_deptdutplcelist.fixedRows )
  59. {
  60. btn_confirm.dispatch("DOMActivate");
  61. }
  62. ]]>
  63. </script>
  64. <script type="javascript" ev:event="onaftersort">
  65. <![CDATA[
  66. grd_deptdutplcelist.gridToInstance();
  67. ]]>
  68. </script>
  69. </datagrid>
  70. </group>
  71. <group id="group1" scroll="auto" style="left:8px; top:503px; width:580px; height:27px; ">
  72. <button id="btn_confirm" class="btn4_letter2" style="left:465px; top:3px; width:56px; height:22px; ">
  73. <caption>확인</caption>
  74. <script type="javascript" ev:event="DOMActivate">
  75. <![CDATA[
  76. misfPopUpListReturn(grd_deptdutplcelist);
  77. ]]>
  78. </script>
  79. </button>
  80. <button id="btn_cancel" class="btn4_letter2" style="left:524px; top:3px; width:56px; height:22px; ">
  81. <caption>취소</caption>
  82. <script type="javascript" ev:event="DOMActivate">
  83. <![CDATA[
  84. misfPopUpListCancel();
  85. ]]>
  86. </script>
  87. </button>
  88. <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:580; y2:0px; "/>
  89. </group>
  90. </xhtml:body>
  91. </xhtml:html>