123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- <?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>
- <crtfctprntregst/>
- </main>
- <init/>
- <send>
- <payinstnm/>
- <instcd/>
- <crtfctkind/>
- <fromdd/>
- <usernm/>
- <todd/>
- </send>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // misfComboComCdListMulti("Z0007", "cmb_instcd");
- // addComboItem( "cmb_instcd", "가톨릭중앙의료원", "001", "above");
-
- makeReportPreview(0,110,1195,650);
-
- var curdate = getCurrentDate();
- var cvtdate = curdate.toDate("YYYYMMDD");
-
- model.setValue(ipt_fromdd.attribute("ref") , cvtdate.getAddDate(-10,"D").getDateFormat("YYYYMMDD"));
- ipt_todd.value = curdate;
-
- misfComboInstCdListMulti("cmb_instcd", ipt_fromdd.value,"","Y");
-
- model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd")); // 기관 설정
- model.setValue("/root/send/usernm", getUserInfo("usernm")); // 사용자 정보 설정
-
- model.refresh();
- ]]>
- </script>
- <submission id="TRRPB12001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/crtfctprntregst"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.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" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
- </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:0px; top:0px; width:800px; height:14px; ">증명서 발급대장</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:40px; width:1195px; height:740px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1193px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1130px; top:17px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if(ipt_fromdd.value == "" || ipt_todd.value == "")
- {
- messageBox("발행기간을 ","I007");
- return;
- }
-
- if(ipt_fromdd.value.length < 8 || ipt_todd.value.length < 8)
- {
- messageBox("발행기간을 ","I007");
- return;
- }
-
-
- submit("TRRPB12001");
-
- ipt_payinstnm.value = cmb_instcd.label;
- exeReportPreview("RPRPB12001", "XMLSTR");
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1120px; y1:10px; x2:1120px; y2:44px; "/>
- <caption id="cap_payinst" class="search_name" style="left:230px; top:19px; width:86px; height:17px; ">발행기간:</caption>
- <caption id="caption22" class="search_name" style="left:10px; top:19px; width:85px; height:17px; ">발급기관:</caption>
- <caption id="caption28" class="tit_2" style="left:5px; top:53px; width:144px; height:14px; ">증명서 발급대장</caption>
- <line id="line193" class="line_1" style="x1:2px; y1:66px; x2:1192px; y2:66px; "/>
- <input id="ipt_payinstnm" ref="/root/send/payinstnm" visibility="hidden" style="left:125px; top:45px; width:30px; height:19px; "/>
- <caption id="cap_crtfctkind" class="search_name" style="left:560px; top:19px; width:99px; height:17px; ">증명서 종류:</caption>
- <select1 id="cmb_instcd" ref="/root/send/instcd" appearance="minimal" style="left:90px; top:18px; width:125px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_fromdd" ref="/root/send/fromdd" inputtype="date" format="yyyy-mm-dd" style="left:310px; top:18; width:100px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var instcd = cmb_instcd.value;
- model.removeNodeset(cmb_instcd.attribute("ref"));
- model.makeNode("/root/send/instcd");
- misfComboInstCdListMulti("cmb_instcd", ipt_fromdd.value,"","Y");
- cmb_instcd.value = instcd;
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_todd" ref="/root/send/todd" inputtype="date" format="yyyy-mm-dd" style="left:425px; top:18px; width:100px; height:19px; "/>
- <caption id="caption1" style="left:410px; top:20px; width:15px; height:20px; text-align:center; ">~</caption>
- <select1 id="cmb_crtfctkind" ref="/root/send/crtfctkind" appearance="minimal" style="left:660px; top:18px; width:120px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>재직증명서</label>
- <value>1</value>
- </item>
- <item>
- <label>경력증명서</label>
- <value>2</value>
- </item>
- <item>
- <label>출장증명서</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <input id="input1" ref="/root/send/usernm" visibility="hidden" style="left:160px; top:45px; width:100px; height:19px; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
- </xhtml:body>
- </xhtml:html>
|