123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- <?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="">
- <main>
- <getincmtaxcrtfct>
- <getincmtaxcrtfctlist/>
- <emplnoaddrlist/>
- </getincmtaxcrtfct>
- </main>
- <init/>
- <send>
- <getincmtaxcrtfct>
- <emplno/>
- <emplnm/>
- <fromym/>
- <toym/>
- <usegoal/>
- <entplce/>
- <entcnt/>
- <engyn/>
- </getincmtaxcrtfct>
- <save>
- <emplno/>
- <emplengnm/>
- <resdnrgstareaengaddr/>
- </save>
- </send>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- //makeReportPreview(0,170,1195,580);
-
- var reqdate = getCurrentDate().toDate("YYYYMM");
-
- //model.setValue(ipt_toym.attribute("ref") , reqdate.getDateFormat("YYYYMM"));
- model.setValue(ipt_toym.attribute("ref"), reqdate.getAddDate(-1, "M").getDateFormat("YYYYMM") );
- model.setValue(ipt_fromym.attribute("ref"), reqdate.getAddDate(-11, "M").getDateFormat("YYYYMM") );
-
- ipt_fromym.refresh();
- ipt_toym.refresh();
-
- model.setFocus("ipt_emplnos");
- ]]>
- </script>
- <submission id="TRRWM00801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/getincmtaxcrtfct" resultref="/root/main/getincmtaxcrtfct"/>
- <submission id="TXRWM00801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/temp"/>
- </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[
- submit("TRRWM00801");
-
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1120px; y1:10px; x2:1120px; y2:44px; "/>
- <button id="btn_emplno" class="icon_search" style="left:149px; top:17px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var recv_list = "emplno,emplnm" ;
- rpbfOpenPopUpList("SPRPB00101", ipt_emplnos, recv_list,"","N");
-
- model.refresh();
-
- if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:6px; top:18px; width:63px; height:17px; ">사번 :</caption>
- <input id="ipt_emplnos" ref="/root/send/getincmtaxcrtfct/emplno" class="input_default" style="left:70px; top:17px; width:76px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (ipt_emplnos.currentText != null && ipt_emplnos.currentText != "" ) {
- inputEnterKey("ipt_emplnos", "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>
- <input id="ipt_emplnms" ref="/root/send/getincmtaxcrtfct/emplnm" class="input_default" style="left:165px; top:17px; width:76px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (ipt_emplnms.currentText != null && ipt_emplnms.currentText != "" ) {
- inputEnterKey("ipt_emplnms", "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>
- <input id="ipt_fromym" ref="/root/send/getincmtaxcrtfct/fromym" class="input_default" inputtype="date" format="yyyy-mm" style="left:355px; top:17px; width:86px; height:19px; text-align:center; vertical-align:middle; "/>
- <caption id="caption28" class="tit_2" style="left:5px; top:54px; width:144px; height:13px; ">갑근세 증명서</caption>
- <line id="line193" class="line_1" style="x1:2px; y1:67px; x2:1192px; y2:67px; "/>
- <input id="ipt_toym" ref="/root/send/getincmtaxcrtfct/toym" class="input_default" inputtype="date" format="yyyy-mm" style="left:460px; top:17px; width:86px; height:19px; text-align:center; vertical-align:middle; "/>
- <caption id="caption2" style="left:445px; top:17px; width:10px; height:20px; ">-</caption>
- <input id="ipt_addr" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/resdnrgstareaaddr" class="input_default" style="left:310px; top:75px; width:880px; height:19px; "/>
- <input id="ipt_usegoal" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/usegoal" class="input_default" style="left:70px; top:100px; width:171px; height:19px; "/>
- <input id="ipt_entplce" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entplce" class="input_default" style="left:310px; top:100px; width:745px; height:19px; "/>
- <input id="ipt_entcnt" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entcnt" class="input_default" style="left:1125px; top:100px; width:65px; height:19px; "/>
- <caption id="caption8" class="cell_1" style="left:6px; top:98px; width:62px; height:23px; ">사용목적</caption>
- <caption id="caption4" class="cell_1" style="left:246px; top:73px; width:62px; height:23px; ">주 소</caption>
- <caption id="caption9" class="cell_1" style="left:246px; top:98px; width:62px; height:23px; ">제 출 처</caption>
- <caption id="caption3" class="cell_1" style="left:1063px; top:98px; width:61px; height:23px; ">소요수량</caption>
- <button id="btn_formsearchprt" class="btn2_letter5" style="left:1115px; top:47px; width:75px; height:19px; ">
- <caption>증명서조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //submit("TRRWM00801");
-
- if (chk_engyn.value == "Y" ) {
- model.setValue("/root/send/save/emplno",ipt_emplnos.value);
- model.setValue("/root/send/save/emplengnm",ipt_emplnm.value);
- model.setValue("/root/send/save/resdnrgstareaengaddr",ipt_addr.value);
- submit("TXRWM00801");
-
- exeReportPreview("RPRWM00801", "XMLSTR", "/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist");
- }
- else {
- exeReportPreview("RPRWM00800", "XMLSTR", "/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist");
- }
- ]]>
- </script>
- </button>
- <caption id="caption5" class="search_name" style="left:280px; top:18px; width:73px; height:17px; ">지급월 :</caption>
- <line id="line1" class="line_3" style="x1:0px; y1:125px; x2:1190px; y2:125px; "/>
- <caption id="caption7" class="cell_1" style="left:5px; top:130px; width:118px; height:23px; text-align:center; ">년월</caption>
- <caption id="caption10" class="cell_1" style="left:125px; top:130px; width:164px; height:23px; text-align:center; ">급여액</caption>
- <caption id="caption11" class="cell_1" style="left:291px; top:130px; width:157px; height:23px; text-align:center; ">세액</caption>
- <caption id="caption12" class="cell_1" style="left:450px; top:130px; width:145px; height:23px; text-align:center; ">납부년월일</caption>
- <caption id="caption13" class="cell_1" style="left:720px; top:130px; width:164px; height:23px; text-align:center; ">급여액</caption>
- <caption id="caption14" class="cell_1" style="left:886px; top:130px; width:157px; height:23px; text-align:center; ">세액</caption>
- <caption id="caption15" class="cell_1" style="left:1044px; top:130px; width:145px; height:23px; text-align:center; ">납부년월일</caption>
- <caption id="caption16" class="cell_1" style="left:600px; top:130px; width:118px; height:23px; text-align:center; ">년월</caption>
- <line id="line2" class="line_3" style="x1:0px; y1:158px; x2:1190px; y2:158px; "/>
- <input id="ipt_payym00" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym00" style="left:5px; top:162px; width:118px; height:19px; text-align:center; "/>
- <input id="ipt_payamt00" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt00" format="(-)#,###" style="left:125px; top:162px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_taxamt00" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt00" format="(-)#,###" style="left:291px; top:162px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_entymd00" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd00" style="left:450px; top:162px; width:145px; height:19px; text-align:center; "/>
- <input id="ipt_payym07" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym07" style="left:600px; top:162px; width:118px; height:19px; text-align:center; "/>
- <input id="ipt_payamt07" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt07" format="(-)#,###" style="left:720px; top:162px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_taxamt07" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt07" format="(-)#,###" style="left:886px; top:162px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_entymd07" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd07" style="left:1044px; top:162px; width:145px; height:19px; text-align:center; "/>
- <input id="ipt_taxamt01" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt01" format="(-)#,###" style="left:291px; top:182px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_entymd01" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd01" style="left:450px; top:182px; width:145px; height:19px; text-align:center; "/>
- <input id="ipt_payym08" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym08" style="left:600px; top:182px; width:118px; height:19px; text-align:center; "/>
- <input id="ipt_payamt08" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt08" format="(-)#,###" style="left:720px; top:182px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_taxamt08" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt08" format="(-)#,###" style="left:886px; top:182px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_entymd08" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd08" style="left:1044px; top:182px; width:145px; height:19px; text-align:center; "/>
- <input id="ipt_payym01" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym01" style="left:5px; top:182px; width:118px; height:19px; text-align:center; "/>
- <input id="ipt_payamt01" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt01" format="(-)#,###" style="left:125px; top:182px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_payamt02" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt02" format="(-)#,###" style="left:125px; top:202px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_taxamt02" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt02" format="(-)#,###" style="left:291px; top:202px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_entymd02" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd02" style="left:450px; top:202px; width:145px; height:19px; text-align:center; "/>
- <input id="ipt_payym09" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym09" style="left:600px; top:202px; width:118px; height:19px; text-align:center; "/>
- <input id="ipt_payamt09" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt09" format="(-)#,###" style="left:720px; top:202px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_taxamt09" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt09" format="(-)#,###" style="left:886px; top:202px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_entymd09" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd09" style="left:1044px; top:202px; width:145px; height:19px; text-align:center; "/>
- <input id="ipt_payym02" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym02" style="left:5px; top:202px; width:118px; height:19px; text-align:center; "/>
- <input id="ipt_payamt03" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt03" format="(-)#,###" style="left:125px; top:222px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_taxamt03" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt03" format="(-)#,###" style="left:291px; top:222px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_entymd03" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd03" style="left:450px; top:222px; width:145px; height:19px; text-align:center; "/>
- <input id="ipt_payym10" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym10" style="left:600px; top:222px; width:118px; height:19px; text-align:center; "/>
- <input id="ipt_payamt10" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt10" format="(-)#,###" style="left:720px; top:222px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_taxamt10" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt10" format="(-)#,###" style="left:886px; top:222px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_entymd10" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd10" style="left:1044px; top:222px; width:145px; height:19px; text-align:center; "/>
- <input id="ipt_payym03" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym03" style="left:5px; top:222px; width:118px; height:19px; text-align:center; "/>
- <input id="ipt_taxamt04" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt04" format="(-)#,###" style="left:291px; top:242px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_entymd04" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd04" style="left:450px; top:242px; width:145px; height:19px; text-align:center; "/>
- <input id="ipt_payym11" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym11" style="left:600px; top:242px; width:118px; height:19px; text-align:center; "/>
- <input id="ipt_payamt11" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt11" format="(-)#,###" style="left:720px; top:242px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_taxamt11" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt11" format="(-)#,###" style="left:886px; top:242px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_entymd11" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd11" style="left:1044px; top:242px; width:145px; height:19px; text-align:center; "/>
- <input id="ipt_payym04" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym04" style="left:5px; top:242px; width:118px; height:19px; text-align:center; "/>
- <input id="ipt_payamt04" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt04" format="(-)#,###" style="left:125px; top:242px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_payamt12" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt12" format="(-)#,###" style="left:720px; top:262px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_taxamt12" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt12" format="(-)#,###" style="left:886px; top:262px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_entymd12" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd12" style="left:1044px; top:262px; width:145px; height:19px; text-align:center; "/>
- <input id="ipt_payym05" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym05" style="left:5px; top:262px; width:118px; height:19px; text-align:center; "/>
- <input id="ipt_payamt05" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt05" format="(-)#,###" style="left:125px; top:262px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_taxamt05" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt05" format="(-)#,###" style="left:291px; top:262px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_entymd05" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd05" style="left:450px; top:262px; width:145px; height:19px; text-align:center; "/>
- <input id="ipt_payym12" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym12" style="left:600px; top:262px; width:118px; height:19px; text-align:center; "/>
- <input id="ipt_taxamt06" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt06" format="(-)#,###" style="left:291px; top:282px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_entymd06" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd06" style="left:450px; top:282px; width:145px; height:19px; text-align:center; "/>
- <input id="ipt_payym13" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym13" style="left:600px; top:282px; width:118px; height:19px; text-align:center; "/>
- <input id="ipt_payamt13" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt13" format="(-)#,###" style="left:720px; top:282px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_taxamt13" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/taxamt13" format="(-)#,###" style="left:886px; top:282px; width:157px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_entymd13" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/entymd13" style="left:1044px; top:282px; width:145px; height:19px; text-align:center; "/>
- <input id="ipt_payym06" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payym06" style="left:5px; top:282px; width:118px; height:19px; text-align:center; "/>
- <input id="ipt_payamt06" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/payamt06" format="(-)#,###" style="left:125px; top:282px; width:164px; height:19px; text-align:right; vertical-align:middle; "/>
- <select id="chk_engyn" ref="/root/send/getincmtaxcrtfct/engyn" overflow="visible" appearance="full" style="left:640px; top:17px; width:50px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>영문</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <caption id="caption17" class="cell_1" style="left:6px; top:73px; width:62px; height:23px; ">성명</caption>
- <input id="ipt_emplnm" ref="/root/main/getincmtaxcrtfct/getincmtaxcrtfctlist/emplnm" class="input_default" style="left:70px; top:75px; width:171px; height:19px; "/>
- <button id="button1" class="btn2_letter4" style="left:550px; top:17px; width:75px; height:19px; ">
- <caption>최근 1년</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //model.setValue(ipt_toym.attribute("ref") , getCurrentDate().toDate().getDateFormat("YYYYMM"));
- model.setValue(ipt_toym.attribute("ref") , getCurrentDate().toDate().getAddDate(-1, "M").getDateFormat("YYYYMM"));
- model.setValue(ipt_fromym.attribute("ref") , getCurrentDate().toDate().getAddDate(-12, "M").getDateFormat("YYYYMM"));
- model.refresh();
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
- </xhtml:body>
- </xhtml:html>
|