123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- <?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>WorkList 지정일자 등록</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond>
- <apntdaylist/>
- <wrklflag/>
- <wrkltrgtcd/>
- </cond>
- <info>
- <setdaylist>
- <setdaycls/>
- <fromdd/>
- <todd/>
- <newElement/>
- </setdaylist>
- </info>
- </main>
- <send>
- <savedata/>
- <reqdata/>
- </send>
- <hidden>
- </hidden>
- <init>
- <apntdaylist/>
- </init>
- <temp/>
- </root>
- </instance>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <bind id="bind1" ref="/root/allsizegrupprcp/allsizegrupprcplist/drugqty" readonly="../status != "Y""/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.removeNodeset("/root/main/info/setdaylist");
- model.makeNode("/root/main/apntday/apntdaylist");
-
- var sCONDITION_PATH = "/root/main/cond";
- param = opener.javascript.getParameter("param");
-
- var paramArray = param.split("▩");
-
- model.removeNodeset(sCONDITION_PATH);
- model.MakeValue(sCONDITION_PATH + "/wrklflag" , paramArray[1]);
- model.MakeValue(sCONDITION_PATH + "/wrkltrgtcd" , paramArray[2]);
- model.MakeValue(sCONDITION_PATH + "/wrklno" , paramArray[3]);
- model.MakeValue(sCONDITION_PATH + "/instcd" , paramArray[4]);
- model.MakeValue(sCONDITION_PATH + "/pid" , paramArray[5]);
- model.MakeValue(sCONDITION_PATH + "/srchdd" , paramArray[6]);
- model.copyNode("/root/send/reqdata","/root/cond");
- fInitialize();
- // submit("TRMMO09402");
- model.refresh();
- ]]>
- </script>
- <submission id="TRMMO09402" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/init/apntdayclslist"/>
- <submission id="TRMMO09403" mediatype="application/x-www-form-urlencoded" method="post"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function fInitialize() {
- model.removeNodeset("/root/init/apntdaylist");
-
- model.makeValue("/root/send/reqdata/wrklflag",model.getValue("/root/main/cond/wrklflag"));
- model.makeValue("/root/send/reqdata/wrkltrgtcd",model.getValue("/root/main/cond/wrkltrgtcd"));
- submit("TRMMO09402");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="330" pageheight="430" style="background-color:transparent; margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:20px; width:110px; height:13px; ">지정일자 등록</caption>
- <line id="line7" class="line_1" style="x1:8px; y1:35px; x2:300px; y2:35px; "/>
- <datagrid id="grd_setday" nodeset="/root/main/info/setdaylist" caption="등록명칭^시작일자^종료일자" colsep="^" colwidth="80, 90, 90" extendlastcol="noscroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:7px; top:41px; width:295px; height:150px; ">
- <col ref="setdaycls" type="combo">
- <choices>
- <itemset nodeset="/root/init/apntdaylist/apntdaylist">
- <label ref="apntdaynm"/>
- <value ref="apntdayno"/>
- </itemset>
- </choices>
- </col>
- <col ref="fromdd" type="inputdate"/>
- <col ref="todd" type="inputdate"/>
- </datagrid>
- <button id="button7" class="btn2_letter2" style="left:168px; top:13px; width:42px; height:19px; ">
- <caption>신규</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grd_setday.addRow(true, true);
- grd_setday.topRow = grd_setday.rows;
- grd_setday.refresh();
- ]]>
- </script>
- </button>
- <button id="button8" class="btn2_letter2" style="left:213px; top:13px; width:42px; height:19px; ">
- <caption>삭제</caption>
- </button>
- <button id="button9" class="btn5_letter2" style="left:259px; top:13px; width:42px; height:19px; ">
- <caption>저장</caption>
- </button>
- <caption id="caption5" class="tit_2" style="left:5px; top:200px; width:110px; height:13px; ">이식일자 등록</caption>
- <line id="line1" class="line_1" style="x1:8px; y1:215px; x2:300px; y2:215px; "/>
- <select id="checkbox1" overflow="visible" appearance="full" style="left:10px; top:225px; width:100px; height:20px; font-weight:bold; background-color:#ccecff; border-style:none; ">
- <choices>
- <item>
- <label>장기이식일</label>
- <value>checkbox1</value>
- </item>
- </choices>
- </select>
- <select id="checkbox2" overflow="visible" appearance="full" style="left:10px; top:250px; width:100px; height:20px; font-weight:bold; background-color:#ccecff; border-style:none; ">
- <choices>
- <item>
- <label>골수이식일</label>
- <value>checkbox1</value>
- </item>
- </choices>
- </select>
- <button id="button2" class="btn2_letter2" style="left:213px; top:193px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- ]]>
- </script>
- </button>
- <button id="button3" class="btn5_letter2" style="left:259px; top:193px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- ]]>
- </script>
- </button>
- <input id="input1" inputtype="date" style="left:115px; top:225px; width:100px; height:19px; "/>
- <input id="input2" inputtype="date" style="left:115px; top:250px; width:100px; height:19px; "/>
- <button id="button4" class="btn2_letter2" style="left:213px; top:278px; width:42px; height:19px; ">
- <caption>삭제</caption>
- </button>
- <button id="button5" class="btn5_letter2" style="left:259px; top:278px; width:42px; height:19px; ">
- <caption>저장</caption>
- </button>
- <select id="checkbox3" overflow="visible" appearance="full" style="left:10px; top:310px; width:100px; height:20px; font-weight:bold; background-color:#ccecff; border-style:none; ">
- <choices>
- <item>
- <label>수술일</label>
- <value>checkbox1</value>
- </item>
- </choices>
- </select>
- <line id="line2" class="line_1" style="x1:8px; y1:300px; x2:300px; y2:300px; "/>
- <caption id="caption2" class="tit_2" style="left:5px; top:285px; width:110px; height:13px; ">수술일자 등록</caption>
- <input id="input3" inputtype="date" style="left:115px; top:310px; width:100px; height:19px; "/>
- <button id="button6" class="btn2_letter2" style="left:213px; top:338px; width:42px; height:19px; ">
- <caption>삭제</caption>
- </button>
- <button id="button10" class="btn5_letter2" style="left:259px; top:338px; width:42px; height:19px; ">
- <caption>저장</caption>
- </button>
- <select id="checkbox5" overflow="visible" appearance="full" style="left:10px; top:370px; width:100px; height:20px; font-weight:bold; background-color:#ccecff; border-style:none; ">
- <choices>
- <item>
- <label>시작일자</label>
- <value>checkbox1</value>
- </item>
- </choices>
- </select>
- <caption id="caption3" class="tit_2" style="left:5px; top:345px; width:110px; height:13px; ">항암일자 등록</caption>
- <select id="checkbox6" overflow="visible" appearance="full" style="left:10px; top:395px; width:100px; height:20px; font-weight:bold; background-color:#ccecff; border-style:none; ">
- <choices>
- <item>
- <label>종료일자</label>
- <value>checkbox1</value>
- </item>
- </choices>
- </select>
- <line id="line3" class="line_1" style="x1:8px; y1:360px; x2:300px; y2:360px; "/>
- <input id="input5" inputtype="date" style="left:115px; top:370px; width:100px; height:19px; "/>
- <input id="input6" inputtype="date" style="left:115px; top:395px; width:100px; height:19px; "/>
- <button id="btn_setdaycls" class="btn3_letter2" style="left:110px; top:10px; width:56px; height:22px; ">
- <caption>등록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var wrkltrgtcd = model.getValue("/root/main/cond/wrkltrgtcd");
- var wrklflag = model.getValue("/root/main/cond//wrklflag");
- var wrklno = model.getValue("/root/main/cond//wrklno");
- var instcd = model.getValue("/root/main/cond/instcd");
- var pid = model.getValue("/root/main/cond//pid");
- var srchdd = model.getValue("/root/main/cond/srchdd"); //조회일자
-
- var param = "S" + "▩" + wrklflag + "▩" + wrkltrgtcd + "▩" + wrklno + "▩" + instcd + "▩" + pid + "▩" + srchdd;
- setParameter("param", param);
-
- modal("SPMMO09400","1","150","150","SMMMO09400","/root/hidden/tmp/pidpopupinfo","root/send");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|