SMRWP08100_지정진료수당명세서.xrw 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. <apntordalwndoculist/>
  11. </main>
  12. <init/>
  13. <send>
  14. <payym/>
  15. <payinst/>
  16. <payinstnm/>
  17. <usernm/>
  18. </send>
  19. <hidden/>
  20. </root>
  21. </instance>
  22. <script type="javascript" ev:event="xforms-ready">
  23. <![CDATA[
  24. misfComboComCdListMulti("Z0007", "cmb_payinst") ;
  25. makeReportPreview(0,110,1195,650);
  26. var today = getCurrentDate();
  27. var cur_yymm = parseInt(today.substring(0, 6));
  28. model.setValue("/root/send/payym", cur_yymm);
  29. ipt_payym.refresh();
  30. model.setValue("/root/send/payinst", getUserInfo("dutplceinstcd")); // 기관 설정
  31. model.setValue("/root/send/usernm", getUserInfo("usernm")); // 사용자 정보 설정
  32. misfGetUserAuth();
  33. if (DUTY_PAY_YN == "Y" ) {
  34. cmb_payinst.disabled = false;
  35. }
  36. else {
  37. cmb_payinst.disabled = true;
  38. }
  39. model.refresh();
  40. ]]>
  41. </script>
  42. <submission id="TRRWP08101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/apntordalwndoculist"/>
  43. </model>
  44. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  45. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  46. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  47. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  48. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  49. <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
  50. </xhtml:head>
  51. <xhtml:body style="margin-left:8; margin-right:8; ">
  52. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  53. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">진료수당명세서</caption>
  54. </group>
  55. <group id="group2" scroll="auto" style="left:0px; top:40px; width:1195px; height:740px; ">
  56. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1193px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  57. <button id="btn_search" class="btn1_letter2" style="left:1130px; top:17px; width:56px; height:22px; ">
  58. <caption>조회</caption>
  59. <script type="javascript" ev:event="DOMActivate">
  60. <![CDATA[
  61. submit("TRRWP08101");
  62. ipt_payinstnm.value = cmb_payinst.label;
  63. exeReportPreview("RPRWP08100", "XMLSTR");//, "/root/main/payamt");
  64. ]]>
  65. </script>
  66. </button>
  67. <line id="line13" class="line_4" style="x1:1120px; y1:10px; x2:1120px; y2:44px; "/>
  68. <caption id="cap_payinst" class="search_name" style="left:205px; top:19px; width:86px; height:17px; ">소속기관:</caption>
  69. <select1 id="cmb_payinst" ref="/root/send/payinst" class="combo_s_essential" appearance="minimal" style="left:286px; top:18px; width:125px; height:19px; ">
  70. <choices>
  71. <itemset>
  72. <label/>
  73. <value/>
  74. </itemset>
  75. </choices>
  76. </select1>
  77. <caption id="caption22" class="search_name" style="left:10px; top:19px; width:85px; height:17px; ">지급월:</caption>
  78. <input id="ipt_payym" ref="/root/send/payym" class="input_default" inputtype="date" format="yyyy-mm" style="left:79px; top:18px; width:94px; height:19px; text-align:center; vertical-align:middle; "/>
  79. <caption id="caption28" class="tit_2" style="left:5px; top:53px; width:144px; height:14px; ">진료수당명세서</caption>
  80. <line id="line193" class="line_1" style="x1:2px; y1:66px; x2:1192px; y2:66px; "/>
  81. <input id="ipt_payinstnm" ref="/root/send/payinstnm" visibility="hidden" style="left:420px; top:20px; width:100px; height:19px; "/>
  82. <input id="ipt_usernm" ref="/root/send/usernm" visibility="hidden" style="left:525px; top:20px; width:130px; height:19px; "/>
  83. </group>
  84. <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
  85. </xhtml:body>
  86. </xhtml:html>