SMRWP20500_당직자명단.xrw 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. <printinfo>
  11. <printlist/>
  12. </printinfo>
  13. </main>
  14. <init/>
  15. <send>
  16. <paytrgtcnt>
  17. <payym/>
  18. <instcd/>
  19. <emplno/>
  20. <emplnm/>
  21. <seqno/>
  22. <usenm/>
  23. <gb/>
  24. </paytrgtcnt>
  25. <printdata>
  26. <ymd/>
  27. <instcd/>
  28. </printdata>
  29. </send>
  30. <hidden/>
  31. </root>
  32. </instance>
  33. <script type="javascript" ev:event="xforms-ready">
  34. <![CDATA[
  35. misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","N");
  36. makeReportPreview(0,100,1195,650);
  37. model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
  38. model.setValue("/root/send/paytrgtcnt/payym", getCurrentDate().substr(0, 6));
  39. //model.setValue("/root/send/paytrgtcnt/gb", "1");
  40. misfGetUserAuth();
  41. if (DUTY_PAY_YN == "Y" ) {
  42. cmb_instcd.disabled = false;
  43. }
  44. else {
  45. cmb_instcd.disabled = true;
  46. }
  47. model.setFocus("cmb_instcd");
  48. ]]>
  49. </script>
  50. <submission id="TRRWP20401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/paytrgtcnt" resultref="/root/main/printinfo"/>
  51. </model>
  52. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  53. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  54. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  55. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  56. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  57. <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
  58. </xhtml:head>
  59. <xhtml:body style="margin-left:8; margin-right:8; ">
  60. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  61. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">당직자명단</caption>
  62. </group>
  63. <group id="group2" scroll="auto" style="left:0px; top:40px; width:1195px; height:740px; ">
  64. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:5px; width:1193px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  65. <button id="btn_search" class="btn1_letter2" style="left:1130px; top:12px; width:56px; height:22px; ">
  66. <caption>조회</caption>
  67. <script type="javascript" ev:event="DOMActivate">
  68. <![CDATA[
  69. if (model.getValue("/root/send/paytrgtcnt/payym") == ""){
  70. messageBox("당직년월은 필수 입력항목입니다.", "E999", "");
  71. return;
  72. }
  73. model.removenode("/root/main/printinfo/printlist");
  74. model.setValue("/root/send/printdata/ymd", model.getValue("/root/send/paytrgtcnt/payym"));
  75. model.setValue("/root/send/printdata/instcd", model.getValue("/root/send/paytrgtcnt/instcd"));
  76. //submit("TRRWP20401");
  77. exeReportPreview("RPRWP20500", "XML", "/root/send/printdata");
  78. ]]>
  79. </script>
  80. </button>
  81. <line id="line13" class="line_4" style="x1:1120px; y1:5px; x2:1120px; y2:39px; "/>
  82. <caption id="caption28" class="tit_2" style="left:5px; top:48px; width:144px; height:13px; ">당직자명단</caption>
  83. <line id="line193" class="line_1" style="x1:2px; y1:66px; x2:1192px; y2:66px; "/>
  84. <select1 id="cmb_instcd" ref="/root/send/paytrgtcnt/instcd" class="combo_s_essential" visibility="visible" appearance="minimal" style="left:320px; top:15px; width:170px; height:19px; ">
  85. <choices>
  86. <itemset>
  87. <label/>
  88. <value/>
  89. </itemset>
  90. </choices>
  91. </select1>
  92. <caption id="cap_instcd" class="search_name" visibility="visible" style="left:231px; top:16px; width:85px; height:17px; ">기 관 :</caption>
  93. <caption id="caption5" class="search_name" style="left:10px; top:15px; width:86px; height:17px; ">당직년월 :</caption>
  94. <input id="input3" ref="/root/send/paytrgtcnt/payym" inputtype="date" format="yyyy-mm" style="left:100px; top:14px; width:95px; height:19px; text-align:center; "/>
  95. </group>
  96. <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
  97. </xhtml:body>
  98. </xhtml:html>