123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512 |
- <?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>
- <cutlawdutovttmadjt/>
- <userschemngtdeptlist>
- <emplno/>
- <emplnm/>
- <dutplcedeptcd/>
- <dutplcedeptn/>
- </userschemngtdeptlist>
- <doucheckcnt>
- <emplno/>
- <dutym/>
- </doucheckcnt>
- </main>
- <send>
- <retrparams>
- <instcd/>
- <dutymfr/>
- <dutymto/>
- <dutunitcd/>
- <dutunitnm/>
- <emplno/>
- <emplnm/>
- <retrkind>psn</retrkind>
- <popworkgbn/>
- <payyn/>
- </retrparams>
- <empllist>
- <emplno/>
- </empllist>
- <savelist>
- <cutlawdutovttmadjt/>
- <workgbn/>
- </savelist>
- </send>
- <init/>
- <temp>
- </temp>
- </root>
- </instance>
- <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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/dligclaznsmngtweb/js/RPD001.js"/>
- <script type="javascript" src="../../../mis/pubwelfmngtweb/js/RPS001.js"/>
- <submission id="TRRPD05401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparams" resultref="/root/main/cutlawdutovttmadjt"/>
- <submission id="TXRPD05401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cutlawdutovttmadjt" resultref="/root/temp"/>
- <submission id="TXRPD05402" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparams" resultref="/root/temp"/>
- </model>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- model.refresh();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize()
- {
- misfGridInit(grd_cutlawdutovttmadjt);
- misfGridInit(grd_userschemngtdeptlist);
- misfGridInit(grd_doucheckcnt);
-
- model.removeNodeset("/root/main/cutlawdutovttmadjt");
- model.removeNodeset("/root/main/userschemngtdeptlist");
-
- misfMsterDetailSet(grd_cutlawdutovttmadjt, null, "TRRPD05401","Y");
-
- model.setValue("/root/send/retrparams/dutymfr", getCurrentDate().substr(0, 6));
- model.setValue("/root/send/retrparams/dutymto", getCurrentDate().substr(0, 6));
- misfComboInstCdListMulti("cmb_instcd",ipt_appfromdd.value+getCurrentDate().substr(6, 2),"","N");
- // misfComboComCdListMulti("Z0007","cmb_instcd");
- misfGetAndSetUserInfo();
- misfGetUserAuth();
-
- // rpdfSetControlAuth();
- rpdfComboCdList(cmb_dutplce); // 권한별 근무부서 세팅
- rpdfSetDutUnitCombo();
-
- model.setValue("/root/send/retrparams/instcd", getUserInfo("dutplceinstcd"));
-
- btn_creatdone.disabled = true;
- btn_donecancel.disabled = true;
- btn_save.disabled = true;
-
- //화면 권한 설정
- btn_save.disabled = !(checkAuth("X"));
- btn_search.dispatch("DOMActivate");
-
- model.refresh();
- }
-
- function fgrdButtonControl()
- {
- if(grd_cutlawdutovttmadjt.rows > 2)
- {
- var sPayendYn = model.getValue(grd_cutlawdutovttmadjt.attribute("nodeset")+"[" + 1 + "]/paydeducretendyn");
- var sPayAppYn = model.getValue(grd_cutlawdutovttmadjt.attribute("nodeset")+"[" + 1 + "]/payappyn");
-
- if(sPayAppYn == "Y")
- {
- btn_donecancel.disabled = true;
- btn_creatdone.disabled = true;
- btn_save.disabled = true;
- }
- else if(sPayendYn == "Y")
- {
- btn_donecancel.disabled = false;
- btn_creatdone.disabled = true;
- btn_save.disabled = true;
- }
- else
- {
- btn_donecancel.disabled = true;
- btn_creatdone.disabled = false;
-
- if(model.getValue("/root/send/retrparams/dutymfr") == model.getValue("/root/send/retrparams/dutymto"))
- {
- btn_creatdone.disabled = false;
- btn_save.disabled = false;
- }
- else
- {
- btn_creatdone.disabled = true;
- btn_save.disabled = true;
- }
- }
- }
- else
- {
- btn_donecancel.disabled = true;
- btn_creatdone.disabled = true;
- btn_save.disabled = false;
- }
-
- }
-
- function fsaveCheckNull()
- {
- for(i=2; i< grd_cutlawdutovttmadjt.rows; i++)
- {
- var check_emplno = model.getValue(grd_cutlawdutovttmadjt.attribute("nodeset") + "[" + (i - 1) + "]/emplno");
- var check_ovt150 = model.getValue(grd_cutlawdutovttmadjt.attribute("nodeset") + "[" + (i - 1) + "]/ovtmworkextnbiztm150_v");
- var check_ovt100 = model.getValue(grd_cutlawdutovttmadjt.attribute("nodeset") + "[" + (i - 1) + "]/ovtmworkextnbiztm100_v");
- var check_ovt50 = model.getValue(grd_cutlawdutovttmadjt.attribute("nodeset") + "[" + (i - 1) + "]/ovtmworkextnbiztm50_v");
-
- if(check_emplno =="")
- {
- messageBox("사원번호는","I003");
- return false;
- }
- }
- return true;
- }
-
- function fsaveCheckValue()
- {
- for(i=2; i< grd_cutlawdutovttmadjt.rows; i++)
- {
- var check_emplno = model.getValue(grd_cutlawdutovttmadjt.attribute("nodeset") + "[" + (i - 1) + "]/emplno");
- var paydeducretendyn = model.getValue(grd_cutlawdutovttmadjt.attribute("nodeset") +" [" + (i - 1) + "]/paydeducretendyn");
- var status = grd_cutlawdutovttmadjt.rowStatus(i);
-
- if(status=="2"||status=="4")
- {
- if(paydeducretendyn =='Y')
- {
- messageBox("급여생성이 완료된 건은 수정","E001");
- return false;
- }
- }
- }
- return true;
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">퇴직자법정근로시간외수정</caption>
- </group>
- <group id="listGroup" scroll="auto" style="left:0px; top:38; width:1195px; height:744px; ">
- <group id="group2" style="left:0px; top:10px; width:1195px; height:55px; vertical-align:top; ">
- <select1 id="cmb_dutplce" ref="/root/send/dutunitcd" class="combo_s_essential" visibility="hidden" appearance="minimal" style="left:100px; top:30px; width:79px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1195px; height:55px; "/>
- <caption id="caption2" class="search_name" style="left:370px; top:7px; width:86px; height:17px; ">정산년월 :</caption>
- <button id="btn_search" class="btn1_letter2" style="left:1129px; top:16px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(model.getValue("/root/send/retrparams/dutymfr") == "" || model.getValue("/root/send/retrparams/dutymto") == "" )
- {
- messageBox("정산년월은","I003");
- return;
- }
- submit("TRRPD05401");
-
- fgrdButtonControl();
-
- grd_cutlawdutovttmadjt.colDisabled (1) = true;
- grd_cutlawdutovttmadjt.colDisabled (3) = true;
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="top:7; x1:1115px; y1:7px; x2:1115px; y2:49px; border-left-style:solid; "/>
- <caption id="caption3" class="search_name" style="left:14px; top:32px; width:106px; height:17px; ">부 서 :</caption>
- <button id="btn_dutdept" class="icon_search" style="left:181px; top:32px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfOpenPopUpList("02", ipt_dutdeptcd,"","dutunitcd,dutunitnm", cmb_instcd.value, "instcd");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_dutdeptnm" ref="/root/send/retrparams/dutunitnm" class="input_search" navindex="3" style="left:201px; top:30px; width:124px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "dutunitcd,dutunitnm", cmb_instcd.value, "instcd" );
- model.refresh();
- ]]>
- </script>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- ipt_dutdeptnm.value = ipt_dutdeptnm.currentText;
-
- misfValidationCheck("02", "", "dutunitcd,dutunitnm", cmb_instcd.value, "instcd" );
- model.refresh();
- }
- ]]>
- </script>
- </input>
- <input id="ipt_dutdeptcd" ref="/root/send/retrparams/dutunitcd" class="input_search" navindex="2" maxlength="10" style="left:102px; top:30px; width:76px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "dutunitcd,dutunitnm", cmb_instcd.value, "instcd" );
- model.refresh();
- ]]>
- </script>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- ipt_dutdeptcd.value = ipt_dutdeptcd.currentText;
-
- misfValidationCheck("02", "", "dutunitcd,dutunitnm", cmb_instcd.value, "instcd" );
- model.refresh();
- }
- ]]>
- </script>
- </input>
- <input id="ipt_appfromdd" ref="/root/send/retrparams/dutymfr" class="input_s_essential" inputtype="date" format="yyyy-mm" style="left:460px; top:6px; width:95px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var instcd = cmb_instcd.value;
- if( getStringLength(ipt_appfromdd.value) == "6" ) {
- model.removeNodeset(cmb_instcd.attribute("ref"));
- model.makeNode("/root/send/retrparams/instcd");
- misfComboInstCdListMulti("cmb_instcd",ipt_appfromdd.value+"31","","N");
- cmb_instcd.value = instcd;
- model.refresh();
- }
- ]]>
- </script>
- </input>
- <button id="button3" class="icon_search" style="left:535px; top:32px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfOpenPopUpList("22", ipt_emplno, "", "emplno,emplnm");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_emplnm" ref="/root/send/retrparams/emplnm" class="input_search" disabled="true" navindex="3" style="left:556px; top:30px; width:120px; height:19px; "/>
- <caption id="caption5" class="search_name" style="left:370px; top:31px; width:86px; height:17px; ">사원번호 :</caption>
- <input id="ipt_emplno" ref="/root/send/retrparams/emplno" class="input_search" navindex="2" maxlength="8" style="left:460px; top:30px; width:70px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_emplno.value!="")
- {
- misfValidationCheck("01-1", "", "emplno,emplnm" );
- model.refresh();
- }
- ]]>
- </script>
- </input>
- <input id="ipt_emplno_s" ref="/root/send/empllist/emplno" class="input_search" navindex="2" visibility="hidden" style="left:1050px; top:30px; width:20px; height:19px; "/>
- <input id="ipt_workgbn" ref="/root/send/savelist/workgbn" class="input_search" navindex="2" visibility="hidden" style="left:1070px; top:30px; width:20px; height:19px; "/>
- <input id="ipt_popworkgbn" ref="/root/send/retrparams/popworkgbn" class="input_search" navindex="2" visibility="hidden" style="left:1090px; top:30px; width:20px; height:19px; "/>
- <select1 id="cmb_instcd" ref="/root/send/retrparams/instcd" class="combo_search" navindex="1" appearance="minimal" style="left:102px; top:6px; width:223px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption8" class="search_name" style="left:14px; top:7px; width:86px; height:17px; ">근무기관 :</caption>
- <input id="ipt_apptodd" ref="/root/send/retrparams/dutymto" class="input_s_essential" inputtype="date" format="yyyy-mm" style="left:575px; top:6px; width:95px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- ]]>
- </script>
- </input>
- <caption id="cation1" style="left:558px; top:10px; width:15px; height:17px; ">~</caption>
- </group>
- <line id="line7" class="line_1" style="left:0; x1:0px; y1:90px; x2:1195px; y2:90px; "/>
- <caption id="caption25" class="tit_2" style="left:5px; top:75px; width:151px; height:13px; ">시간외 근로시간</caption>
- <button id="btn_excelsave" class="btn2_letter4" style="left:1131px; top:69px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var sMsg = "";
- if(model.getValue("/root/send/retrparams/dutymfr") == model.getValue("/root/send/retrparams/dutymto"))
- {
- sMsg = model.getValue("/root/send/retrparams/dutymfr").substr(0, 4) + "년 " + model.getValue("/root/send/retrparams/dutymfr").substr(4, 2) + "월 ";
- }
- else
- {
- sMsg = model.getValue("/root/send/retrparams/dutymfr").substr(0, 4) + "년 " + model.getValue("/root/send/retrparams/dutymfr").substr(4, 2) + "월 ~ " +
- model.getValue("/root/send/retrparams/dutymto").substr(0, 4) + "년 " + model.getValue("/root/send/retrparams/dutymto").substr(4, 2) + "월 ";
- }
- misfSaveExcel(grd_cutlawdutovttmadjt, sMsg + "퇴직자법정근로시간외수정");
- ]]>
- </script>
- </button>
- <datagrid id="grd_cutlawdutovttmadjt" nodeset="/root/main/cutlawdutovttmadjt" caption="사원번호^성 명^근무지부서^수술실당직일수^수술실당직일수^수술실당직일수^수술실당직일수^수술실당직일수^특근연장근로시간^특근연장근로시간^특근연장근로시간^연장(전월착오분)^연장(전월착오분)^연장(전월착오분)^명절 근무^개원기념^연장
근무시간^야간
근무^인계
150^조출
150^간호부당직^행정당직일수^행정당직일수^시간제근무^시간제근무^시간제근무^급여
생성
여부^급여
반영
여부^비고|사원번호^성 명^근무지부서^근무^심야^연장^당직횟수^대기^150^100^50+^150^100^50+^ 50+^100^연장
근무시간^야간
근무^인계
150^조출
150^간호부당직^주간^야간^시간^평균시간^잔여휴가^급여
생성
여부^급여
반영
여부^비고" colsep="^" colwidth="96, 68, 100, 0, 60, 60, 60, 0, 60, 0, 60, 60, 0, 60, 60, 60, 60, 50, 50, 50, 48, 50, 49, 50, 55, 0, 40, 40, 121, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0" frozencols="3" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="100" rowsep="|" tooltip="true" style="left:0px; top:95px; width:1195px; height:649px; text-align:center; ">
- <col disabled="true" ref="emplno" style="text-align:center; "/>
- <col ref="emplnm"/>
- <col ref="dutplcedeptnm"/>
- <col ref="oproomngdttm_v" type="input" format="(-)99:99" maxlength="1" style="text-align:right; padding-right:2; "/>
- <col ref="oproomfringdttm_v" style="text-align:right; padding-right:2; "/>
- <col ref="oproomsatngdttm_v" style="text-align:right; padding-right:2; "/>
- <col ref="oproomholingdttm_v" format="#,###" style="text-align:right; padding-right:2; "/>
- <col ref="oproomwaitngdttm_v" type="input" visibility="hidden" format="#,###" maxlength="1" style="text-align:center; "/>
- <col ref="ovtmworkextnbiztm150_v" format="(-)#,###.#" style="text-align:right; padding-right:2; "/>
- <col ref="ovtmworkextnbiztm100_v" type="input" format="(-)99:99" style="text-align:center; "/>
- <col ref="ovtmworkextnbiztm50_v" format="(-)#,###.#" style="text-align:right; padding-right:2; "/>
- <col ref="extnnigtbfmmstktm150" type="input" style="text-align:right; padding-right:2; "/>
- <col ref="extnnigtbfmmstktm100_v" type="input" format="(-)99:99" style="text-align:center; "/>
- <col ref="extnnigtbfmmstktm50" type="input" style="text-align:right; padding-right:2; "/>
- <col ref="opnofhospmemotm150_v" format="#,###" style="text-align:right; padding-right:2; "/>
- <col ref="opnofhospmemotm100_v" format="#,###" style="text-align:right; padding-right:2; "/>
- <col ref="holiduttm_v" style="text-align:right; padding-right:2; "/>
- <col ref="nigtlabrtm_v" style="text-align:right; padding-right:2; "/>
- <col ref="tranalwntm_v" style="text-align:right; padding-right:2; "/>
- <col ref="earlyattdnctm150_v" style="text-align:right; padding-right:2; "/>
- <col ref="adminngdtdayno" format="#,###" style="text-align:center; "/>
- <col ref="overweektm_v" format="#,###" style="text-align:center; "/>
- <col ref="adminngdtnigtno" format="#,###" style="text-align:center; "/>
- <col ref="tmbizcondworktm" format="#,###" style="text-align:center; "/>
- <col ref="tmbizcondworkmnt" format="#,###" style="text-align:center; "/>
- <col ref="oproomngdttm" visibility="hidden" format="#,###" style="text-align:center; "/>
- <col ref="paydeducretendyn" style="text-align:center; "/>
- <col ref="payappyn" style="text-align:center; "/>
- <col ref="cmt"/>
- <col ref="dutplceinstcd" visibility="hidden"/>
- <col ref="oproomngdttm" visibility="hidden"/>
- <col ref="oproomfringdttm" visibility="hidden"/>
- <col ref="oproomsatngdttm" visibility="hidden"/>
- <col ref="oproomholingdttm" visibility="hidden"/>
- <col ref="oproomwaitngdttm" visibility="hidden"/>
- <col ref="overweektm" visibility="hidden"/>
- <col ref="overweekmnt" visibility="hidden"/>
- <col ref="ovtmworkextnbiztm150" visibility="hidden"/>
- <col ref="ovtmworkextnbizmnt150" visibility="hidden"/>
- <col ref="ovtmworkextnbiztm100" visibility="hidden"/>
- <col ref="ovtmworkextnbizmnt100" visibility="hidden"/>
- <col ref="ovtmworkextnbiztm50" visibility="hidden"/>
- <col ref="ovtmworkextnbizmnt50" visibility="hidden"/>
- <col ref="extnnigtbfmmstktm150_v" visibility="hidden"/>
- <col ref="extnnigtbfmmstkmnt150" visibility="hidden"/>
- <col ref="extnnigtbfmmstktm100" visibility="hidden"/>
- <col ref="extnnigtbfmmstkmnt100" visibility="hidden"/>
- <col ref="extnnigtbfmmstktm50_v" visibility="hidden"/>
- <col ref="extnnigtbfmmstkmnt50" visibility="hidden"/>
- <col ref="opnofhospmemotm150" visibility="hidden"/>
- <col ref="opnofhospmemomnt150" visibility="hidden"/>
- <col ref="opnofhospmemotm100" visibility="hidden"/>
- <col ref="opnofhospmemomnt100" visibility="hidden"/>
- <col ref="holiduttm" visibility="hidden"/>
- <col ref="holidutmnt" visibility="hidden"/>
- <col ref="tranalwntm" visibility="hidden"/>
- <col ref="tranalwnmnt" visibility="hidden"/>
- <col ref="earlyattdnctm150" visibility="hidden"/>
- <col ref="earlyattdncmnt150" visibility="hidden"/>
- <col ref="nigtlabrtm" visibility="hidden"/>
- <col ref="nigtlabrmnt" visibility="hidden"/>
- <col ref="dutym" visibility="hidden"/>
- <col ref="instnm" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- <col ref="dutplceinstnm" visibility="hidden"/>
- <col ref="deptcd" visibility="hidden"/>
- <col ref="deptnm" visibility="hidden"/>
- <col ref="dutdeptcd" visibility="hidden"/>
- <col ref="dutdeptnm" visibility="hidden"/>
- <col ref="dutplcedeptcd" visibility="hidden"/>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- ]]>
- </script>
- </datagrid>
- <datagrid id="grd_userschemngtdeptlist" nodeset="/root/main/userschemngtdeptlist" visibility="hidden" caption="사번^성명^근무부서^근무부서명" colsep="^" colwidth="100, 100, 100, 106" mergecellsfixedrows="bycolrec" rowsep="|" style="left:986px; top:625px; width:100px; height:100px; ">
- <col ref="emplno"/>
- <col ref="emplnm"/>
- <col ref="dutplcedeptcd"/>
- <col ref="dutplcedeptn"/>
- </datagrid>
- <datagrid id="grd_doucheckcnt" nodeset="/root/main/doucheckcnt" visibility="hidden" caption="사번^근무월" colsep="^" colwidth="100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:1085px; top:625px; width:100px; height:100px; ">
- <col ref="emplno"/>
- <col ref="dutym"/>
- </datagrid>
- <button id="btn_grddel" class="btn2_letter3" style="left:1076px; top:69px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfGridIUD(grd_cutlawdutovttmadjt,"D");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_grdadd" class="btn2_letter3" style="left:1022px; top:69px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var dutym=ipt_appfromdd.value.substring(0,6);
- if(dutym=="")
- {
- messageBox("정산년월은","I003");
- return;
- }
-
- misfGridIUD(grd_cutlawdutovttmadjt, "A");
- var cur_row = grd_cutlawdutovttmadjt.row;
- grd_cutlawdutovttmadjt.valueMatrix(cur_row, grd_cutlawdutovttmadjt.colRef("paydeducretendyn")) = "N";
- grd_cutlawdutovttmadjt.valueMatrix(cur_row, grd_cutlawdutovttmadjt.colRef("payappyn")) = "N";
- grd_cutlawdutovttmadjt.valueMatrix(cur_row, grd_cutlawdutovttmadjt.colRef("dutym")) = dutym;
- grd_cutlawdutovttmadjt.colDisabled (1) = false;
- grd_cutlawdutovttmadjt.colDisabled (3) = false;
- ]]>
- </script>
- </button>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:12px; width:1195px; height:27; ">
- <line id="line75" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
- <button id="btn_creatdone" class="btn4_letter6" style="left:925px; top:3px; width:104px; height:22px; ">
- <caption>급여생성완료</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/retrparams/payyn", "Y");
-
- misfSave("TXRPD05402");
-
- btn_search.dispatch("DOMActivate");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_donecancel" class="btn4_letter6" style="left:1032px; top:3px; width:104px; height:22px; ">
- <caption>급여생성취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/retrparams/payyn", "N");
- misfSave("TXRPD05402");
- btn_search.dispatch("DOMActivate");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn4_letter2" style="left:1139px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var updtdata = getGridUpdateData(grd_cutlawdutovttmadjt);
- if (updtdata == "" )
- {
- messageBox("변경된 데이터가","I004");
- return;
- }
- if(!fsaveCheckValue()) return;
- if(!fsaveCheckNull()) return;
- misfSave("TXRPD05401");
- grd_cutlawdutovttmadjt.colDisabled (1) = true;
- grd_cutlawdutovttmadjt.colDisabled (3) = true;
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|