SMRPD05100_확정마감번표현황조회간호부용.xrw 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. <list>
  11. <dutschecnfmstatlist/>
  12. </list>
  13. <savelist>
  14. </savelist>
  15. </main>
  16. <send>
  17. <retrparams>
  18. <instcd/>
  19. <dutym/>
  20. <dutunitcd/>
  21. <dutunitnm/>
  22. <cnfmyn>N</cnfmyn>
  23. <kind>nurse</kind>
  24. </retrparams>
  25. </send>
  26. <init/>
  27. <temp/>
  28. </root>
  29. </instance>
  30. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  31. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  32. <submission id="TRRPD01401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparams" resultref="/root/main/list"/>
  33. <submission id="TXRPD01401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/savelist/cncllist" resultref="/root/temp"/>
  34. </model>
  35. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  36. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  37. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  39. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  40. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  41. <script type="javascript" ev:event="xforms-ready">
  42. <![CDATA[
  43. fInitialize();
  44. ]]>
  45. </script>
  46. <script type="javascript">
  47. <![CDATA[
  48. var DUT_UNIT_CD = "";
  49. var DUT_UNIT_NM = "";
  50. function fInitialize()
  51. {
  52. model.removenode("/root/main/list/dutschecnfmstatlist");
  53. model.setValue("/root/send/retrparams/dutym", getCurrentDate().substr(0, 6));
  54. // misfComboComCdListMulti("Z0007","cmb_instcd");
  55. misfComboInstCdListMulti("cmb_instcd",ipt_dutym.value+getCurrentDate().substr(6, 2),"","N");
  56. misfMsterDetailSet(grd_dutschecnfmstatlist, null, "TRRPD01401", "N");
  57. misfMsterDetailSet(grd_cncllist, null, "TRRPD01401", "Y");
  58. model.setValue("/root/send/retrparams/instcd", getUserInfo("dutplceinstcd"));
  59. model.refresh();
  60. }
  61. function fRetrieve()
  62. {
  63. submit("TRRPD01401");
  64. }
  65. ]]>
  66. </script>
  67. </xhtml:head>
  68. <xhtml:body style="margin-left:8; margin-right:8; ">
  69. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  70. <caption id="caption6" class="tit_1" style="left:5px; top:0px; width:800px; height:13px; ">간호부확정마감번표현황조회</caption>
  71. </group>
  72. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  73. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  74. <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
  75. <caption id="caption278" class="tit_2" style="left:5px; top:54px; width:162px; height:14px; ">확정 마감 번표 현황</caption>
  76. <line id="line207" class="line_1" style="x1:0px; y1:69px; x2:1195px; y2:69px; "/>
  77. <caption id="caption5" class="search_name" style="left:10px; top:19px; width:86px; height:17px; ">소속기관 :</caption>
  78. <caption id="caption1" class="search_name" style="left:265px; top:19px; width:86px; height:17px; ">근무년월 :</caption>
  79. <input id="ipt_dutym" ref="/root/send/retrparams/dutym" class="input_search" navindex="2" inputtype="date" format="yyyy-mm" style="left:360px; top:18px; width:95px; height:19px; text-align:center; ">
  80. <script type="javascript" ev:event="xforms-value-changed">
  81. <![CDATA[
  82. var instcd = cmb_instcd.value;
  83. if( getStringLength(ipt_dutym.value) == "6" ) {
  84. model.removeNodeset(cmb_instcd.attribute("ref"));
  85. model.makeNode("/root/send/retrparams/instcd");
  86. misfComboInstCdListMulti("cmb_instcd",ipt_dutym.value+"31","","N");
  87. cmb_instcd.value = instcd;
  88. model.refresh();
  89. }
  90. fRetrieve();
  91. ]]>
  92. </script>
  93. </input>
  94. <select1 id="cmb_instcd" ref="/root/send/retrparams/instcd" class="combo_search" navindex="1" appearance="minimal" style="left:100px; top:18px; width:145px; height:19px; ">
  95. <choices>
  96. <itemset>
  97. <label/>
  98. <value/>
  99. </itemset>
  100. </choices>
  101. </select1>
  102. <button id="btn_search" class="btn1_letter2" style="left:1125px; top:16px; width:56px; height:22px; ">
  103. <caption>조회</caption>
  104. <script type="javascript" ev:event="DOMActivate">
  105. <![CDATA[
  106. fRetrieve();
  107. ]]>
  108. </script>
  109. </button>
  110. <datagrid id="grd_dutschecnfmstatlist" nodeset="/root/main/list/dutschecnfmstatlist" caption="부서코드^근무부서^실시마감여부^확정마감여부^확정마감취소선택^밤근무월제한일수" colsep="^" colwidth="100, 200, 110, 110, 120" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="23" rowsep="|" style="left:0px; top:74px; width:1195px; height:656px; ">
  111. <col ref="deptcd"/>
  112. <col ref="deptnm"/>
  113. <col ref="execschecloseyn" style="text-align:center; "/>
  114. <col ref="cnfmyn" style="text-align:center; "/>
  115. <col checkvalue="Y,N" ref="chk" type="checkbox" visibility="hidden"/>
  116. </datagrid>
  117. <select1 id="radio1" ref="/root/send/retrparams/cnfmyn" appearance="full" cellspacing="20" cols="3" overflow="visible" style="left:580px; top:19px; width:195px; height:20px; border-style:none; ">
  118. <choices>
  119. <item>
  120. <label>전체</label>
  121. <value/>
  122. </item>
  123. <item>
  124. <label>마감</label>
  125. <value>Y</value>
  126. </item>
  127. <item>
  128. <label>비마감</label>
  129. <value>N</value>
  130. </item>
  131. </choices>
  132. <script type="javascript" ev:event="xforms-value-changed">
  133. <![CDATA[
  134. fRetrieve();
  135. ]]>
  136. </script>
  137. </select1>
  138. <caption id="caption3" class="search_name" style="left:490px; top:19px; width:88px; height:17px; ">마감여부 :</caption>
  139. <datagrid id="grd_cncllist" visibility="hidden" caption="기관^근무년월^부서^밤근무월제한일수" colsep="^" colwidth="70, 82, 74" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="23" rowsep="|" style="left:1065px; top:75px; width:130px; height:116px; ">
  140. <col ref="instcd"/>
  141. <col ref="dutym"/>
  142. <col ref="dutunitcd" style="text-align:center; "/>
  143. </datagrid>
  144. </group>
  145. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  146. <line id="line4" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
  147. </group>
  148. </xhtml:body>
  149. </xhtml:html>