123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940 |
- <?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>
- <eatddemplno>
- <eatddemplnolist/>
- </eatddemplno>
- <dietemplno>
- <dietemplnolist/>
- </dietemplno>
- <dietdept>
- <dietdeptlist/>
- </dietdept>
- <retiremoveinst>
- <retiremoveinstlist/>
- </retiremoveinst>
- <nopaydietemplno>
- <nopaydietemplnolist/>
- </nopaydietemplno>
- </main>
- <send>
- <eatddemplno>
- <instcd/>
- <eatfromdd/>
- <eattodd/>
- <deduym/>
- <emplno/>
- <emplnm/>
- </eatddemplno>
- <dietemplno>
- <instcd/>
- <eatfromdd/>
- <eattodd/>
- <deduym/>
- <emplno/>
- <emplnm/>
- <deptcd/>
- <deptnm/>
- <payinst/>
- <instflag>A</instflag>
- </dietemplno>
- <dietdept>
- <instcd/>
- <eatfromdd/>
- <eattodd/>
- <deptcd/>
- <deptnm/>
- <payinst/>
- <instflag>A</instflag>
- </dietdept>
- <retiremoveinst>
- <instcd/>
- <eatfromdd/>
- <eattodd/>
- <payym/>
- <payinst/>
- </retiremoveinst>
- <nopaydietemplno>
- <instcd/>
- <eatfromdd/>
- <eattodd/>
- <payinst/>
- <payym/>
- <instflag>A</instflag>
- </nopaydietemplno>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- misfGridInit(grd_eatddemplnolist);
- misfGridInit(grd_dietemplnolist);
- misfGridInit(grd_dietdeptlist);
- misfGridInit(grd_retiremoveinstlist);
- misfGridInit(grd_nopaydietemplnolist);
-
-
- misfMsterDetailSet(grd_eatddemplnolist, null, "TRRWD06201" ,"N");
-
- var curdate = getCurrentDate();
- model.setValue(ipt_fromdd.attribute("ref") , curdate.substr(0, 8));
- model.setValue(ipt_todd.attribute("ref") , curdate.substr(0, 8));
-
- model.setValue(ipt_fromdd2.attribute("ref") , curdate.substr(0, 8));
- model.setValue(ipt_todd2.attribute("ref") , curdate.substr(0, 8));
-
- model.setValue(ipt_fromdd3.attribute("ref") , curdate.substr(0, 8));
- model.setValue(ipt_todd3.attribute("ref") , curdate.substr(0, 8));
-
- model.setValue(ipt_fromdd4.attribute("ref") , curdate.substr(0, 8));
- model.setValue(ipt_todd4.attribute("ref") , curdate.substr(0, 8));
- model.setValue(ipt_payym.attribute("ref") , curdate.substr(0, 6));
-
- model.setValue(ipt_fromdd5.attribute("ref") , curdate.substr(0, 8));
- model.setValue(ipt_todd5.attribute("ref") , curdate.substr(0, 8));
- //model.setValue(ipt_payym.attribute("ref") , curdate.substr(0, 6));
-
- if (getUserInfo("dutplceinstcd") == "001" || getUserInfo("dutplceinstcd") == "103" || getUserInfo("dutplceinstcd") == "012" ) {
- model.setValue(cmb_instcd.attribute("ref") , "012");
- model.setValue(cmb_instcd2.attribute("ref") , "012");
- model.setValue(cmb_instcd3.attribute("ref") , "012");
- model.setValue(cmb_instcd4.attribute("ref") , "012");
- model.setValue(cmb_instcd5.attribute("ref") , "012");
- }
- else {
- model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd") );
- model.setValue(cmb_instcd2.attribute("ref") , getUserInfo("dutplceinstcd") );
- model.setValue(cmb_instcd3.attribute("ref") , getUserInfo("dutplceinstcd") );
- model.setValue(cmb_instcd4.attribute("ref") , getUserInfo("dutplceinstcd") );
- model.setValue(cmb_instcd5.attribute("ref") , getUserInfo("dutplceinstcd") );
- }
-
- model.setValue(cmb_payinst1.attribute("ref") , getUserInfo("dutplceinstcd") );
- model.setValue(cmb_payinst2.attribute("ref") , getUserInfo("dutplceinstcd") );
- model.setValue(cmb_payinst3.attribute("ref") , getUserInfo("dutplceinstcd") );
- model.setValue(cmb_payinst4.attribute("ref") , getUserInfo("dutplceinstcd") );
-
- misfComboInstCdListMulti("cmb_instcd,cmb_instcd2,cmb_instcd3,cmb_instcd4,cmb_instcd5,cmb_payinst1,cmb_payinst2,cmb_payinst3,cmb_payinst4",getCurrentDate(),"","N");
-
- misfGetUserAuth();
-
- if (DUTY_PAY_YN == "Y" ) {
- cmb_payinst1.disabled = false;
- cmb_payinst2.disabled = false;
- cmb_payinst3.disabled = false;
- cmb_payinst4.disabled = false;
- }
- else {
- cmb_payinst1.disabled = true;
- cmb_payinst2.disabled = true;
- cmb_payinst3.disabled = true;
- cmb_payinst4.disabled = true;
- }
-
- model.setFocus("ipt_fromdd");
- ]]>
- </script>
- <submission id="TRRWD06201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/eatddemplno" resultref="/root/main/eatddemplno"/>
- <submission id="TRRWD06202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/dietemplno" resultref="/root/main/dietemplno"/>
- <submission id="TRRWD06203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/dietdept" resultref="/root/main/dietdept"/>
- <submission id="TRRWD06204" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retiremoveinst" resultref="/root/main/retiremoveinst"/>
- <submission id="TRRWD06205" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/nopaydietemplno" resultref="/root/main/nopaydietemplno"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.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; ">
- <switch id="switch1" style="left:0px; top:25px; width:1190px; height:705px; ">
- <case id="case1" selected="true">
- <caption id="caption34" class="tit_2" style="left:5px; top:48px; width:126px; height:13px; ">일자별 식수 List</caption>
- <button id="btn_saveexcel" class="btn2_letter4" style="left:1120px; top:45px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != "")
- {
- grd_eatddemplnolist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- <line id="line9" class="line_1" style="x1:0px; y1:68px; x2:1185px; y2:68px; "/>
- <datagrid id="grd_eatddemplnolist" nodeset="/root/main/eatddemplno/eatddemplnolist" caption="일자^사원번호^성명^교직구분^기관^부서^이침건수^점심건수^저녁건수^총건수^총금액^급여반영여부|일자^사원번호^성명^교직구분^기관^부서^이침건수^점심건수^저녁건수^총건수^총금액^급여반영여부" colsep="^" colwidth="94, 86, 76, 105, 145, 149, 75, 78, 72, 76, 100, 85" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:75px; width:1185px; height:620px; ">
- <col ref="eatdd" format="yyyy-mm-dd" style="text-align:center; vertical-align:middle; "/>
- <col ref="emplno" style="text-align:center; vertical-align:middle; "/>
- <col ref="emplnm"/>
- <col ref="prfshipflagnm"/>
- <col ref="payinstnm"/>
- <col ref="dutunitnm"/>
- <col ref="breakmeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="lunchmeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="dinnermeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="totmeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="totmealamt" format="(-)#,###" style="text-align:right; vertical-align:middle; "/>
- <col ref="payappyn" style="text-align:center; vertical-align:middle; "/>
- </datagrid>
- <group id="grp_sea" style="left:0px; top:5px; width:1185px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1185px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" navindex="4" style="left:1124px; top:7px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (ipt_emplnos.value == null || ipt_emplnos.value == "") {
- messageBox("사번을 입력하세요!!!.","");
- return;
- }
-
- submit("TRRWD06201");
-
- grd_eatddemplnolist.subtotalposition = "below";
- grd_eatddemplnolist.subtotal("sum" ,-1 , grd_eatddemplnolist.colRef("breakmeal"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_eatddemplnolist.subtotal("sum" ,-1 , grd_eatddemplnolist.colRef("lunchmeal"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_eatddemplnolist.subtotal("sum" ,-1 , grd_eatddemplnolist.colRef("dinnermeal"),"format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_eatddemplnolist.subtotal("sum" ,-1 , grd_eatddemplnolist.colRef("totmeal"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_eatddemplnolist.subtotal("sum" ,-1 , grd_eatddemplnolist.colRef("totmealamt"),"format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- ]]>
- </script>
- </button>
- <line id="line5" class="line_4" style="x1:1109px; y1:7px; x2:1109px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_fromdd" ref="/root/send/eatddemplno/eatfromdd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:65px; top:7px; width:100px; height:19px; text-align:center; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var fromdd = ipt_fromdd.value;
- ipt_fromdd2.value = fromdd;
- ipt_fromdd3.value = fromdd;
- ipt_fromdd4.value = fromdd;
- ipt_fromdd5.value = fromdd;
- ]]>
- </script>
- </input>
- <caption id="cap_payym" class="search_name" style="left:11px; top:8px; width:55px; height:17px; ">기간:</caption>
- <caption id="caption1" class="search_name" visibility="hidden" style="left:914px; top:6px; width:56px; height:17px; ">기관:</caption>
- <select1 id="cmb_instcd" ref="/root/send/eatddemplno/instcd" class="combo_s_essential" disabled="true" visibility="hidden" appearance="minimal" style="left:970px; top:5px; width:125px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_todd" ref="/root/send/eatddemplno/eattodd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:178px; top:7px; width:100px; height:19px; text-align:center; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var todd = ipt_todd.value;
- ipt_todd2.value = todd;
- ipt_todd3.value = todd;
- ipt_todd4.value = todd;
- ipt_todd5.value = todd;
- ]]>
- </script>
- </input>
- <caption id="caption2" style="left:166px; top:7px; width:10px; height:20px; ">-</caption>
- <button id="btn_emplno" class="icon_search" style="left:462px; top:7px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var recv_list = "emplno,emplnm" ;
- rpbfOpenPopUpList("SPRPB00101", ipt_emplnos, recv_list,"1","N");
-
- model.refresh();
-
- if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </button>
- <caption id="caption7" class="search_name" style="left:329px; top:8px; width:63px; height:17px; ">사번 :</caption>
- <input id="ipt_emplnos" ref="/root/send/eatddemplno/emplno" class="input_essential" style="left:390px; top:7px; width:70px; height:19px; ">
- <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/eatddemplno/emplnm" class="input_default" style="left:479px; top:7px; width:104px; height:19px; ">
- <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>
- </group>
- </case>
- <case id="case2">
- <group id="group3" style="left:0px; top:5px; width:1185px; height:35px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1185px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search2" class="btn1_letter2" navindex="4" style="left:1124px; top:7px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRRWD06202");
-
- grd_dietemplnolist.subtotalposition = "below";
- grd_dietemplnolist.subtotal("sum" ,-1 , grd_dietemplnolist.colRef("breakmeal"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_dietemplnolist.subtotal("sum" ,-1 , grd_dietemplnolist.colRef("lunchmeal"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_dietemplnolist.subtotal("sum" ,-1 , grd_dietemplnolist.colRef("dinnermeal"),"format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_dietemplnolist.subtotal("sum" ,-1 , grd_dietemplnolist.colRef("totmeal"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_dietemplnolist.subtotal("sum" ,-1 , grd_dietemplnolist.colRef("totmealamt"),"format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- ]]>
- </script>
- </button>
- <line id="line1" class="line_4" style="x1:1109px; y1:7px; x2:1109px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_fromdd2" ref="/root/send/dietemplno/eatfromdd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:414px; top:7px; width:85px; height:19px; text-align:center; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var fromdd = ipt_fromdd2.value;
- ipt_fromdd.value = fromdd;
- ipt_fromdd3.value = fromdd;
- ipt_fromdd4.value = fromdd;
- ipt_fromdd5.value = fromdd;
- ]]>
- </script>
- </input>
- <caption id="caption3" class="search_name" style="left:360px; top:8px; width:55px; height:17px; ">기간:</caption>
- <caption id="caption4" class="search_name" visibility="hidden" style="left:1079px; top:1px; width:56px; height:17px; ">기관:</caption>
- <select1 id="cmb_instcd2" ref="/root/send/dietemplno/instcd" class="combo_s_essential" disabled="true" visibility="hidden" appearance="minimal" style="left:1135px; top:0px; width:44px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_todd2" ref="/root/send/dietemplno/eattodd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:512px; top:7px; width:85px; height:19px; text-align:center; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var todd = ipt_todd2.value;
- ipt_todd.value = todd;
- ipt_todd3.value = todd;
- ipt_todd4.value = todd;
- ipt_todd5.value = todd;
- ]]>
- </script>
- </input>
- <caption id="caption5" style="left:500px; top:7px; width:10px; height:20px; ">-</caption>
- <button id="btn_emplno2" class="icon_search" style="left:1022px; top:7px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var recv_list = "emplno,emplnm" ;
- rpbfOpenPopUpList("SPRPB00101", ipt_emplno2, recv_list,"1","N");
-
- model.refresh();
-
- if (model.getValue(ipt_emplno2.attribute("ref")).length > 0) {
- btn_search2.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </button>
- <caption id="caption8" class="search_name" style="left:904px; top:8px; width:57px; height:17px; ">사번:</caption>
- <input id="ipt_emplno2" ref="/root/send/dietemplno/emplno" class="input_essential" style="left:960px; top:7px; width:60px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- var recv_list = "emplno,emplnm" ;
- rpbfValidationCheck("EMPLNO", recv_list);
- model.refresh();
-
- if (model.getValue(ipt_emplno2.attribute("ref")).length > 0) {
- btn_search2.dispatch("DOMActivate");
- }
-
- ]]>
- </script>
- </input>
- <input id="ipt_emplnm2" ref="/root/send/dietemplno/emplnm" class="input_default" style="left:1039px; top:7px; width:64px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- var recv_list = "emplno,emplnm" ;
- rpbfValidationCheck("EMPLNM", recv_list);
-
- model.refresh();
-
- if (model.getValue(ipt_emplno2.attribute("ref")).length > 0) {
- btn_search2.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- <caption id="caption10" class="search_name" style="left:619px; top:8px; width:61px; height:17px; ">부서:</caption>
- <input id="ipt_deptnm" ref="/root/send/dietemplno/deptnm" class="input_default" style="left:768px; top:7px; width:109px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "deptcd,deptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_deptcd" class="icon_search" style="left:747px; top:7px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "deptcd,deptnm";
- var instcd = cmb_instcd2.value;
- rpbfOpenDeptCdHelp(ipt_deptcd,recv_list,instcd,"instcd");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_deptcd" ref="/root/send/dietemplno/deptcd" class="input_default" style="left:675px; top:7px; width:69px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "deptcd,deptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <select1 id="cmb_payinst1" ref="/root/send/dietemplno/payinst" class="combo_s_essential" appearance="minimal" style="left:220px; top:7px; width:125px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption21" class="search_name" style="left:164px; top:8px; width:61px; height:17px; ">기관:</caption>
- <select1 id="rdo_instflag" ref="/root/send/dietemplno/instflag" appearance="full" cols="2" overflow="visible" style="left:10px; top:7px; width:140px; height:20px; border-style:solid; ">
- <choices>
- <item>
- <label>급여기준</label>
- <value>A</value>
- </item>
- <item>
- <label>식수기준</label>
- <value>B</value>
- </item>
- </choices>
- </select1>
- </group>
- <button id="btn_saveexcel2" class="btn2_letter4" style="left:1120px; top:45px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != "")
- {
- grd_dietemplnolist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- <line id="line2" class="line_1" style="x1:0px; y1:68px; x2:1185px; y2:68px; "/>
- <datagrid id="grd_dietemplnolist" nodeset="/root/main/dietemplno/dietemplnolist" caption="사원번호^성명^교직구분^식수기관^급여기관^부서^이침건수^점심건수^저녁건수^총건수^총금액^급여반영여부|사원번호^성명^교직구분^식수기관^급여기관^부서^이침건수^점심건수^저녁건수^총건수^총금액^급여반영여부" colsep="^" colwidth="82, 86, 107, 134, 143, 151, 71, 61, 61, 100, 100, 49" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:75px; width:1185px; height:620px; ">
- <col ref="emplno" style="text-align:center; vertical-align:middle; "/>
- <col ref="emplnm"/>
- <col ref="prfshipflagnm"/>
- <col ref="eatinstnm"/>
- <col ref="payinstnm"/>
- <col ref="dutunitnm"/>
- <col ref="breakmeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="lunchmeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="dinnermeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="totmeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="totmealamt" format="(-)#,###" style="text-align:right; vertical-align:middle; "/>
- <col ref="payappyn" style="text-align:center; vertical-align:middle; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var emplno = grd_dietemplnolist.valueMatrix(grd_dietemplnolist.row, grd_dietemplnolist.colRef("emplno"));
- var emplnm = grd_dietemplnolist.valueMatrix(grd_dietemplnolist.row, grd_dietemplnolist.colRef("emplnm"));
- var fromdd = ipt_fromdd2.value;
- var todd = ipt_todd2.value;
-
- ipt_fromdd.value = fromdd;
- ipt_todd.value = todd;
- ipt_emplnos.value = emplno;
- ipt_emplnms.value = emplnm;
-
- //model.refresh();
- btn_eatsel.selected = true;
- btn_eatsel.dispatch("DOMActivate");
-
- btn_search.dispatch("DOMActivate");
-
- ]]>
- </script>
- </datagrid>
- <caption id="caption9" class="tit_2" style="left:5px; top:48px; width:126px; height:14px; ">개인별 식수 List</caption>
- </case>
- <case id="case3">
- <group id="group4" style="left:0px; top:5px; width:1185px; height:35px; vertical-align:top; ">
- <shape id="roundrect3" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1185px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search3" class="btn1_letter2" navindex="4" style="left:1124px; top:7px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRRWD06203");
-
- grd_dietdeptlist.subtotalposition = "below";
- grd_dietdeptlist.subtotal("sum" ,-1 , grd_dietdeptlist.colRef("breakmeal"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_dietdeptlist.subtotal("sum" ,-1 , grd_dietdeptlist.colRef("lunchmeal"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_dietdeptlist.subtotal("sum" ,-1 , grd_dietdeptlist.colRef("dinnermeal"),"format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_dietdeptlist.subtotal("sum" ,-1 , grd_dietdeptlist.colRef("totmeal"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_dietdeptlist.subtotal("sum" ,-1 , grd_dietdeptlist.colRef("totmealamt"),"format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- ]]>
- </script>
- </button>
- <line id="line3" class="line_4" style="x1:1109px; y1:7px; x2:1109px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_fromdd3" ref="/root/send/dietdept/eatfromdd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:415px; top:7px; width:100px; height:19px; text-align:center; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var fromdd = ipt_fromdd3.value;
- ipt_fromdd2.value = fromdd;
- ipt_fromdd.value = fromdd;
- ipt_fromdd4.value = fromdd;
- ipt_fromdd5.value = fromdd;
- ]]>
- </script>
- </input>
- <caption id="caption11" class="search_name" style="left:361px; top:8px; width:55px; height:17px; ">기간:</caption>
- <caption id="caption12" class="search_name" visibility="hidden" style="left:1025px; top:10px; width:56px; height:17px; ">기관:</caption>
- <select1 id="cmb_instcd3" ref="/root/send/dietdept/instcd" class="combo_s_essential" disabled="true" visibility="hidden" appearance="minimal" style="left:1081px; top:9px; width:24px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_todd3" ref="/root/send/dietdept/eattodd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:528px; top:7px; width:100px; height:19px; text-align:center; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var todd = ipt_todd3.value;
- ipt_todd2.value = todd;
- ipt_todd.value = todd;
- ipt_todd4.value = todd;
- ipt_todd5.value = todd;
- ]]>
- </script>
- </input>
- <caption id="caption13" style="left:516px; top:7px; width:10px; height:20px; ">-</caption>
- <caption id="caption15" class="search_name" style="left:645px; top:8px; width:61px; height:17px; ">부서:</caption>
- <input id="ipt_deptnm3" ref="/root/send/dietdept/deptnm" class="input_default" style="left:806px; top:7px; width:139px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "deptcd,deptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_deptcd3" class="icon_search" style="left:785px; top:7px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "deptcd,deptnm";
- var instcd = cmb_instcd3.value;
- rpbfOpenDeptCdHelp(ipt_deptcd3,recv_list,instcd,"instcd");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_deptcd3" ref="/root/send/dietdept/deptcd" class="input_default" style="left:701px; top:7px; width:79px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "deptcd,deptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <caption id="caption22" class="search_name" style="left:164px; top:8px; width:61px; height:17px; ">기관:</caption>
- <select1 id="cmb_payinst2" ref="/root/send/dietdept/payinst" class="combo_s_essential" appearance="minimal" style="left:220px; top:7px; width:125px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="rdo_instflag2" ref="/root/send/dietdept/instflag" appearance="full" cols="2" overflow="visible" style="left:10px; top:7px; width:140px; height:20px; border-style:solid; ">
- <choices>
- <item>
- <label>급여기준</label>
- <value>A</value>
- </item>
- <item>
- <label>식수기준</label>
- <value>B</value>
- </item>
- </choices>
- </select1>
- </group>
- <datagrid id="grd_dietdeptlist" nodeset="/root/main/dietdept/dietdeptlist" caption="식수기관^급여기관^부서^이침건수^점심건수^저녁건수^총건수^총금액^급여반영여부^기관코드^부서코드|식수기관^급여기관^부서^이침건수^점심건수^저녁건수^총건수^총금액^급여반영여부^기관코드^부서코드" colsep="^" colwidth="155, 167, 249, 108, 94, 91, 117, 115, 48, 43, 38" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:75px; width:1185px; height:620px; ">
- <col ref="eatinstnm"/>
- <col ref="payinstnm"/>
- <col ref="dutunitnm"/>
- <col ref="breakmeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="lunchmeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="dinnermeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="totmeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="totmealamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="payappyn" style="text-align:center; vertical-align:middle; "/>
- <col ref="payinst" visibility="hidden"/>
- <col ref="dutunitcd" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var payinst = grd_dietdeptlist.valueMatrix(grd_dietdeptlist.row, grd_dietdeptlist.colRef("payinst"));
- var deptcd = grd_dietdeptlist.valueMatrix(grd_dietdeptlist.row, grd_dietdeptlist.colRef("dutunitcd"));
- var deptnm = grd_dietdeptlist.valueMatrix(grd_dietdeptlist.row, grd_dietdeptlist.colRef("dutunitnm"));
- var fromdd = ipt_fromdd3.value;
- var todd = ipt_todd3.value;
-
- cmb_payinst1.value = payinst;
- ipt_fromdd2.value = fromdd;
- ipt_todd2.value = todd;
- ipt_deptcd.value = deptcd;
- ipt_deptnm.value = deptnm;
- ipt_emplno2.value = "";
- ipt_emplnm2.value = "";
-
- //model.refresh();
- button2.selected = true;
- button2.dispatch("DOMActivate");
-
- btn_search2.dispatch("DOMActivate");
- ]]>
- </script>
- </datagrid>
- <button id="btn_saveexcel3" class="btn2_letter4" style="left:1120px; top:45px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != "")
- {
- grd_dietdeptlist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- <line id="line6" class="line_1" style="x1:0px; y1:68px; x2:1185px; y2:68px; "/>
- <caption id="caption16" class="tit_2" style="left:5px; top:48px; width:126px; height:14px; ">부서별 식수 List</caption>
- </case>
- <case id="case4">
- <group id="group5" style="left:0px; top:5px; width:1185px; height:35px; vertical-align:top; ">
- <shape id="roundrect4" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1185px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search4" class="btn1_letter2" navindex="4" style="left:1124px; top:7px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRRWD06204");
-
- grd_retiremoveinstlist.subtotalposition = "below";
- grd_retiremoveinstlist.subtotal("sum" ,4 , grd_retiremoveinstlist.colRef("breakmeal"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 4, "계");
- grd_retiremoveinstlist.subtotal("sum" ,4 , grd_retiremoveinstlist.colRef("lunchmeal"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 4, "계");
- grd_retiremoveinstlist.subtotal("sum" ,4 , grd_retiremoveinstlist.colRef("dinnermeal"),"format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 4, "계");
- grd_retiremoveinstlist.subtotal("sum" ,4 , grd_retiremoveinstlist.colRef("totmeal"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 4, "계");
- grd_retiremoveinstlist.subtotal("sum" ,4 , grd_retiremoveinstlist.colRef("totmealamt"),"format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 4, "계");
- ]]>
- </script>
- </button>
- <line id="line7" class="line_4" style="x1:1109px; y1:7px; x2:1109px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_fromdd4" ref="/root/send/retiremoveinst/eatfromdd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:320px; top:7px; width:100px; height:19px; text-align:center; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var fromdd = ipt_fromdd4.value;
- ipt_fromdd2.value = fromdd;
- ipt_fromdd3.value = fromdd;
- ipt_fromdd.value = fromdd;
- ipt_fromdd5.value = fromdd;
- ]]>
- </script>
- </input>
- <caption id="caption14" class="search_name" style="left:266px; top:8px; width:55px; height:17px; ">기간:</caption>
- <caption id="caption17" class="search_name" visibility="hidden" style="left:990px; top:13px; width:56px; height:17px; ">기관:</caption>
- <select1 id="cmb_instcd4" ref="/root/send/retiremoveinst/instcd" class="combo_s_essential" disabled="true" visibility="hidden" appearance="minimal" style="left:1045px; top:10px; width:49px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_todd4" ref="/root/send/retiremoveinst/eattodd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:433px; top:7px; width:100px; height:19px; text-align:center; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var todd = ipt_todd4.value;
- ipt_todd2.value = todd;
- ipt_todd3.value = todd;
- ipt_todd.value = todd;
- ipt_todd5.value = todd;
- ]]>
- </script>
- </input>
- <caption id="caption18" style="left:421px; top:7px; width:10px; height:20px; ">-</caption>
- <caption id="caption19" class="search_name" style="left:580px; top:8px; width:68px; height:17px; ">급여월:</caption>
- <input id="ipt_payym" ref="/root/send/retiremoveinst/payym" class="input_default" inputtype="date" format="yyyy-mm" style="left:650px; top:7px; width:100px; height:19px; text-align:center; vertical-align:middle; "/>
- <caption id="caption23" class="search_name" style="left:9px; top:8px; width:81px; height:17px; ">급여기관:</caption>
- <select1 id="cmb_payinst3" ref="/root/send/retiremoveinst/payinst" class="combo_s_essential" appearance="minimal" style="left:90px; top:7px; width:125px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- </group>
- <button id="button1" class="btn2_letter4" style="left:1120px; top:45px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != "")
- {
- grd_retiremoveinstlist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- <caption id="caption20" class="tit_2" style="left:5px; top:48px; width:126px; height:14px; ">퇴직 전출 List</caption>
- <line id="line8" class="line_1" style="x1:0px; y1:68px; x2:1185px; y2:68px; "/>
- <datagrid id="grd_retiremoveinstlist" nodeset="/root/main/retiremoveinst/retiremoveinstlist" caption="사원번호^성명^교직구분^기관^부서^구분^발령일^이침건수^점심건수^저녁건수^총건수^총금액^급여반영여부|사원번호^성명^교직구분^기관^부서^구분^발령일^이침건수^점심건수^저녁건수^총건수^총금액^급여반영여부" colsep="^" colwidth="79, 86, 100, 116, 128, 67, 100, 64, 65, 64, 76, 100, 100" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:75px; width:1185px; height:620px; ">
- <col ref="emplno" style="text-align:center; vertical-align:middle; "/>
- <col ref="emplnm"/>
- <col ref="prfshipflagnm"/>
- <col ref="payinstnm"/>
- <col ref="dutunitnm"/>
- <col ref="flagnm"/>
- <col ref="gvnoffcorddd" format="yyyy-mm-dd"/>
- <col ref="breakmeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="lunchmeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="dinnermeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="totmeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="totmealamt" format="(-)#,###" style="text-align:right; vertical-align:middle; "/>
- <col ref="payappyn" style="text-align:center; vertical-align:middle; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var emplno = grd_retiremoveinstlist.valueMatrix(grd_retiremoveinstlist.row, grd_retiremoveinstlist.colRef("emplno"));
- var emplnm = grd_retiremoveinstlist.valueMatrix(grd_retiremoveinstlist.row, grd_retiremoveinstlist.colRef("emplnm"));
- var fromdd = ipt_fromdd4.value;
- var todd = ipt_todd4.value;
-
- ipt_fromdd.value = fromdd;
- ipt_todd.value = todd;
- ipt_emplnos.value = emplno;
- ipt_emplnms.value = emplnm;
-
- //model.refresh();
- btn_eatsel.selected = true;
- btn_eatsel.dispatch("DOMActivate");
-
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </datagrid>
- </case>
- <case id="case5">
- <group id="group6" style="left:0px; top:5px; width:1185px; height:35px; vertical-align:top; ">
- <shape id="roundrect5" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1185px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search5" class="btn1_letter2" navindex="4" style="left:1124px; top:7px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRRWD06205");
-
- grd_nopaydietemplnolist.subtotalposition = "below";
- grd_nopaydietemplnolist.subtotal("sum" ,-1 , grd_nopaydietemplnolist.colRef("breakmeal"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_nopaydietemplnolist.subtotal("sum" ,-1 , grd_nopaydietemplnolist.colRef("lunchmeal"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_nopaydietemplnolist.subtotal("sum" ,-1 , grd_nopaydietemplnolist.colRef("dinnermeal"),"format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_nopaydietemplnolist.subtotal("sum" ,-1 , grd_nopaydietemplnolist.colRef("totmeal"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_nopaydietemplnolist.subtotal("sum" ,-1 , grd_nopaydietemplnolist.colRef("totmealamt"),"format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- ]]>
- </script>
- </button>
- <line id="line10" class="line_4" style="x1:1109px; y1:7px; x2:1109px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_fromdd5" ref="/root/send/nopaydietemplno/eatfromdd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:440px; top:7px; width:100px; height:19px; text-align:center; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var fromdd = ipt_fromdd5.value;
- ipt_fromdd2.value = fromdd;
- ipt_fromdd3.value = fromdd;
- ipt_fromdd4.value = fromdd;
- ipt_fromdd.value = fromdd;
- ]]>
- </script>
- </input>
- <caption id="caption24" class="search_name" style="left:386px; top:8px; width:55px; height:17px; ">기간:</caption>
- <caption id="caption25" class="search_name" visibility="hidden" style="left:1000px; top:10px; width:56px; height:17px; ">기관:</caption>
- <select1 id="cmb_instcd5" ref="/root/send/nopaydietemplno/instcd" class="combo_s_essential" disabled="true" visibility="hidden" appearance="minimal" style="left:1056px; top:9px; width:39px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_todd5" ref="/root/send/nopaydietemplno/eattodd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:553px; top:7px; width:100px; height:19px; text-align:center; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var todd = ipt_todd5.value;
- ipt_todd2.value = todd;
- ipt_todd3.value = todd;
- ipt_todd4.value = todd;
- ipt_todd.value = todd;
- ]]>
- </script>
- </input>
- <caption id="caption26" style="left:541px; top:7px; width:10px; height:20px; ">-</caption>
- <caption id="caption27" class="search_name" visibility="hidden" style="left:680px; top:8px; width:68px; height:17px; ">급여월:</caption>
- <input id="input3" ref="/root/send/nopaydietemplno/payym" class="input_default" visibility="hidden" inputtype="date" format="yyyy-mm" style="left:750px; top:7px; width:100px; height:19px; text-align:center; vertical-align:middle; "/>
- <caption id="caption28" class="search_name" style="left:174px; top:8px; width:61px; height:17px; ">기관:</caption>
- <select1 id="cmb_payinst4" ref="/root/send/nopaydietemplno/payinst" class="combo_s_essential" appearance="minimal" style="left:230px; top:7px; width:125px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="rdo_instflag3" ref="/root/send/nopaydietemplno/instflag" appearance="full" cols="2" overflow="visible" style="left:10px; top:7px; width:140px; height:20px; border-style:solid; ">
- <choices>
- <item>
- <label>급여기준</label>
- <value>A</value>
- </item>
- <item>
- <label>식수기준</label>
- <value>B</value>
- </item>
- </choices>
- </select1>
- </group>
- <datagrid id="grd_nopaydietemplnolist" nodeset="/root/main/nopaydietemplno/nopaydietemplnolist" caption="사원번호^성명^교직구분^식수기관^급여기관^부서^직위^급여계산구분^이침건수^점심건수^저녁건수^총건수^총금액^급여반영여부|사원번호^성명^교직구분^식수기관^급여기관^부서^직위^급여계산구분^이침건수^점심건수^저녁건수^총건수^총금액^급여반영여부" colsep="^" colwidth="74, 72, 97, 106, 114, 138, 86, 82, 59, 58, 61, 68, 85, 47" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:75px; width:1185px; height:620px; ">
- <col ref="emplno" style="text-align:center; vertical-align:middle; "/>
- <col ref="emplnm"/>
- <col ref="prfshipflagnm"/>
- <col ref="eatinstnm"/>
- <col ref="payinstnm"/>
- <col ref="dutunitnm"/>
- <col ref="jobposnm"/>
- <col ref="saldfraykindnm"/>
- <col ref="breakmeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="lunchmeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="dinnermeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="totmeal" style="text-align:center; vertical-align:middle; "/>
- <col ref="totmealamt" format="(-)#,###" style="text-align:right; vertical-align:middle; "/>
- <col ref="payappyn" style="text-align:center; vertical-align:middle; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var emplno = grd_nopaydietemplnolist.valueMatrix(grd_nopaydietemplnolist.row, grd_nopaydietemplnolist.colRef("emplno"));
- var emplnm = grd_nopaydietemplnolist.valueMatrix(grd_nopaydietemplnolist.row, grd_nopaydietemplnolist.colRef("emplnm"));
- var fromdd = ipt_fromdd5.value;
- var todd = ipt_todd5.value;
-
- ipt_fromdd.value = fromdd;
- ipt_todd.value = todd;
- ipt_emplnos.value = emplno;
- ipt_emplnms.value = emplnm;
-
- //model.refresh();
- btn_eatsel.selected = true;
- btn_eatsel.dispatch("DOMActivate");
-
- btn_search.dispatch("DOMActivate");
-
- ]]>
- </script>
- </datagrid>
- <button id="button6" class="btn2_letter4" style="left:1120px; top:45px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != "")
- {
- grd_nopaydietemplnolist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- <line id="line11" class="line_1" style="x1:0px; y1:68px; x2:1185px; y2:68px; "/>
- <caption id="caption29" class="tit_2" style="left:5px; top:48px; width:126px; height:14px; ">개인별 식수 List</caption>
- </case>
- </switch>
- <button id="btn_eatsel" class="btn_sw" group="tab" selected="true" style="left:0px; top:3px; width:100px; height:22px; ">
- <caption>개인별일자별</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case1");
- ]]>
- </script>
- </button>
- <button id="button2" class="btn_sw" group="tab" style="left:105px; top:3px; width:100px; height:22px; ">
- <caption>개인별</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case2");
- ]]>
- </script>
- </button>
- <button id="button3" class="btn_sw" group="tab" style="left:210px; top:3px; width:100px; height:22px; ">
- <caption>부서별</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case3");
- ]]>
- </script>
- </button>
- <button id="button4" class="btn_sw" group="tab" style="left:315px; top:3px; width:100px; height:22px; ">
- <caption>퇴직전출자</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case4");
- ]]>
- </script>
- </button>
- <button id="button7" class="btn_sw" group="tab" style="left:420px; top:3px; width:100px; height:22px; ">
- <caption>미공제식수</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case5");
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0; top:12; width:1195px; height:27px; ">
- <line id="line4" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|