123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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="">
- <send>
- <emplno/>
- <emplnm/>
- <dutplceinst/>
- </send>
- <main/>
- <init/>
- <temp/>
- <print>
- <emplnolist>
- <result/>
- </emplnolist>
- </print>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
-
- ]]>
- </script>
- <submission id="TRRPB01201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/print/emplnolist/result"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript">
- <![CDATA[
- function fInitialize()
- {
- model.resetInstanceNode("/root/PrintRfehemht");
-
- makeReportPreview(0,120,1195,640);
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">인사기록카드출력</caption>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
- <line id="line12" class="line_6" style="x1:0px; y1:25; x2:1194px; y2:25; "/>
- <button id="btn_init" class="btn4_letter3" style="left:1126; top:3; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- </group>
- <group id="group5" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
- <group id="group6" style="left:0px; top:10px; width:1194px; height:37px; vertical-align:top; ">
- <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; "/>
- <button id="btn_search" class="btn1_letter2" navindex="4" style="left:1125px; top:7px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(!isRequiredControls("ipt_emplno"))return;
-
- model.removenode("/root/print/emplnolist");
- model.makeNode("/root/print/emplnolist");
-
- misfGetUserAuth();
- model.refresh();
- if (ipt_emplno.label != "" && ipt_emplno.label.length > 0) {
- if( PSN_INST_YN != "Y" && getUserInfo("dutplceinstcd") == model.getValue("/root/send/dutplceinst") ) {
- submit("TRRPB01201");
- exeReportPreview("RPRPB01202", "XMLSTR");
- }
- else if ( PSN_INST_YN == "Y") {
- submit("TRRPB01201");
- exeReportPreview("RPRPB01202", "XMLSTR");
- }
- else {
- messageBox("근무기관의 사원만 조회할수 있습니다.","I999");
- }
- }
- model.refresh();
- ]]>
- </script>
- </button>
- <line id="line14" class="line_4" style="x1:1107px; y1:4px; x2:1107px; y2:32px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="cap_emplno" class="search_name" style="left:15px; top:10px; width:95px; height:17px; ">사 원 :</caption>
- <button id="btn_emplno" class="icon_search" style="left:269px; top:10px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "emplno,emplnm,dutplceinst";
- rpbfOpenPopUpList("SPRPB00101", ipt_emplno, recv_list);
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_emplno" ref="/root/send/emplno" class="input_search" navindex="2" style="left:106px; top:9px; width:154px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- rpbfValidationCheck("EMPLNO", "emplno,emplnm,dutplceinst");
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <input id="ipt_emplnm" ref="/root/send/emplnm" class="input_search" navindex="3" style="left:295px; top:9px; width:205px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- rpbfValidationCheck("EMPLNM", "emplno,emplnm,dutplceinst");
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- </group>
- <caption id="caption22" class="tit_2" style="left:5px; top:59px; width:136px; height:13px; ">인사 기록카드 내역</caption>
- <line id="line19" class="line_1" style="x1:0px; y1:74px; x2:1194px; y2:74px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|