123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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="">
- <init>
- <autoaccept>
- <trgtcd/>
- <valifromdt/>
- <valitodt/>
- <fstrgstdt/>
- <fstrgstrid/>
- <lastupdtdt/>
- <lastupdtrid/>
- </autoaccept>
- </init>
- <send/>
- <hidden>
- <trgtcd/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRMRI07100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/autoaccept"/>
- <submission id="TXMRI07100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata/autoaccept" resultref="/root/hidden/trgtcd"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" src="../../../emr/recmngtweb/js/SMMRI07100.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="500" pageheight="150">
- <datagrid id="datagrid1" nodeset="/root/init/autoaccept" caption="적용여부^시작시각^종료시각^세팅자^세팅시각" colsep="^" colwidth="91, 145, 143, 61, 160" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:30px; width:475px; height:85px; ">
- <col checkvalue="Y,N" ref="trgtcd" type="checkbox"/>
- <col editable="true" ref="valifromdt" type="input" format="yyyy-mm-dd hh24:mm"/>
- <col editable="true" ref="valitodt" type="input" format="yyyy-mm-dd hh24:mm"/>
- <col ref="lastupdtrid" format="yyyy-mm-dd hh24:mm:ss"/>
- <col ref="lastupdtdt" type="output"/>
- </datagrid>
- <button id="btn_save" class="btn4_letter2" style="left:425px; top:5px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSave();
- ]]>
- </script>
- </button>
- <caption id="caption2" class="tit_2" style="left:5px; top:12px; width:80px; height:13px; ">자동승인</caption>
- </xhtml:body>
- </xhtml:html>
|