123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>
- <drholiordschehist>
- <drholiordschehistlist/>
- </drholiordschehist>
- </main>
- <send>
- <orddrid/>
- <orddeptcd/>
- <drappdd/>
- <seqno/>
- </send>
- <hidden>
- <source>
- <orddrid/>
- <orddeptcd/>
- <drappdd/>
- <seqno/>
- </source>
- </hidden>
- </root>
- </instance>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRPMB02105" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/drholiordschehist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript">
- <![CDATA[
-
-
- function fInitialize(){
- var orddeptcd = model.getValue("/root/hidden/source/orddeptcd");
- var orddrid = model.getValue("/root/hidden/source/orddrid");
- var drappdd = model.getValue("/root/hidden/source/drappdd");
- var seqno = model.getValue("/root/hidden/source/seqno");
-
- model.setValue("/root/send/orddeptcd", orddeptcd);
- model.setValue("/root/send/orddrid", orddrid);
- model.setValue("/root/send/drappdd", drappdd);
- model.setValue("/root/send/seqno", seqno);
-
- submit("TRPMB02105");
-
- }
-
-
-
- //의사휴진일정 조회
- function fSearchDrHoliSche(strFlag){
- // model.resetInstanceNode("/root/send");
- var checkflag = model.getValue("/root/main/srchflag");
-
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1000" pageheight="500" guideline="1,950;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:950px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:254px; height:13px; ">휴진 변경 이력 조회</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:13px; width:950px; height:357px; ">
- <col type="checkbox"/>
- <caption id="caption4" class="tit_2" style="left:5px; top:10px; width:214px; height:13px; ">휴진 변경 이력리스트</caption>
- <line id="line3" class="line_1" style="x1:0px; y1:25px; x2:950px; y2:25px; "/>
- <datagrid id="grd_holische" nodeset="/root/main/drholiordschehist/drholiordschehistlist" class="datagrid2" caption="진행상태^진료과^진료의사^휴진사유^휴진일자^신청일^비고^최종수정자^수정일시" colsep="^" colwidth="75, 90, 80, 90, 152, 90, 140, 85, 125" dataheight="25" explorerbar="sort" extendlastcol="false" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:30px; width:950px; height:325px; ">
- <col ref="prcsstat" style="text-align:center; "/>
- <col ref="orddeptnm" style="text-align:center; "/>
- <col ref="orddrnm" style="text-align:center; "/>
- <col ref="ordendresn" style="text-align:center; "/>
- <col ref="fromtodd" style="text-align:center; "/>
- <col ref="drappdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="remfact"/>
- <col ref="lastupdtrid" style="text-align:center; "/>
- <col ref="lastupdtdt" format="yyyy-mm-dd hh:nn:ss" style="text-align:center; "/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[]]>
- </script>
- </datagrid>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:370px; width:950px; height:27px; ">
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:780px; y2:0px; "/>
- </group>
- <button id="btn_confirm" class="btn4_letter2" navindex="7" style="left:890px; top:373px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- opener.model.refresh();
- window.close();
-
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|