123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968 |
- <?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>
- <monthpaymast>
- <monthpaymastlist/>
- </monthpaymast>
- <monthpaymastdata>
- <monthpaymastlist>
- </monthpaymastlist>
- </monthpaymastdata>
- </main>
- <send>
- <monthpaymast>
- <payinst/>
- <saldfrayflag/>
- <payym/>
- <emplno/>
- <emplnm/>
- <entcoflag/>
- <entcodd/>
- <retiredd/>
- </monthpaymast>
- </send>
- <init/>
- <temp>
- <curemp>
- <emplno/>
- <emplnm/>
- </curemp>
- </temp>
- </root>
- </instance>
- <submission id="TRRWP00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/monthpaymast" resultref="/root/main/monthpaymast"/>
- <submission id="TXRWP00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/hidden/temp"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setFocus("cmb_instcd");
-
- misfGridInit(grd_monthpaymastlist);
-
- /* Grid의 Mater, Detail관계 설정
- misfMsterDetailSet(관계설정할 Grid, Mater가 될 Grid, submit ID, 저장여부) */
- misfMsterDetailSet(grd_monthpaymastlist, null, "TRRWP00301" ,"Y");
-
-
-
- misfComboInstCdListMulti("cmb_payinst",getCurrentDate(),"","N");
- /* Combo Data Setting
- misfComboComCdListMulti(공통코드군, Combo) */
- misfComboComCdListMulti("R0146,R0066,R0058,R0059,R0060,R0061,R0062,R0063,R0064,R0098,R0090,R0126,R0097,R0112,R0225,R0090","cmb_preststatcd,cmb_holyordflag,cmb_prfshipflag,cmb_grupjoblncd,cmb_joblncd,cmb_jobkindcd,cmb_jobposcd,cmb_jobrespcd,cmb_jobgradcd,cmb_payclscd,cmb_lastgvnoffcordcd,cmb_licnalwnflag,cmb_payclsprfshipflag,cmb_SalDfrayFlag,cmb_amtratedaynoflag,cmb_lastpregvnoffcordcd");
-
- misfComboCopyItemSet(cmb_payinst, "", cmb_prepayinst, "");
- misfComboCopyItemSet(cmb_preststatcd, "", cmb_prepreststatcd, "");
- misfComboCopyItemSet(cmb_holyordflag, "", cmb_preholyordflag, "");
- misfComboCopyItemSet(cmb_prfshipflag, "", cmb_preprfshipflag, "");
- misfComboCopyItemSet(cmb_grupjoblncd, "", cmb_pregrupjoblncd, "");
- misfComboCopyItemSet(cmb_joblncd, "", cmb_prejoblncd, "");
- misfComboCopyItemSet(cmb_jobkindcd, "", cmb_prejobkindcd, "");
- misfComboCopyItemSet(cmb_jobposcd, "", cmb_prejobposcd, "");
- misfComboCopyItemSet(cmb_jobrespcd, "", cmb_prejobrespcd, "");
- misfComboCopyItemSet(cmb_jobgradcd, "", cmb_prejobgradcd, "");
- misfComboCopyItemSet(cmb_payclscd, "", cmb_prepayclscd, "");
- misfComboCopyItemSet(cmb_lastgvnoffcordcd, "", cmb_prelastgvnoffcordcd, "");
- misfComboCopyItemSet(cmb_licnalwnflag, "", cmb_prelicnalwnflag, "");
- misfComboCopyItemSet(cmb_payclsprfshipflag, "", cmb_prepayclsprfshipflag, "");
- misfComboCopyItemSet(cmb_amtratedaynoflag, "", cmb_preamtratedaynoflag, "");
- misfComboCopyItemSet(cmb_amtratedaynoflag, "", cmb_bnuspayflag, "");
- misfComboCopyItemSet(cmb_amtratedaynoflag, "", cmb_prebnuspayflag, "");
- misfComboCopyItemSet(cmb_amtratedaynoflag, "", cmb_divcalcflag, "");
- misfComboCopyItemSet(cmb_amtratedaynoflag, "", cmb_predivcalcflag, "");
- misfComboCopyItemSet(cmb_lastpregvnoffcordcd, "", cmb_prelastpregvnoffcordcd, "");
- misfComboCopyItemSet(cmb_payinst, "", cmb_instcd, "");
-
- var curdate = getCurrentDate();
-
- model.setValue(ipt_payym.attribute("ref") , curdate.substr(0,6));
- model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
- model.setValue(cmb_SalDfrayFlag.attribute("ref"), "1");
- model.setValue(cmb_flag.attribute("ref"), "%");
-
- misfGetUserAuth();
-
- if (DUTY_PAY_YN == "Y" ) {
- cmb_instcd.disabled = false;
- }
- else {
- cmb_instcd.disabled = true;
- }
-
- model.refresh();
-
- ]]>
- </script>
- </model>
- <script type="javascript">
- <![CDATA[
- var PAY_TARGET_NODE = "/root/main/monthpaymastdata";
- var PAY_SOURCE_NODE = "/root/main/monthpaymast";
- ]]>
- </script>
- <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:38; width:1195px; height:744px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1125px; top:16px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var flag = cmb_flag.value;
-
- if (flag == "1") {
- model.setValue("/root/send/monthpaymast/entcodd",ipt_payym.value);
- model.setValue("/root/send/monthpaymast/retiredd","");
- }
- else if (flag == "2") {
- model.setValue("/root/send/monthpaymast/entcodd","");
- model.setValue("/root/send/monthpaymast/retiredd",ipt_payym.value);
- }
- else {
- model.setValue("/root/send/monthpaymast/entcodd","");
- model.setValue("/root/send/monthpaymast/retiredd","");
- }
- misfMsterDetailRetrieve();
-
- for (var i = 2; i < grd_monthpaymastlist.rows; i++) {
- if (grd_monthpaymastlist.valueMatrix(i, grd_monthpaymastlist.colRef("changeyn")) == "Y" ) {
-
- grd_monthpaymastlist.cellstyle("background-color", i, 1, i, 6) = "#ffff99";
- //grd_monthpaymastlist.colstyle(i, "data", "background-color") = "#ffff99";
- //grd_monthpaymastlist.rowstyle(i, "data", "background-color") = "#ffff99";
- }
- else {
- //grd_monthpaymastlist.colstyle(i, "data", "background-color") = "#ffffff";
- grd_monthpaymastlist.cellstyle("background-color", i, 1, i, 6) = "#ffffff";
- //grd_monthpaymastlist.rowstyle(i, "data", "background-color") = "#ffffff";
- }
- }
-
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
- <datagrid id="grd_monthpaymastlist" nodeset="/root/main/monthpaymast/monthpaymastlist" backcoloralternate="transparent" caption="변경여부^사원번호^성명^주민번호^주민번호^부서^급여기관^급여기관^현상태코드^현상태코드^성직구분^성직구분^교직구분^교직구분^직군^직군^근무지부서코드^근무지부서코드명^근무지부서코드^근무지부서코드명^직종코드^직종코드^직렬코드^직렬코드^직위코드^직위코드^직급코드^직급코드^직책코드^직책코드^호봉코드^호봉코드^최종발령상태^최종발령상태^최종발령일자^최종발령일자^입사일자^입사일자^퇴사일자^퇴사일자^배우자여부^배우자여부^부양자수^부양자수^부녀자여부^부녀자여부^경로자수65~69세^경로자수65~69세^경로자수70세이상^경로자수70세이상^장애인수^장애인수^자녀양육수6세이하^자녀양육수6세이하^결혼여부^결혼여부^가장여부^가장여부^자격면허구분^자격면허구분^승급월^승급월^선임수당^선임수당^계산구분^계산구분^계산구분별기본급^계산구분별기본급^호봉교직구분^호봉교직구분^지급년월^급여지급구분^지급일자|변경여부^사원번호^성명^주민번호^주민번호^부서^급여기관^급여기관^현상태코드^현상태코드^성직구분^성직구분^교직구분^교직구분^직군^직군^근무지부서코드^근무지부서코드명^근무지부서코드^근무지부서코드명^직종코드^직종코드^직렬코드^직렬코드^직위코드^직위코드^직급코드^직급코드^직책코드^직책코드^호봉코드^호봉코드^최종발령상태^최종발령상태^최종발령일자^최종발령일자^입사일자^입사일자^퇴사일자^퇴사일자^배우자여부^배우자여부^부양자수^부양자수^부녀자여부^부녀자여부^경로자수65~69세^경로자수65~69세^경로자수70세이상^경로자수70세이상^장애인수^장애인수^자녀양육수6세이하^자녀양육수6세이하^결혼여부^결혼여부^가장여부^가장여부^자격면허구분^자격면허구분^승급월^승급월^선임수당^선임수당^계산구분^계산구분^계산구분별기본급^계산구분별기본급^호봉교직구분^호봉교직구분^지급년월^급여지급구분^지급일자" colsep="^" colwidth="32, 78, 70, 59, 59, 101, 25, 31, 25, 34, 33, 27, 28, 28, 20, 27, 28, 36, 26, 24, 22, 19, 21, 18, 17, 17, 20, 18, 17, 16, 16, 18, 20, 27, 19, 15, 20, 16, 22, 20, 19, 22, 19, 22, 20, 16, 17, 19, 13, 20, 19, 22, 21, 18, 25, 23, 13, 22, 21, 23, 23, 23, 18, 19, 26, 20, 17, 25, 26, 49, 37, 39, 31" dataheight="25" explorerbar="sort" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:70px; width:440px; height:670px; ">
- <col ref="changeyn" style="text-align:center; vertical-align:middle; "/>
- <col ref="emplno"/>
- <col ref="emplnm"/>
- <col ref="rregno1"/>
- <col ref="rregno2"/>
- <col ref="dutunitnm"/>
- <col ref="payinst" visibility="hidden"/>
- <col ref="prepayinst" visibility="hidden"/>
- <col ref="preststatcd" visibility="hidden"/>
- <col ref="prepreststatcd" visibility="hidden"/>
- <col ref="holyordflag" visibility="hidden"/>
- <col ref="preholyordflag" visibility="hidden"/>
- <col ref="prfshipflag" visibility="hidden"/>
- <col ref="preprfshipflag" visibility="hidden"/>
- <col ref="grupjoblncd" visibility="hidden"/>
- <col ref="pregrupjoblncd" visibility="hidden"/>
- <col ref="dutplcedeptcd" visibility="hidden"/>
- <col ref="dutplcedeptnm" visibility="hidden"/>
- <col ref="predutplcedeptcd" visibility="hidden"/>
- <col ref="predutplcedeptnm" visibility="hidden"/>
- <col ref="jobkindcd" visibility="hidden"/>
- <col ref="prejobkindcd" visibility="hidden"/>
- <col ref="joblncd" visibility="hidden"/>
- <col ref="prejoblncd" visibility="hidden"/>
- <col ref="jobposcd" visibility="hidden"/>
- <col ref="prejobposcd" visibility="hidden"/>
- <col ref="jobgradcd" visibility="hidden"/>
- <col ref="prejobgradcd" visibility="hidden"/>
- <col ref="jobrespcd" visibility="hidden"/>
- <col ref="prejobrespcd" visibility="hidden"/>
- <col ref="payclscd" visibility="hidden"/>
- <col ref="prepayclscd" visibility="hidden"/>
- <col ref="lastgvnoffcordcd" visibility="hidden"/>
- <col ref="prelastgvnoffcordcd" visibility="hidden"/>
- <col ref="lastgvnoffcorddd" visibility="hidden"/>
- <col ref="prelastgvnoffcorddd" visibility="hidden"/>
- <col ref="entcodd" visibility="hidden"/>
- <col ref="preentcodd" visibility="hidden"/>
- <col ref="retiredd" visibility="hidden"/>
- <col ref="preretiredd" visibility="hidden"/>
- <col ref="ptneryn" visibility="hidden"/>
- <col ref="preptneryn" visibility="hidden"/>
- <col ref="supppsnno" visibility="hidden"/>
- <col ref="presupppsnno" visibility="hidden"/>
- <col ref="maryfmlyn" visibility="hidden"/>
- <col ref="premaryfmlyn" visibility="hidden"/>
- <col ref="rptagrfrom65to69agecnt" visibility="hidden"/>
- <col ref="prerptagrfrom65to69agecnt" visibility="hidden"/>
- <col ref="rptagr70agemorthncnt" visibility="hidden"/>
- <col ref="prerptagr70agemorthncnt" visibility="hidden"/>
- <col ref="handicaprcnt" visibility="hidden"/>
- <col ref="prehandicaprcnt" visibility="hidden"/>
- <col ref="brngupchldrncnt" visibility="hidden"/>
- <col ref="prebrngupchldrncnt" visibility="hidden"/>
- <col ref="maryyn" visibility="hidden"/>
- <col ref="premaryyn" visibility="hidden"/>
- <col ref="hdfamyyn" visibility="hidden"/>
- <col ref="prehdfamyyn" visibility="hidden"/>
- <col ref="licnalwnflag" visibility="hidden"/>
- <col ref="prelicnalwnflag" visibility="hidden"/>
- <col ref="gradupmm" visibility="hidden"/>
- <col ref="pregradupmm" visibility="hidden"/>
- <col ref="senirtyalwn" visibility="hidden"/>
- <col ref="presenirtyalwn" visibility="hidden"/>
- <col ref="calcflag" visibility="hidden"/>
- <col ref="precalcflag" visibility="hidden"/>
- <col ref="calcflagclsbasepay" visibility="hidden"/>
- <col ref="precalcflagclsbasepay" visibility="hidden"/>
- <col ref="payclsprfshipflag" visibility="hidden"/>
- <col ref="prepayclsprfshipflag" visibility="hidden"/>
- <col ref="payym" visibility="hidden"/>
- <col ref="saldfrayflag" visibility="hidden"/>
- <col ref="paydd" visibility="hidden"/>
- <col ref="chldrn20lessthncnt" visibility="hidden"/>
- <col ref="amtratedaynoflag" visibility="hidden"/>
- <col ref="amtratedayno" visibility="hidden"/>
- <col ref="bnuspayflag" visibility="hidden"/>
- <col ref="bnuspayrate" visibility="hidden"/>
- <col ref="predivcalcflag" visibility="hidden"/>
- <col ref="divamtdaynorate" visibility="hidden"/>
- <col ref="divdayno" visibility="hidden"/>
- <col ref="lastpregvnoffcordcd" visibility="hidden"/>
- <col ref="lastpregvnoffcorddd" visibility="hidden"/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- model.copyNode(PAY_TARGET_NODE + "/monthpaymastlist" , PAY_SOURCE_NODE + "/monthpaymastlist[" + (grd_monthpaymastlist.row - grd_monthpaymastlist.fixedRows + 1) + "]");
-
-
- model.refresh();
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_monthpaymastlist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <input id="ipt_payym" ref="/root/send/monthpaymast/payym" class="input_default" inputtype="date" format="yyyy-mm" style="left:479px; top:17px; width:94px; height:19px; text-align:center; vertical-align:middle; "/>
- <caption id="caption22" class="search_name" style="left:410px; top:18px; width:70px; height:17px; ">지급월:</caption>
- <select1 id="cmb_instcd" ref="/root/send/monthpaymast/payinst" class="combo_s_essential" appearance="minimal" style="left:64px; top:17px; width:125px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption1" class="search_name" style="left:195px; top:18px; width:86px; height:17px; ">급여종류:</caption>
- <caption id="caption2" class="search_name" style="left:5px; top:18px; width:61px; height:17px; ">기관:</caption>
- <select1 id="cmb_SalDfrayFlag" ref="/root/send/monthpaymast/saldfrayflag" class="combo_s_essential" appearance="minimal" style="left:276px; top:17px; width:125px; 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;
- }
- else {
- cmb_instcd.disabled = true;
- }
- ]]>
- </script>
- </select1>
- <caption id="caption3" class="search_name" style="left:588px; top:18px; width:63px; height:17px; ">사번 :</caption>
- <button id="btn_emplno" class="icon_search" style="left:741px; 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>
- <input id="ipt_emplnos" ref="/root/send/monthpaymast/emplno" class="input_default" style="left:649px; top:16px; width:87px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (ipt_emplnos.currentText != null && ipt_emplnos.currentText != "" ) {
- inputEnterKey("ipt_emplnos", "xforms-value-changed");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- var recv_list = "emplno,emplnm" ;
- rpbfValidationCheck("EMPLNO", recv_list);
- model.refresh();
-
- if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
- btn_search.dispatch("DOMActivate");
- }
-
- ]]>
- </script>
- </input>
- <input id="ipt_emplnms" ref="/root/send/monthpaymast/emplnm" class="input_default" style="left:760px; top:16px; width:141px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (ipt_emplnms.currentText != null && ipt_emplnms.currentText != "" ) {
- inputEnterKey("ipt_emplnms", "xforms-value-changed");
- }
- ]]>
- </script>
- <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="caption4" class="search_name" style="left:914px; top:18px; width:56px; height:17px; ">구분:</caption>
- <select1 id="cmb_flag" ref="/root/send/monthpaymast/entcoflag" class="combo_s_essential" appearance="minimal" style="left:970px; top:16px; width:125px; height:19px; ">
- <choices>
- <item>
- <label>신규입사</label>
- <value>1</value>
- </item>
- <item>
- <label>퇴사</label>
- <value>2</value>
- </item>
- <item>
- <label>전체</label>
- <value>%</value>
- </item>
- </choices>
- </select1>
- <select1 id="cmb_prepayinst" ref="/root/main/monthpaymastdata/monthpaymastlist/prepayinst" class="combo_essential" disabled="true" appearance="minimal" style="left:567px; top:72px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption19" class="cell_1" style="left:445px; top:70px; width:120px; height:23px; ">급여기관</caption>
- <line id="line193" class="line_1" style="x1:2px; y1:64px; x2:442px; y2:64px; "/>
- <caption id="caption28" class="tit_2" style="left:5px; top:49px; width:144px; height:13px; ">급여 대상자</caption>
- <line id="line1" class="line_1" style="x1:446px; y1:64px; x2:810px; y2:65px; "/>
- <caption id="caption5" class="tit_2" style="left:449px; top:49px; width:144px; height:14px; ">이전자료</caption>
- <line id="line3" class="line_1" style="x1:826px; y1:64px; x2:1190px; y2:65px; "/>
- <caption id="caption7" class="tit_2" style="left:829px; top:49px; width:144px; height:13px; ">현재자료</caption>
- <caption id="caption45" class="cell_1" style="left:445px; top:95px; width:120px; height:23px; vertical-align:middle; ">근무상태</caption>
- <select1 id="cmb_prepreststatcd" ref="/root/main/monthpaymastdata/monthpaymastlist/prepreststatcd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:96px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption66" class="cell_1" style="left:445px; top:120px; width:120px; height:23px; vertical-align:middle; ">직원구분</caption>
- <select1 id="cmb_preholyordflag" ref="/root/main/monthpaymastdata/monthpaymastlist/preholyordflag" class="combo_essential" disabled="true" navindex="19" appearance="minimal" style="left:567px; top:122px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_preprfshipflag" ref="/root/main/monthpaymastdata/monthpaymastlist/preprfshipflag" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:146px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption15" class="cell_1" style="left:445px; top:145px; width:120px; height:23px; ">급여분류</caption>
- <select1 id="cmb_pregrupjoblncd" ref="/root/main/monthpaymastdata/monthpaymastlist/pregrupjoblncd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:171px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption9" class="cell_1" style="left:445px; top:170px; width:120px; height:23px; ">직군</caption>
- <select1 id="cmb_prejoblncd" ref="/root/main/monthpaymastdata/monthpaymastlist/prejoblncd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:198px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption10" class="cell_1" style="left:445px; top:195px; width:120px; height:23px; ">위험코드</caption>
- <caption id="caption11" class="cell_1" style="left:445px; top:220px; width:120px; height:23px; ">직종</caption>
- <select1 id="cmb_prejobkindcd" ref="/root/main/monthpaymastdata/monthpaymastlist/prejobkindcd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:223px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption12" class="cell_1" style="left:445px; top:245px; width:120px; height:23px; ">직위</caption>
- <select1 id="cmb_prejobposcd" ref="/root/main/monthpaymastdata/monthpaymastlist/prejobposcd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:247px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption13" class="cell_1" style="left:445px; top:270px; width:120px; height:23px; ">직책</caption>
- <select1 id="cmb_prejobrespcd" ref="/root/main/monthpaymastdata/monthpaymastlist/prejobrespcd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:273px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption14" class="cell_1" style="left:445px; top:295px; width:120px; height:23px; ">직급/호봉</caption>
- <select1 id="cmb_prejobgradcd" ref="/root/main/monthpaymastdata/monthpaymastlist/prejobgradcd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:298px; width:113px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_prepayclscd" ref="/root/main/monthpaymastdata/monthpaymastlist/prepayclscd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:685px; top:298px; width:120px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption17" class="cell_1" style="left:445px; top:320px; width:120px; height:23px; ">근무지</caption>
- <output id="opt_predutplcedeptnm" ref="/root/main/monthpaymastdata/monthpaymastlist/predutplcedeptnm" class="output_fix" style="left:567px; top:322px; width:238px; height:19px; "/>
- <caption id="caption18" class="cell_1" style="left:445px; top:345px; width:120px; height:23px; ">최종발령구분</caption>
- <select1 id="cmb_prelastgvnoffcordcd" ref="/root/main/monthpaymastdata/monthpaymastlist/prelastgvnoffcordcd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:346px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption20" class="cell_1" style="left:445px; top:370px; width:120px; height:23px; ">최종발령일</caption>
- <input id="ipt_prelastgvnoffcorddd" ref="/root/main/monthpaymastdata/monthpaymastlist/prelastgvnoffcorddd" class="input_default" disabled="true" inputtype="date" style="left:567px; top:372px; width:238px; height:19px; "/>
- <input id="ipt_preentcodd" ref="/root/main/monthpaymastdata/monthpaymastlist/preentcodd" class="input_default" disabled="true" inputtype="date" style="left:567px; top:396px; width:113px; height:19px; "/>
- <caption id="caption21" class="cell_1" style="left:445px; top:395px; width:120px; height:23px; ">입사일/퇴사일</caption>
- <input id="ipt_preretiredd" ref="/root/main/monthpaymastdata/monthpaymastlist/preretiredd" class="input_default" disabled="true" inputtype="date" style="left:685px; top:396px; width:120px; height:19px; "/>
- <caption id="caption24" class="cell_1" style="left:445px; top:420px; width:120px; height:23px; vertical-align:middle; ">배우자/부녀자여부</caption>
- <select id="chk_preptneryn" ref="/root/main/monthpaymastdata/monthpaymastlist/preptneryn" overflow="visible" appearance="full" style="left:567px; top:422px; width:113px; height:19px; border-style:solid; ">
- <choices>
- <item>
- <label>배우자여부</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <caption id="caption26" class="cell_1" style="left:445px; top:445px; width:120px; height:23px; vertical-align:middle; ">부양자/장애자수</caption>
- <input id="ipt_presupppsnno" ref="/root/main/monthpaymastdata/monthpaymastlist/presupppsnno" class="input_default" disabled="true" format="#,###" style="left:567px; top:447px; width:113px; height:19px; text-align:right; vertical-align:middle; "/>
- <select id="chk_premaryfmlyn" ref="/root/main/monthpaymastdata/monthpaymastlist/premaryfmlyn" overflow="visible" appearance="full" style="left:685px; top:422px; width:120px; height:19px; border-style:solid; ">
- <choices>
- <item>
- <label>부녀자세대주여부</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <input id="ipt_prerptagr70agemorthncnt" ref="/root/main/monthpaymastdata/monthpaymastlist/prerptagr70agemorthncnt" class="input_default" disabled="true" format="#,###" style="left:685px; top:471px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_prerptagrfrom65to69agecnt" ref="/root/main/monthpaymastdata/monthpaymastlist/prerptagrfrom65to69agecnt" class="input_default" disabled="true" format="#,###" style="left:567px; top:471px; width:113px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption27" class="cell_1" style="left:445px; top:470px; width:120px; height:23px; vertical-align:middle; ">경로(65~69)/(70~)</caption>
- <input id="ipt_prebrngupchldrncnt" ref="/root/main/monthpaymastdata/monthpaymastlist/prebrngupchldrncnt" class="input_default" disabled="true" format="#,###" style="left:567px; top:496px; width:113px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_prehandicaprcnt" ref="/root/main/monthpaymastdata/monthpaymastlist/prehandicaprcnt" class="input_default" disabled="true" format="#,###" style="left:685px; top:447px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption29" class="cell_1" style="left:445px; top:495px; width:120px; height:23px; vertical-align:middle; ">자녀양육수/승급월</caption>
- <caption id="caption311" class="cell_1" style="left:445px; top:520px; width:120px; height:23px; vertical-align:middle; ">가장/결혼여부</caption>
- <select1 id="rdo_prehdfamyyn" ref="/root/main/monthpaymastdata/monthpaymastlist/prehdfamyyn" class="radio_search" disabled="true" navindex="14" overflow="visible" appearance="full" cols="4" itemheight="18" itemwidth="50" style="left:567px; top:521px; width:113px; height:19px; text-align:center; border-style:solid; ">
- <choices>
- <item>
- <label>Yes</label>
- <value>Y</value>
- </item>
- <item>
- <label>No</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <select1 id="rdo_premaryyn" ref="/root/main/monthpaymastdata/monthpaymastlist/premaryyn" class="radio_search" disabled="true" navindex="13" overflow="visible" appearance="full" cols="2" itemheight="18" itemwidth="50" style="left:685px; top:521px; width:120px; height:19px; text-align:center; border-style:solid; ">
- <choices>
- <item>
- <label>기혼</label>
- <value>Y</value>
- </item>
- <item>
- <label>미혼</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <caption id="caption30" class="cell_1" style="left:445px; top:545px; width:120px; height:23px; ">면허/선임구분</caption>
- <select1 id="cmb_prelicnalwnflag" ref="/root/main/monthpaymastdata/monthpaymastlist/prelicnalwnflag" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:567px; top:547px; width:113px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="rdo_pregradupmm" ref="/root/main/monthpaymastdata/monthpaymastlist/pregradupmm" class="radio_search" disabled="true" navindex="29" appearance="full" cols="2" itemheight="18" itemwidth="53" style="left:685px; top:496px; width:120px; height:19px; text-align:center; border-style:solid; ">
- <choices>
- <item>
- <label>3월</label>
- <value>03</value>
- </item>
- <item>
- <label>9월</label>
- <value>09</value>
- </item>
- </choices>
- </select1>
- <select id="chk_presenirtyalwn" ref="/root/main/monthpaymastdata/monthpaymastlist/presenirtyalwn" disabled="true" overflow="visible" appearance="full" style="left:685px; top:547px; width:120px; height:19px; border-style:solid; ">
- <choices>
- <item>
- <label>선임여부</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <input id="ipt_precalcflagclsbasepay" ref="/root/main/monthpaymastdata/monthpaymastlist/precalcflagclsbasepay" class="input_default" disabled="true" format="#,###" style="left:685px; top:572px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
- <select1 id="cmb_precalcflag" ref="/root/main/monthpaymastdata/monthpaymastlist/precalcflag" class="combo_default" disabled="true" appearance="minimal" style="left:567px; top:572px; width:113px; height:19px; ">
- <choices>
- <item>
- <label>월정액</label>
- <value>1</value>
- </item>
- <item>
- <label>시급</label>
- <value>2</value>
- </item>
- <item>
- <label>일급</label>
- <value>3</value>
- </item>
- <item>
- <label>정상</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- <caption id="caption32" class="cell_1" style="left:445px; top:570px; width:120px; height:23px; vertical-align:middle; ">계산구분/기본급</caption>
- <select1 id="cmb_prepayclsprfshipflag" ref="/root/main/monthpaymastdata/monthpaymastlist/prepayclsprfshipflag" class="combo_default" disabled="true" appearance="minimal" style="left:567px; top:597px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption34" class="cell_1" style="left:445px; top:595px; width:120px; height:23px; vertical-align:middle; ">호봉구분</caption>
- <caption id="caption8" class="cell_1" style="left:826px; top:520px; width:120px; height:23px; vertical-align:middle; ">가장/결혼여부</caption>
- <select id="chk_maryfmlyn" ref="/root/main/monthpaymastdata/monthpaymastlist/maryfmlyn" disabled="false" overflow="visible" appearance="full" style="left:1065px; top:422px; width:120px; height:19px; border-style:solid; ">
- <choices>
- <item>
- <label>부녀자세대주여부</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select1 id="rdo_hdfamyyn" ref="/root/main/monthpaymastdata/monthpaymastlist/hdfamyyn" class="radio_search" disabled="false" navindex="14" overflow="visible" appearance="full" cols="4" itemheight="18" itemwidth="50" style="left:947px; top:521px; width:113px; height:19px; text-align:center; border-style:solid; ">
- <choices>
- <item>
- <label>Yes</label>
- <value>Y</value>
- </item>
- <item>
- <label>No</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_rptagr70agemorthncnt" ref="/root/main/monthpaymastdata/monthpaymastlist/rptagr70agemorthncnt" class="input_default" disabled="false" format="#,###" style="left:1065px; top:471px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
- <select1 id="cmb_prfshipflag" ref="/root/main/monthpaymastdata/monthpaymastlist/prfshipflag" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:146px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_payclsprfshipflag" ref="/root/main/monthpaymastdata/monthpaymastlist/payclsprfshipflag" class="combo_default" disabled="false" appearance="minimal" style="left:947px; top:597px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_brngupchldrncnt" ref="/root/main/monthpaymastdata/monthpaymastlist/brngupchldrncnt" class="input_default" disabled="false" format="#,###" style="left:947px; top:496px; width:113px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_lastgvnoffcorddd" ref="/root/main/monthpaymastdata/monthpaymastlist/lastgvnoffcorddd" class="input_default" disabled="false" inputtype="date" style="left:947px; top:372px; width:238px; height:19px; "/>
- <input id="ipt_calcflagclsbasepay" ref="/root/main/monthpaymastdata/monthpaymastlist/calcflagclsbasepay" class="input_default" disabled="false" format="#,###" style="left:1065px; top:572px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
- <select id="chk_senirtyalwn" ref="/root/main/monthpaymastdata/monthpaymastlist/senirtyalwn" disabled="false" overflow="visible" appearance="full" style="left:1065px; top:547px; width:120px; height:19px; border-style:solid; ">
- <choices>
- <item>
- <label>선임여부</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <caption id="caption16" class="cell_1" style="left:826px; top:545px; width:120px; height:23px; ">면허/선임구분</caption>
- <input id="ipt_rptagrfrom65to69agecnt" ref="/root/main/monthpaymastdata/monthpaymastlist/rptagrfrom65to69agecnt" class="input_default" disabled="false" format="#,###" style="left:947px; top:471px; width:113px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption23" class="cell_1" style="left:826px; top:370px; width:120px; height:23px; ">최종발령일</caption>
- <caption id="caption25" class="cell_1" style="left:826px; top:570px; width:120px; height:23px; vertical-align:middle; ">계산구분/기본급</caption>
- <select1 id="rdo_gradupmm" ref="/root/main/monthpaymastdata/monthpaymastlist/gradupmm" class="radio_search" disabled="false" navindex="29" appearance="full" cols="2" itemheight="18" itemwidth="53" style="left:1065px; top:496px; width:120px; height:19px; text-align:center; border-style:solid; ">
- <choices>
- <item>
- <label>3월</label>
- <value>03</value>
- </item>
- <item>
- <label>9월</label>
- <value>09</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_handicaprcnt" ref="/root/main/monthpaymastdata/monthpaymastlist/handicaprcnt" class="input_default" disabled="false" format="#,###" style="left:1065px; top:447px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption31" class="cell_1" style="left:826px; top:395px; width:120px; height:23px; ">입사일/퇴사일</caption>
- <caption id="caption33" class="cell_1" style="left:826px; top:195px; width:120px; height:23px; ">위험코드</caption>
- <caption id="caption35" class="cell_1" style="left:826px; top:220px; width:120px; height:23px; ">직종</caption>
- <caption id="caption36" class="cell_1" style="left:826px; top:120px; width:120px; height:23px; vertical-align:middle; ">직원구분</caption>
- <caption id="caption37" class="cell_1" style="left:826px; top:595px; width:120px; height:23px; vertical-align:middle; ">호봉구분</caption>
- <caption id="caption38" class="cell_1" style="left:826px; top:245px; width:120px; height:23px; ">직위</caption>
- <caption id="caption39" class="cell_1" style="left:826px; top:95px; width:120px; height:23px; vertical-align:middle; ">근무상태</caption>
- <select1 id="cmb_payinst" ref="/root/main/monthpaymastdata/monthpaymastlist/payinst" class="combo_essential" disabled="false" appearance="minimal" style="left:947px; top:72px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_calcflag" ref="/root/main/monthpaymastdata/monthpaymastlist/calcflag" class="combo_default" disabled="false" appearance="minimal" style="left:947px; top:572px; width:113px; height:19px; ">
- <choices>
- <item>
- <label>월정액</label>
- <value>1</value>
- </item>
- <item>
- <label>시급</label>
- <value>2</value>
- </item>
- <item>
- <label>일급</label>
- <value>3</value>
- </item>
- <item>
- <label>정상</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- <caption id="caption40" class="cell_1" style="left:826px; top:420px; width:120px; height:23px; vertical-align:middle; ">배우자/부녀자여부</caption>
- <output id="opt_dutplcedeptnm" ref="/root/main/monthpaymastdata/monthpaymastlist/dutplcedeptnm" class="output_fix" style="left:1027px; top:322px; width:158px; height:19px; "/>
- <caption id="caption41" class="cell_1" style="left:826px; top:270px; width:120px; height:23px; ">직책</caption>
- <select1 id="cmb_grupjoblncd" ref="/root/main/monthpaymastdata/monthpaymastlist/grupjoblncd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:171px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption42" class="cell_1" style="left:826px; top:295px; width:120px; height:23px; ">직급/호봉</caption>
- <select1 id="cmb_joblncd" ref="/root/main/monthpaymastdata/monthpaymastlist/joblncd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:198px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption43" class="cell_1" style="left:826px; top:445px; width:120px; height:23px; vertical-align:middle; ">부양자/장애자수</caption>
- <input id="ipt_entcodd" ref="/root/main/monthpaymastdata/monthpaymastlist/entcodd" class="input_default" disabled="false" inputtype="date" style="left:947px; top:396px; width:113px; height:19px; "/>
- <select1 id="cmb_lastgvnoffcordcd" ref="/root/main/monthpaymastdata/monthpaymastlist/lastgvnoffcordcd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:346px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_jobkindcd" ref="/root/main/monthpaymastdata/monthpaymastlist/jobkindcd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:223px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption44" class="cell_1" style="left:826px; top:145px; width:120px; height:23px; ">급여분류</caption>
- <select1 id="cmb_licnalwnflag" ref="/root/main/monthpaymastdata/monthpaymastlist/licnalwnflag" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:547px; width:113px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="rdo_maryyn" ref="/root/main/monthpaymastdata/monthpaymastlist/maryyn" class="radio_search" disabled="false" navindex="13" overflow="visible" appearance="full" cols="2" itemheight="18" itemwidth="50" style="left:1065px; top:521px; width:120px; height:19px; text-align:center; border-style:solid; ">
- <choices>
- <item>
- <label>기혼</label>
- <value>Y</value>
- </item>
- <item>
- <label>미혼</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <caption id="caption46" class="cell_1" style="left:826px; top:470px; width:120px; height:23px; vertical-align:middle; ">경로(65~69)/(70~)</caption>
- <input id="ipt_retiredd" ref="/root/main/monthpaymastdata/monthpaymastlist/retiredd" class="input_default" disabled="false" inputtype="date" style="left:1065px; top:396px; width:120px; height:19px; "/>
- <select1 id="cmb_jobposcd" ref="/root/main/monthpaymastdata/monthpaymastlist/jobposcd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:247px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption47" class="cell_1" style="left:826px; top:320px; width:120px; height:23px; ">근무지</caption>
- <select1 id="cmb_jobrespcd" ref="/root/main/monthpaymastdata/monthpaymastlist/jobrespcd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:273px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_holyordflag" ref="/root/main/monthpaymastdata/monthpaymastlist/holyordflag" class="combo_essential" disabled="false" navindex="19" appearance="minimal" style="left:947px; top:122px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption48" class="cell_1" style="left:826px; top:495px; width:120px; height:23px; vertical-align:middle; ">자녀양육수/승급월</caption>
- <input id="ipt_supppsnno" ref="/root/main/monthpaymastdata/monthpaymastlist/supppsnno" class="input_default" disabled="false" format="#,###" style="left:947px; top:447px; width:113px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption49" class="cell_1" style="left:826px; top:345px; width:120px; height:23px; ">최종발령구분</caption>
- <select1 id="cmb_jobgradcd" ref="/root/main/monthpaymastdata/monthpaymastlist/jobgradcd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:298px; width:113px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption50" class="cell_1" style="left:826px; top:170px; width:120px; height:23px; ">직군</caption>
- <select id="chk_ptneryn" ref="/root/main/monthpaymastdata/monthpaymastlist/ptneryn" disabled="false" overflow="visible" appearance="full" style="left:947px; top:422px; width:113px; height:19px; border-style:solid; ">
- <choices>
- <item>
- <label>배우자여부</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select1 id="cmb_payclscd" ref="/root/main/monthpaymastdata/monthpaymastlist/payclscd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:1065px; top:298px; width:120px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_preststatcd" ref="/root/main/monthpaymastdata/monthpaymastlist/preststatcd" class="combo_essential" disabled="false" navindex="7" appearance="minimal" style="left:947px; top:96px; width:238px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption51" class="cell_1" style="left:826px; top:70px; width:120px; height:23px; ">급여기관</caption>
- <button id="btn_monthcompare" class="btn2_letter4" style="left:1122px; top:45px; width:64px; height:19px; ">
- <caption>전월비교</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- model.setValue(ipt_curemplno.attribute("ref") , grd_monthpaymastlist.valueMatrix(grd_monthpaymastlist.row , grd_monthpaymastlist.colRef("emplno")));
- model.setValue(ipt_curemplnm.attribute("ref") , grd_monthpaymastlist.valueMatrix(grd_monthpaymastlist.row , grd_monthpaymastlist.colRef("emplnm")));
- model.refresh();
- misfOpenPopUpList("30",ipt_curemplno,"","ipt_curemplno,ipt_curemplnm,cmb_SalDfrayFlag","ipt_curemplno,ipt_curemplnm,cmb_SalDfrayFlag","");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_curemplno" ref="/root/temp/curemp/emplno" class="input_default" visibility="hidden" style="left:540px; top:46px; width:141px; height:19px; "/>
- <input id="ipt_curemplnm" ref="/root/temp/curemp/emplnm" class="input_default" visibility="hidden" style="left:685px; top:45px; width:141px; height:19px; "/>
- <caption id="caption52" class="cell_1" style="left:445px; top:620px; width:120px; height:23px; vertical-align:middle; ">자녀수</caption>
- <input id="ipt_prechldrn20lessthncnt" ref="/root/main/monthpaymastdata/monthpaymastlist/prechldrn20lessthncnt" class="input_default" disabled="true" format="#,###" style="left:567px; top:622px; width:238px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption53" class="cell_1" style="left:826px; top:620px; width:120px; height:23px; vertical-align:middle; ">자녀수</caption>
- <input id="ipt_chldrn20lessthncnt" ref="/root/main/monthpaymastdata/monthpaymastlist/chldrn20lessthncnt" class="input_default" disabled="false" format="#,###" style="left:947px; top:622px; width:238px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption54" class="cell_1" style="left:445px; top:645px; width:120px; height:23px; vertical-align:middle; ">금액일할</caption>
- <select1 id="cmb_preamtratedaynoflag" ref="/root/main/monthpaymastdata/monthpaymastlist/preamtratedaynoflag" class="combo_default" disabled="true" appearance="minimal" style="left:567px; top:647px; width:113px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption55" class="cell_1" style="left:826px; top:645px; width:120px; height:23px; vertical-align:middle; ">금액일할인</caption>
- <select1 id="cmb_amtratedaynoflag" ref="/root/main/monthpaymastdata/monthpaymastlist/amtratedaynoflag" class="combo_default" disabled="false" appearance="minimal" style="left:947px; top:647px; width:113px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_preamtratedayno" ref="/root/main/monthpaymastdata/monthpaymastlist/preamtratedayno" class="input_default" disabled="true" format="#,###" style="left:685px; top:647px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_amtratedayno" ref="/root/main/monthpaymastdata/monthpaymastlist/amtratedayno" class="input_default" disabled="false" format="#,###" style="left:1065px; top:647px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption56" class="cell_1" style="left:445px; top:670px; width:120px; height:23px; vertical-align:middle; ">상여지급</caption>
- <caption id="caption57" class="cell_1" style="left:826px; top:670px; width:120px; height:23px; vertical-align:middle; ">상여지급</caption>
- <select1 id="cmb_prebnuspayflag" ref="/root/main/monthpaymastdata/monthpaymastlist/prebnuspayflag" class="combo_default" disabled="true" appearance="minimal" style="left:567px; top:672px; width:113px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_bnuspayflag" ref="/root/main/monthpaymastdata/monthpaymastlist/bnuspayflag" class="combo_default" disabled="false" appearance="minimal" style="left:947px; top:672px; width:113px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_prebnuspayrate" ref="/root/main/monthpaymastdata/monthpaymastlist/prebnuspayrate" class="input_default" disabled="true" format="#,###" style="left:685px; top:672px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_bnuspayrate" ref="/root/main/monthpaymastdata/monthpaymastlist/bnuspayrate" class="input_default" disabled="false" format="#,###" style="left:1065px; top:672px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
- <button id="btn_dutdeptcd" class="icon_search" style="left:1011px; top:324px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "dutplcedeptcd,dutplcedeptnm";
- rpbfOpenDeptCdHelp(ipt_dutplcedeptcd,recv_list);
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_dutplcedeptcd" ref="/root/main/monthpaymastdata/monthpaymastlist/dutplcedeptcd" class="input_default" style="left:947px; top:322px; width:63px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "dutplcedeptcd,dutplcedeptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_divamtdaynorate" ref="/root/main/monthpaymastdata/monthpaymastlist/divamtdaynorate" class="input_default" disabled="false" format="#,###" style="left:1079px; top:696px; width:56px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption58" class="cell_1" style="left:444px; top:695px; width:120px; height:23px; vertical-align:middle; ">분할계산</caption>
- <caption id="caption59" class="cell_1" style="left:825px; top:695px; width:120px; height:23px; vertical-align:middle; ">분할계산</caption>
- <input id="ipt_predivamtdaynorate" ref="/root/main/monthpaymastdata/monthpaymastlist/predivamtdaynorate" class="input_default" disabled="true" format="#,###" style="left:699px; top:696px; width:56px; height:19px; text-align:right; vertical-align:middle; "/>
- <select1 id="cmb_divcalcflag" ref="/root/main/monthpaymastdata/monthpaymastlist/divcalcflag" class="combo_default" disabled="false" appearance="minimal" style="left:946px; top:697px; width:113px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_predivcalcflag" ref="/root/main/monthpaymastdata/monthpaymastlist/predivcalcflag" class="combo_default" disabled="true" appearance="minimal" style="left:567px; top:697px; width:113px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption60" style="left:685px; top:697px; width:20px; height:20px; ">율</caption>
- <caption id="caption61" style="left:755px; top:697px; width:20px; height:20px; ">일</caption>
- <input id="ipt_predivdayno" ref="/root/main/monthpaymastdata/monthpaymastlist/predivdayno" class="input_default" disabled="true" format="#,###" style="left:770px; top:696px; width:35px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption62" style="left:1065px; top:697px; width:20px; height:20px; ">율</caption>
- <caption id="caption63" style="left:1135px; top:697px; width:20px; height:20px; ">일</caption>
- <input id="ipt_divdayno" ref="/root/main/monthpaymastdata/monthpaymastlist/divdayno" class="input_default" format="#,###" style="left:1150px; top:696px; width:35px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_lastpregvnoffcorddd" ref="/root/main/monthpaymastdata/monthpaymastlist/lastpregvnoffcorddd" class="input_default" disabled="false" format="yyyy-mm-dd" style="left:1065px; top:722px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption64" class="cell_1" style="left:444px; top:720px; width:120px; height:23px; vertical-align:middle; ">최종이전발령</caption>
- <caption id="caption65" class="cell_1" style="left:825px; top:720px; width:120px; height:23px; vertical-align:middle; ">최종이전발령</caption>
- <input id="ipt_prelastpregvnoffcorddd" ref="/root/main/monthpaymastdata/monthpaymastlist/prelastpregvnoffcorddd" class="input_default" disabled="true" format="yyyy-mm-dd" style="left:685px; top:722px; width:120px; height:19px; text-align:right; vertical-align:middle; "/>
- <select1 id="cmb_lastpregvnoffcordcd" ref="/root/main/monthpaymastdata/monthpaymastlist/lastpregvnoffcordcd" class="combo_default" disabled="false" appearance="minimal" style="left:947px; top:722px; width:113px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_prelastpregvnoffcordcd" ref="/root/main/monthpaymastdata/monthpaymastlist/prelastpregvnoffcordcd" class="combo_default" disabled="true" appearance="minimal" style="left:567px; top:722px; width:113px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12; width:1195px; height:27px; ">
- <line id="line2" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
- <button id="btn_save" class="btn4_letter2" style="left:1070px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfGridRowStatusChange(grd_monthpaymastlist,"/root/main/monthpaymast" , "/root/main/monthpaymastdata");
- model.refresh();
- misfSave("TXRWP00301");
- ]]>
- </script>
- </button>
- <button id="btn_clear" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|