123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- <?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>SMRWD01400_주차료변동내역조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <carempl>
- <carempllist>
- <ym/>
- <emplno/>
- <name/>
- <preststatnm/>
- <issdd/>
- <rtndd/>
- <payinstnm/>
- <deptnm/>
- <stickerno/>
- <carkind/>
- <carno1/>
- <carno2/>
- <instsuppamt/>
- <carparkamt/>
- </carempllist>
- </carempl>
- <carpaybase>
- <carpaybaselist/>
- </carpaybase>
- </list>
- </main>
- <send>
- <carempl>
- <ym/>
- <instcd/>
- <emplno/>
- <emplnm/>
- <carno/>
- <stickerno1/>
- <stickerno2/>
- <bfym/>
- </carempl>
- <carebase>
- <instcd/>
- <appdd/>
- <cargrde/>
- </carebase>
- </send>
- <temp>
- <checklist>
- <creatyn/>
- <sumyn/>
- <payappyn/>
- <bfcnt/>
- <afcnt/>
- </checklist>
- </temp>
- <init>
- <deduynlist>
- <label>공제제외여부</label>
- <value>Y</value>
- </deduynlist>
- <payappynlist>
- <label>전체</label>
- <value/>
- <label>반영</label>
- <value>Y</value>
- <label>미반영</label>
- <value>N</value>
- </payappynlist>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- misfGridInit(grd_carempl);
- misfMsterDetailSet(grd_carempl,null, "TRRWD01401" ,"Y");
-
- misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","Y");
-
- var curdate = getCurrentDate();
- model.setValue(ipt_ym.attribute("ref") , curdate.substr(0, 6));
- model.setValue(ipt_yy.attribute("ref") , curdate.substr(0, 4));
-
- // model.setValue("/root/send/carempl/instcd" , getUserInfo("dutplceinstcd"));
- //rwcGridCarGradeBase(grd_carempl,"cargrde",getUserInfo("dutplceinstcd"),model.getValue(ipt_ym.attribute("ref")) + "1231");
- //rwcComboCarGradeBase(cmb_cargrde,getUserInfo("dutplceinstcd"),model.getValue(ipt_ym.attribute("ref")) + "1231","Y");
-
- model.refresh();
- ]]>
- </script>
- <submission id="TRRWD01401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/carempl" resultref="/root/main/list/carempl"/>
- </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="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/paybaseinfomngtweb/js/RWC001.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" src="../../../mis/paydedufactmngtweb/js/RWD001.js"/>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fDefaultSetting() {
- model.setValue(grd_carempl.nodeset + "["+ (grd_carempl.row - grd_carempl.fixedRows + 1) + "]/mngtinstcd" , model.getValue(cmb_instcd.attribute("ref")));
- model.setValue(grd_carempl.nodeset + "["+ (grd_carempl.row - grd_carempl.fixedRows + 1) + "]/yy" , model.getValue(ipt_ym.attribute("ref")));
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body>
- <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:38; width:1195px; height:744px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1132px; top:16px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var curdate = ipt_ym.value;
- var cvtdate = curdate.toDate("YYYYMM");
- var bfym=cvtdate.getAddDate(-1,"M").getDateFormat("YYYYMM");
- model.setValue("/root/send/carempl/bfym",bfym);
- misfMsterDetailRetrieve();
-
- grd_carempl.subtotalPosition = "below";
- grd_carempl.multiTotals = true;
- grd_carempl.subtotal("clear", 0, 0);
- grd_carempl.subtotal("count",grd_carempl.colRef("mngtinstcd"),grd_carempl.colRef("name"));
- grd_carempl.subtotal("sum",grd_carempl.colRef("mngtinstcd"),grd_carempl.colRef("instsuppamt"),"#,###","background-color:#99ff99",grd_carempl.colRef("rownum"),"계");
- grd_carempl.subtotal("sum",grd_carempl.colRef("mngtinstcd"),grd_carempl.colRef("carparkamt"),"#,###","background-color:#99ff99",grd_carempl.colRef("rownum"),"계");
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1124px; y1:16px; x2:1124px; y2:38px; "/>
- <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
- <select1 id="cmb_instcd" ref="/root/send/carempl/instcd" class="combo_default" appearance="minimal" style="left:308px; top:19px; width:127px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption2" class="search_name" style="left:10px; top:19px; width:93px; height:17px; ">조회년월:</caption>
- <datagrid id="grd_carempl" nodeset="/root/main/list/carempl/carempllist" caption="순번^년월^사번^성명^근무상태^발급일자^반납일자^급여기관^부서명^스티커번호^차량종류^차량번호^차량번호^기관보조액^월기본공제액^공제대상액|순번^년월^사번^성명^근무상태^발급일자^반납일자^급여기관^부서명^스티커번호^차량종류^차량번호^차량번호^기관보조액^월기본공제액^공제대상액" colsep="^" colwidth="40, 80, 80, 80, 75, 100, 100, 110, 90, 75, 75, 54, 48, 100, 100" dataheight="25" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:75px; width:1194px; height:635px; ">
- <col ref="rownum"/>
- <col ref="ym" format="yyyy-mm"/>
- <col ref="emplno" style="text-align:center; "/>
- <col ref="name" style="text-align:center; "/>
- <col ref="preststatnm"/>
- <col ref="issdd" format="yyyy-mm-dd"/>
- <col ref="rtndd" format="yyyy-mm-dd"/>
- <col ref="payinstnm"/>
- <col ref="deptnm"/>
- <col ref="stickerno" format="99-9999"/>
- <col ref="carkind"/>
- <col ref="carno1"/>
- <col ref="carno2"/>
- <col ref="instsuppamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="carparkamt" format="(-)#,###" style="text-align:right; "/>
- </datagrid>
- <input id="ipt_ym" ref="/root/send/carempl/ym" class="input_s_essential" inputtype="date" format="yyyy-mm" style="left:93px; top:19px; width:82px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <button id="btn_emplno" class="icon_search" style="left:602px; top:19px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "emplno,emplnm" ;
- rpbfOpenPopUpList("SPRPB00101", ipt_emplnos, recv_list,"1","N");
-
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption7" class="search_name" style="left:465px; top:19px; width:63px; height:17px; ">사번 :</caption>
- <input id="ipt_emplnos" ref="/root/send/carempl/emplno" class="input_default" style="left:530px; top:19px; width:70px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var recv_list = "emplno,emplnm" ;
- rpbfValidationCheck("EMPLNO", recv_list);
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_emplnms" ref="/root/send/carempl/emplnm" class="input_default" style="left:622px; top:19px; width:100px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var recv_list = "emplno,emplnm" ;
- rpbfValidationCheck("EMPLNM", recv_list);
-
- model.refresh();
-
- if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- <caption id="caption3" class="search_name" style="left:210px; top:19px; width:96px; height:17px; ">급 여 기 관:</caption>
- <input id="ipt_yy" ref="/root/send/carempl/bfym" visibility="hidden" style="left:1035px; top:35px; width:20px; height:19px; "/>
- <button id="btn_exceldetail" class="btn2_letter4" style="left:1125px; top:49px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- grd_carempl.saveExcel(fileName, "SheetName", true, true, "", "");
- }
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12; width:1195px; height:27px; ">
- <button id="button35" class="btn4_letter3" style="left:1120px; top:2px; width:68px; height:22px; ">
- <caption>초기화</caption>
- </button>
- <line id="line9" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|