123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- <?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>
- <payminus>
- <payminuslist/>
- </payminus>
- </main>
- <init>
- <temp/>
- </init>
- <send>
- <payminus>
- <payym/>
- <instcd/>
- <saldfrayflag/>
- </payminus>
- </send>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- /* Combo Data Setting
- misfComboComCdListMulti(공통코드군, Combo) */
-
- misfGridInit(grd_payminuslist);
- misfMsterDetailSet(grd_payminuslist,null, "TRRWP02601" ,"N");
-
- var curdate = getCurrentDate();
-
- model.setValue(ipt_payym.attribute("ref") , curdate.substr(0,6));
- model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
-
- misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","N");
- misfComboComCdListMulti("R0112","cmb_SalDfrayFlag");
-
- misfGetUserAuth();
-
- if (DUTY_PAY_YN == "Y" ) {
- cmb_instcd.disabled = false;
- }
- else {
- cmb_instcd.disabled = true;
- }
-
- model.setFocus("cmb_instcd");
- ]]>
- </script>
- <submission id="TRRWP02601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/payminus" resultref="/root/main/payminus"/>
- </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 pagewidth="1065" pageheight="800" guideline="1,156;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:880px; 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:1030px; height:730px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1028px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" style="left:945px; top:17px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfMsterDetailRetrieve();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:935px; y1:11px; x2:935px; y2:45px; "/>
- <line id="line9" class="line_1" style="x1:2px; y1:69px; x2:1030px; y2:69px; "/>
- <caption id="caption34" class="tit_2" style="left:3px; top:54px; width:163px; height:14px; ">공제 초과자 내역 List</caption>
- <caption id="cap_todd" class="search_name" style="left:225px; top:18px; width:68px; height:17px; ">급여월:</caption>
- <input id="ipt_payym" ref="/root/send/payminus/payym" class="input_default" inputtype="date" format="yyyy-mm" style="left:293px; top:17px; width:106px; height:19px; text-align:center; vertical-align:middle; "/>
- <datagrid id="grd_payminuslist" nodeset="/root/main/payminus/payminuslist" caption="사원번호^성명^부서^발령^발령일자^직종^직급^지급총액^공제총액^차인지급액" colsep="^" colwidth="65, 68, 179, 105, 90, 100, 86, 98, 94, 100" dataheight="25" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:2px; top:75px; width:1028px; height:650px; ">
- <col ref="emplno"/>
- <col ref="emplnm"/>
- <col ref="deptnm"/>
- <col ref="gvnoffcordnm"/>
- <col ref="gvnoffcorddd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="jobkindnm"/>
- <col ref="jobgradnm"/>
- <col ref="paytotamt" format="(-)#,###" style="text-align:right; vertical-align:middle; "/>
- <col ref="dedutotamt" format="(-)#,###" style="text-align:right; vertical-align:middle; "/>
- <col ref="payamt" format="(-)#,###" style="text-align:right; vertical-align:middle; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_payminuslist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <button id="btn_saveexcel" class="btn2_letter4" style="left:964px; top:48px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != "")
- {
- grd_payminuslist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- <select1 id="cmb_instcd" ref="/root/send/payminus/instcd" class="combo_s_essential" appearance="minimal" style="left:69px; top:17px; width:125px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption3" class="search_name" style="left:10px; top:18px; width:61px; height:17px; ">기관:</caption>
- <caption id="caption5" class="search_name" style="left:460px; top:18px; width:86px; height:17px; ">급여종류:</caption>
- <select1 id="cmb_SalDfrayFlag" ref="/root/send/payminus/saldfrayflag" class="combo_s_essential" appearance="minimal" style="left:541px; top:17px; width:144px; 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_instcd.disabled = false;
- misfComboComCdListMulti("R0112,Z0007","cmb_SalDfrayFlag,cmb_instcd");
- }
- else {
- misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","N");
- misfComboComCdListMulti("R0112","cmb_SalDfrayFlag");
- cmb_instcd.disabled = true;
- model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
- model.refresh();
- }
- ]]>
- </script>
- </select1>
- <button id="btn_print" class="btn2_letter2" style="left:917px; top:48px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- exeReportPreview("RPRWP02600", "XMLSTR", "/root/main/payminus");
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:880px; height:25px; "/>
- </xhtml:body>
- </xhtml:html>
|