12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?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>CA 등록번호 조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <uncncrnoinfo>
- <uncncrnolist>
- <cncrno/>
- <cncrhistno/>
- <seqno/>
- </uncncrnolist>
- </uncncrnoinfo>
- </main>
- <cond>
- <fromnum/>
- <tonum/>
- </cond>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../emr/termmngtweb/js/MRTCommon.js"/>
- <script type="javascript" src="../../../emr/formmngtweb/js/MRF03200.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- ]]>
- </script>
- <submission id="TRMRD00108" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/cond" resultref="/root/main/uncncrnoinfo"/>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="450" pageheight="540">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:448px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="bnt_srch" class="btn1_letter2" style="left:384px; top:28px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fromnum = model.getValue("/root/cond/fromnum");
- var tonum = model.getValue("/root/cond/tonum");
- if(fromnum.length>=1){
- if(fromnum.length < 8){
- messageBox("조회할 번호 8자리를","C001");
- model.setFocus("ipt_fromnum");
- return;
- }else if(tonum.length < 8){
- messageBox("조회할 번호 8자리를","C001");
- model.setFocus("ipt_tonum");
- return;
- }
- }
- submit("TRMRD00108");
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:375px; y1:28px; x2:375px; y2:50px; "/>
- <line id="line1" class="line_1" style="x1:0px; y1:60px; x2:448px; y2:60px; "/>
- <caption id="caption19" class="cell_1" style="left:0px; top:65px; width:448px; height:25px; text-align:center; vertical-align:middle; ">미 입력된 CA 등록번호</caption>
- <input id="ipt_fromnum" ref="/root/cond/fromnum" class="input_s_essential" maxlength="8" style="left:125px; top:29px; width:100px; height:19px; "/>
- <datagrid id="grd_uncncrnolist" nodeset="/root/main/uncncrnoinfo/uncncrnolist" caption="CA 등록번호^cncrhistno^seqno^기관코드" colsep="^" colwidth="297, 150, 100" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:92px; width:448px; height:406px; ">
- <col ref="cncrno"/>
- <col ref="cncrhistno" visibility="hidden"/>
- <col ref="seqno" visibility="hidden"/>
- </datagrid>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:122px; height:14px; ">CA 등록번호 조회</caption>
- <caption id="caption1" style="left:230px; top:29px; width:20px; height:20px; ">~</caption>
- <input id="ipt_tonum" ref="/root/cond/tonum" class="input_s_essential" maxlength="8" style="left:248px; top:29px; width:100px; height:19px; "/>
- <caption id="caption8" class="search_name" style="left:5px; top:30px; width:110px; height:17px; ">조회할 번호 :</caption>
- <button id="btn_excel" class="btn6_letter2" style="left:390px; top:500px; width:56px; height:22px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "미입력된암등록번호", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != "")
- {
- grd_uncncrnolist.saveExcel(fileName, "SheetName", false, false, "", "", false);
- }
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|