123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278 |
- <?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>
- <paytotal014>
- <paytotal014list/>
- </paytotal014>
- </main>
- <init/>
- <send>
- <paytotal014>
- <payym/>
- <instcd/>
- <instcdnm/>
- <deptcd/>
- <deptnm/>
- <emplno/>
- <emplnm/>
- <prfshipflag/>
- <saldfrayflag/>
- <prntflag/>
- </paytotal014>
- </send>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- misfComboComCdListMulti("Z0007,R0058,R0112", "cmb_payinst,cmb_prfshipflag,cmb_SalDfrayFlag");
- makeReportPreview(0,110,1195,650);
-
- var today = getCurrentDate();
- var cur_yymm = parseInt(today.substring(0, 6));
-
- model.setValue("/root/send/paytotal014/payym", cur_yymm);
- ipt_payym.refresh();
-
- model.setValue("/root/send/paytotal014/instcd", getUserInfo("dutplceinstcd")); // 기관 설정
-
- misfGetUserAuth();
-
- if (DUTY_PAY_YN == "Y" ) {
- cmb_payinst.disabled = false;
- }
- else {
- cmb_payinst.disabled = true;
- }
-
- model.refresh();
- ]]>
- </script>
- <submission id="TRRWP07201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/paytotal014" resultref="/root/main/paytotal014"/>
- </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:18px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRRWP07201");
- ipt_payinstnm.value = cmb_payinst.label;
-
- if (cmb_SalDfrayFlag.value == "3" ) {
- exeReportPreview("RPRWP07201", "XMLSTR");//, "/root/main/payamt");
- }
- else if (cmb_SalDfrayFlag.value == "5" ) {
- exeReportPreview("RPRWP07202", "XMLSTR");//, "/root/main/payamt");
- }
- else {
- exeReportPreview("RPRWP07200", "XMLSTR");//, "/root/main/payamt");
- }
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1120px; y1:11px; x2:1120px; y2:45px; "/>
- <caption id="cap_payinst" class="search_name" style="left:170px; top:19px; width:86px; height:17px; ">급여기관:</caption>
- <select1 id="cmb_payinst" ref="/root/send/paytotal014/instcd" class="combo_s_essential" appearance="minimal" style="left:251px; top:18px; width:149px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption22" class="search_name" style="left:10px; top:19px; width:85px; height:17px; ">지급월:</caption>
- <input id="ipt_payym" ref="/root/send/paytotal014/payym" class="input_default" inputtype="date" format="yyyy-mm" style="left:79px; top:18px; width:81px; height:19px; text-align:center; vertical-align:middle; "/>
- <caption id="caption28" class="tit_2" style="left:5px; top:52px; width:144px; height:13px; ">급여 지급대장</caption>
- <line id="line193" class="line_1" style="x1:2px; y1:67px; x2:1192px; y2:67px; "/>
- <input id="ipt_payinstnm" ref="/root/send/paytotal014/instcdnm" visibility="hidden" style="left:105px; top:47px; width:100px; height:19px; "/>
- <input id="ipt_emplnm" ref="/root/send/emplnm" class="input_default" visibility="hidden" style="left:865px; top:45px; width:25px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (ipt_emplnm.currentText != null && ipt_emplnm.currentText != "" ) {
- inputEnterKey("ipt_emplnm", "xforms-value-changed");
- inputEnterKey("btn_search", "DOMActivate");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var recv_list = "emplno,emplnm" ;
- rpbfValidationCheck("EMPLNM", recv_list);
-
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_emplno" class="icon_search" visibility="hidden" style="left:855px; top:45px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "emplno,emplnm" ;
- rpbfOpenPopUpList("SPRPB00101", ipt_emplno, recv_list,"","N");
-
- model.refresh();
-
- if (model.getValue(ipt_emplno.attribute("ref")).length > 0) {
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </button>
- <input id="ipt_emplno" ref="/root/send/emplno" class="input_default" visibility="hidden" style="left:825px; top:45px; width:24px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (ipt_emplno.currentText != null && ipt_emplno.currentText != "" ) {
- inputEnterKey("ipt_emplno", "xforms-value-changed");
- inputEnterKey("btn_search", "DOMActivate");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var recv_list = "emplno,emplnm" ;
- rpbfValidationCheck("EMPLNO", recv_list);
- model.refresh();
- ]]>
- </script>
- </input>
- <caption id="caption1" class="search_name" visibility="hidden" style="left:890px; top:45px; width:86px; height:17px; ">교직구분:</caption>
- <caption id="caption3" class="search_name" visibility="hidden" style="left:750px; top:45px; width:86px; height:17px; ">사 번:</caption>
- <select1 id="cmb_prfshipflag" ref="/root/send/prfshipflag" class="combo_s_essential" visibility="hidden" appearance="minimal" style="left:970px; top:45px; width:25px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption21" class="search_name" style="left:415px; top:19px; width:86px; height:17px; ">급여종류:</caption>
- <select1 id="cmb_SalDfrayFlag" ref="/root/send/paytotal014/saldfrayflag" class="combo_s_essential" appearance="minimal" style="left:496px; top:18px; width:125px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (DUTY_PAY_YN == "Y" || cmb_SalDfrayFlag.value == "2") {
- cmb_payinst.disabled = false;
- }
- else {
- cmb_payinst.disabled = true;
- model.setValue(cmb_payinst.attribute("ref") , getUserInfo("dutplceinstcd"));
- model.refresh();
- }
- ]]>
- </script>
- </select1>
- <caption id="caption2" class="search_name" visibility="visible" style="left:830px; top:19px; width:55px; height:17px; ">부서:</caption>
- <caption id="caption4" class="search_name" style="left:635px; top:19px; width:86px; height:17px; ">출력구분:</caption>
- <input id="ipt_deptnm" ref="/root/send/paytotal014/deptnm" class="input_default" disabled="true" visibility="visible" style="left:985px; top:18px; width:130px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "deptcd,deptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_deptcd" class="icon_search" disabled="true" visibility="visible" style="left:967px; top:18px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "deptcd,deptnm";
- rpbfOpenDeptCdHelp(ipt_deptcd,recv_list);
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_deptcd" ref="/root/send/paytotal014/deptcd" class="input_default" disabled="true" visibility="visible" style="left:885px; top:18px; width:80px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "deptcd,deptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <select1 id="cmb_prntflag" ref="/root/send/paytotal014/prntflag" class="combo_s_essential" appearance="minimal" style="left:715px; top:18px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>스텝</label>
- <value>01</value>
- </item>
- <item>
- <label>레지던트</label>
- <value>02</value>
- </item>
- <item>
- <label>인턴</label>
- <value>03</value>
- </item>
- <item>
- <label>급여부서</label>
- <value>04</value>
- </item>
- <item>
- <label>임시직</label>
- <value>05</value>
- </item>
- <item>
- <label>수도직</label>
- <value>06</value>
- </item>
- <item>
- <label>사제직</label>
- <value>07</value>
- </item>
- <item>
- <label>비정규직</label>
- <value>08</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
-
- if (cmb_prntflag.value == "04") {
- ipt_deptcd.disabled = false;
- btn_deptcd.disabled = false;
- ipt_deptnm.disabled = false;
- }
- else {
- ipt_deptcd.value = "";
- ipt_deptnm.value = "";
- ipt_deptcd.disabled = true;
- btn_deptcd.disabled = true;
- ipt_deptnm.disabled = true;
- }
- ]]>
- </script>
- </select1>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
- </xhtml:body>
- </xhtml:html>
|