123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- <?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>
- <bfnotax>
- <bfnotaxlist/>
- </bfnotax>
- </main>
- <send>
- <save>
- <bfnotaxlist/>
- </save>
- <bfnotax>
- <emplno/>
- <calcyy/>
- <retireyn/>
- <calcseq/>
- <seqno/>
- <emplnm/>
- <entrregno/>
- <trdnm/>
- </bfnotax>
- </send>
- <target/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- misfGridInit(grd_bfnotaxlist);
- misfMsterDetailSet(grd_bfnotaxlist,null, "TRRWY00105" ,"Y");
-
- if(instance1.selectNodes("/root/target/*").length > 0)
- {
- ipt_calcyy.value = model.getValue("/root/target/calcyy") ;
- ipt_emplno.value = model.getValue("/root/target/emplno");
- ipt_emplnm.value = model.getValue("/root/target/emplnm") ;
- ipt_entrregno.value = model.getValue("/root/target/entrregno") ;
- ipt_trdnm.value = model.getValue("/root/target/trdnm") ;
- ipt_calcseq.value = model.getValue("/root/target/calcseq") ;
- ipt_seqno.value = model.getValue("/root/target/seqno") ;
- ipt_retireyn.value = model.getValue("/root/target/retireyn") ;
-
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- <submission id="TRRWY00105" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/bfnotax" resultref="/root/main/bfnotax"/>
- <submission id="TXRWY00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/hidden/temp"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.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="../../../com/commonweb/js/dateHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="900" pageheight="800" style="margin-left:8; margin-right:8; ">
- <group id="group1" style="left:0px; top:0px; width:847px; 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:38px; width:847px; height:744px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:845px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" style="left:783px; 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:775px; y1:17px; x2:775px; y2:39px; "/>
- <line id="line1" class="line_1" style="x1:0px; y1:69px; x2:845px; y2:69px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:54px; width:175px; height:13px; ">전근무지 비과세 리스트</caption>
- <button id="btn_grddelyyendtaxbaselist" class="btn2_letter3" style="left:791px; top:48px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfGridIUD(grd_bfnotaxlist, "D");
- ]]>
- </script>
- </button>
- <datagrid id="grd_bfnotaxlist" nodeset="/root/main/bfnotax/bfnotaxlist" caption="비과세코드^비과세명^금액^사번^년도^정산순번^전근무지순번^퇴직여부^사업자등록번호|비과세코드^비과세명^금액^사번^년도^정산순번^전근무지순번^퇴직여부^사업자등록번호" colsep="^" colwidth="82, 581, 140, 30, 34, 33, 27, 31, 32" dataheight="25" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:74px; width:845px; height:660px; ">
- <col ref="notaxcd" _key="true"/>
- <col ref="notaxnm"/>
- <col ref="notaxamt" type="input" format="(-)#,###" style="text-align:right; vertical-align:middle; "/>
- <col ref="emplno" visibility="hidden"/>
- <col ref="calcyy" visibility="hidden"/>
- <col ref="calcseq" visibility="hidden"/>
- <col ref="seqno" visibility="hidden"/>
- <col ref="retireyn" visibility="hidden"/>
- <col ref="entrregno" visibility="hidden"/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_bfnotaxlist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <input id="ipt_emplnm" ref="/root/send/bfnotax/emplnm" class="input_default" disabled="true" navindex="21" style="left:339px; top:18px; width:71px; height:19px; "/>
- <caption id="cap_emplno" class="search_name" style="left:180px; top:19px; width:86px; height:17px; ">사원번호 :</caption>
- <caption id="cap_deduym" class="search_name" style="left:15px; top:19; width:94px; height:17px; ">기준년도:</caption>
- <input id="ipt_emplno" ref="/root/send/bfnotax/emplno" class="input_default" disabled="true" navindex="20" style="left:266px; top:18px; width:69px; height:19px; "/>
- <input id="ipt_calcyy" ref="/root/send/bfnotax/calcyy" class="input_default" disabled="true" navindex="20" style="left:100px; top:18px; width:55px; height:19px; "/>
- <input id="ipt_trdnm" ref="/root/send/bfnotax/trdnm" class="input_default" disabled="true" navindex="21" style="left:643px; top:18px; width:122px; height:19px; "/>
- <caption id="caption2" class="search_name" style="left:439px; top:18px; width:120px; height:17px; ">사업자등록번호:</caption>
- <input id="ipt_entrregno" ref="/root/send/bfnotax/entrregno" class="input_default" disabled="true" navindex="20" style="left:560px; top:18px; width:79px; height:19px; "/>
- <input id="ipt_calcseq" ref="/root/send/bfnotax/calcseq" class="input_default" navindex="20" visibility="hidden" style="left:675px; top:15px; width:20px; height:19px; "/>
- <input id="ipt_seqno" ref="/root/send/bfnotax/seqno" class="input_default" navindex="20" visibility="hidden" style="left:705px; top:15px; width:20px; height:19px; "/>
- <input id="ipt_retireyn" ref="/root/send/bfnotax/retireyn" class="input_default" navindex="20" visibility="hidden" style="left:730px; top:15px; width:20px; height:19px; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:847px; height:27px; ">
- <button id="button36" class="btn4_letter2" style="left:785px; top:2px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(!checkKeyColumn("grd_bfnotaxlist"))return;
- misfSave("TXRWY00102");
-
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <button id="button35" class="btn4_letter3" style="left:716px; top:2px; width:68px; height:22px; ">
- <caption>초기화</caption>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|