123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>확정 마감 번표 현황 조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <dutschecnfmstatlist/>
- </list>
- <savelist>
- </savelist>
- </main>
- <send>
- <retrparams>
- <instcd/>
- <dutym/>
- <dutunitcd/>
- <dutunitnm/>
- <cnfmyn>N</cnfmyn>
- <kind>nurse</kind>
- </retrparams>
- </send>
- <init/>
- <temp/>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <submission id="TRRPD01401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparams" resultref="/root/main/list"/>
- <submission id="TXRPD01401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/savelist/cncllist" resultref="/root/temp"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- var DUT_UNIT_CD = "";
- var DUT_UNIT_NM = "";
-
- function fInitialize()
- {
- model.removenode("/root/main/list/dutschecnfmstatlist");
-
- model.setValue("/root/send/retrparams/dutym", getCurrentDate().substr(0, 6));
- // misfComboComCdListMulti("Z0007","cmb_instcd");
- misfComboInstCdListMulti("cmb_instcd",ipt_dutym.value+getCurrentDate().substr(6, 2),"","N");
-
- misfMsterDetailSet(grd_dutschecnfmstatlist, null, "TRRPD01401", "N");
- misfMsterDetailSet(grd_cncllist, null, "TRRPD01401", "Y");
-
- model.setValue("/root/send/retrparams/instcd", getUserInfo("dutplceinstcd"));
- model.refresh();
- }
-
- function fRetrieve()
- {
- submit("TRRPD01401");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-right:8; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:5px; top:0px; width:800px; height:13px; ">간호부확정마감번표현황조회</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
- <caption id="caption278" class="tit_2" style="left:5px; top:54px; width:162px; height:14px; ">확정 마감 번표 현황</caption>
- <line id="line207" class="line_1" style="x1:0px; y1:69px; x2:1195px; y2:69px; "/>
- <caption id="caption5" class="search_name" style="left:10px; top:19px; width:86px; height:17px; ">소속기관 :</caption>
- <caption id="caption1" class="search_name" style="left:265px; top:19px; width:86px; height:17px; ">근무년월 :</caption>
- <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; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var instcd = cmb_instcd.value;
- if( getStringLength(ipt_dutym.value) == "6" ) {
- model.removeNodeset(cmb_instcd.attribute("ref"));
- model.makeNode("/root/send/retrparams/instcd");
- misfComboInstCdListMulti("cmb_instcd",ipt_dutym.value+"31","","N");
- cmb_instcd.value = instcd;
- model.refresh();
- }
- fRetrieve();
- ]]>
- </script>
- </input>
- <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; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <button id="btn_search" class="btn1_letter2" style="left:1125px; top:16px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fRetrieve();
-
- ]]>
- </script>
- </button>
- <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; ">
- <col ref="deptcd"/>
- <col ref="deptnm"/>
- <col ref="execschecloseyn" style="text-align:center; "/>
- <col ref="cnfmyn" style="text-align:center; "/>
- <col checkvalue="Y,N" ref="chk" type="checkbox" visibility="hidden"/>
- </datagrid>
- <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; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>마감</label>
- <value>Y</value>
- </item>
- <item>
- <label>비마감</label>
- <value>N</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fRetrieve();
- ]]>
- </script>
- </select1>
- <caption id="caption3" class="search_name" style="left:490px; top:19px; width:88px; height:17px; ">마감여부 :</caption>
- <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; ">
- <col ref="instcd"/>
- <col ref="dutym"/>
- <col ref="dutunitcd" style="text-align:center; "/>
- </datagrid>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <line id="line4" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|