123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- <?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>
- <userlist/>
- <dept>
- <deptcd/>
- <depthngnm/>
- </dept>
- <userinfo>
- <emplnm/>
- </userinfo>
- </main>
- <target/>
- <init>
- </init>
- <send>
- <emplno/>
- <deduyy/>
- <workym/>
- <dedukind/>
- <retireyn/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- model.removenode("/root/main/user/userlist");
- ipt_emplno.value=parent.ipt_emplno2.value;
- ipt_deduyy.value=parent.ipt_deduyy.value;
- ipt_workym.value=parent.ipt_workym.value;
- ipt_dedukind.value=parent.ipt_dedukind.value;
-
- try
- {if(parent.rbo_retireyn != null)ipt_retireyn.value = parent.rbo_retireyn.value;}
- catch(e){}
-
- if(ipt_emplno.value !=""){
- submit("TRRWY00602");
- }
- model.refresh();
-
- ]]>
- </script>
- <submission id="TRRWY00602" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/userlist"/>
- </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"/>
- </xhtml:head>
- <xhtml:body pagewidth="520" pageheight="380" guideline="2,-5;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:480px; height:350px; ">
- <group id="group2" style="left:0px; top:0px; width:400px; height:5px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:183px; height:14px; ">공제 대상자 리스트</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:480px; y2:25px; "/>
- <datagrid id="grd_userlist" nodeset="/root/main/userlist" caption="주민번호1^주민번호2^관계^사번^순번^퇴직^정산년도^정산월^성명^주민번호^금액" colsep="^" colwidth="9, 9, 137, 8, 10, 10, 11, 8, 78, 106, 88" dataheight="23" defaultrows="0" extendlastcol="scroll" mergecellsfixedrows="never" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:30px; width:480px; height:315px; ">
- <col class="text_center" ref="famyrrgstno1" visibility="hidden"/>
- <col class="text_center" ref="famyrrgstno2" visibility="hidden"/>
- <col class="text_center" ref="famyrelanm"/>
- <col ref="emplno" visibility="hidden"/>
- <col ref="dedupsnseq" visibility="hidden"/>
- <col ref="retireyn" visibility="hidden"/>
- <col ref="deduyy" visibility="hidden"/>
- <col ref="workym" visibility="hidden"/>
- <col class="text_center" ref="famynm"/>
- <col class="text_center" ref="famyrrgstno"/>
- <col ref="deduamt" format="(-)#,###" style="text-align:right; vertical-align:middle; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if( grd_userlist.isCell(event.target) && grd_userlist.row >= grd_userlist.fixedRows )
- {
- btn_confirm.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </datagrid>
- <input id="ipt_retireyn" ref="/root/send/retireyn" visibility="hidden" style="left:340px; top:5px; width:55px; height:19px; "/>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:352px; width:480px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter2" style="left:364px; top:3px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfPopUpListReturn(grd_userlist);
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:422px; top:3px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- window.close();
-
- ]]>
- </script>
- </button>
- </group>
- <input id="ipt_emplno" ref="/root/send/emplno" visibility="hidden" style="left:160px; top:5px; width:35px; height:19px; "/>
- <input id="ipt_deduyy" ref="/root/send/deduyy" visibility="hidden" style="left:200px; top:5px; width:40px; height:19px; "/>
- <input id="ipt_workym" ref="/root/send/workym" visibility="hidden" style="left:245px; top:5px; width:45px; height:19px; "/>
- <input id="ipt_dedukind" ref="/root/send/dedukind" visibility="hidden" style="left:290px; top:5px; width:45px; height:19px; "/>
- </xhtml:body>
- </xhtml:html>
|