123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>동호회비공제내역관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <deducord>
- <clubclublist>
- <cmninstcd/>
- <instnm/>
- <cmntcd/>
- <cmntnm/>
- <reglmbrcnt/>
- <asctmbrcnt/>
- <reglmbrannconvnt/>
- <asctmbrannconvnt/>
- <totmmconvnt/>
- <basedd/>
- <holdmembcnt/>
- </clubclublist>
- </deducord>
- <deducorddetail>
- <clubdedulist>
- <cmntnm/>
- <emplno/>
- <emplnm/>
- <posinstnm/>
- <posinstcd/>
- <deptcd/>
- <deptnm/>
- <reglmbrgrdenm/>
- <reglmbrgrde/>
- <clubcost/>
- <paydeducretyn/>
- <payappyn/>
- <cmninstcd/>
- <payappmm/>
- <cmntcd/>
- <paydeducretendyn/>
- <paydedutrgtmanyn/>
- </clubdedulist>
- </deducorddetail>
- <deducordreport>
- <clubdedulist/>
- </deducordreport>
- </main>
- <send>
- <getcond>
- <basedd/>
- <cmninstcd/>
- <cmntcd/>
- <workgbn/>
- </getcond>
- <clubdedusave>
- <workgbn/>
- <basepayappmm/>
- <clubdedulist/>
- <cmninstcd/>
- <cmntcd/>
- </clubdedusave>
- <deducord>
- <cmntcd/>
- <cmninstcd/>
- <basedd/>
- </deducord>
- <basedd_s/>
- <repotsend>
- <basedd/>
- <cmninstcd/>
- <cmntcd/>
- </repotsend>
- </send>
- <init/>
- <hidden>
- <temp/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- misfGridInit(grd_clubclublist);
- misfGridInit(grd_clubdedulist);
- misfComboClubCdList('', cmb_cmntcd,'Y');
- btn_save.disabled = !(checkAuth("X"));
-
- misfMsterDetailSet(grd_clubclublist, null, "TRRPA02601" ,"N");
- misfMsterDetailSet(grd_clubdedulist, grd_clubclublist, "TRRPA02602" ,"Y");
- var cmninstcd = getUserInfo("dutplceinstcd");
- ipt_cmninstcd.value=cmninstcd;
- var curdate = getCurrentDate();
- var cvtdate = curdate.toDate("YYYYMM");
- ipt_basedd_s.value=cvtdate.getAddDate(0,"M").getDateFormat("YYYYMM");
- ipt_basedd.value=cvtdate.getAddDate(0,"M").getDateFormat("YYYYMM");
-
- btn_creat.disabled = true;
- btn_cancel.disabled = true;
- btn_grddel.disabled = true;
- btn_save.disabled =true;
- btn_imsisave.disabled=true;
- btn_donecancel.disabled=true;
- btn_creatall.disabled = true;
- btn_cancelall.disabled = true;
- btn_saveall.disabled =true;
- btn_donecancelall.disabled=true;
- ]]>
- </script>
- <submission id="TRRPA02601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/getcond" resultref="/root/main/deducord"/>
- <submission id="TRRPA02602" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/deducord" resultref="/root/main/deducorddetail"/>
- <submission id="TXRPA02601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/clubdedusave" resultref="/root/hidden/temp"/>
- <submission id="TXRPA02602" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/clubdedusave" resultref="/root/hidden/temp"/>
- <submission id="TRRPA02604" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/repotsend" resultref="/root/main/deducordreport"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/pubwelfmngtweb/js/RPS001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.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:38px; width:1195px; height:742px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1194px; 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 ddstr=ipt_basedd_s.value.substr(0,6);
- ipt_basedd.value =ddstr;
- ipt_basepayappmm.value=ddstr;
- if(ipt_basedd.value ==""){
- messageBox("기준년월은","I003");
- return;
- }
- model.setValue("/root/send/getcond/workgbn","C");
- misfMsterDetailRetrieve();
-
-
- var null_check1="";
- if(grd_clubdedulist.rows-1 > 0 ){
- null_check1 = model.getValue(grd_clubdedulist.attribute("nodeset")+"[1]/paydeducretyn");
- null_check2 = model.getValue(grd_clubdedulist.attribute("nodeset")+"[1]/paydeducretendyn");
- null_check3 = model.getValue(grd_clubdedulist.attribute("nodeset")+"[1]/payappyn");
- if(null_check3=="Y"){
- btn_creat.disabled=true;
- btn_save.disabled=true;
- btn_cancel.disabled=true;
- btn_grddel.disabled=true;
- btn_imsisave.disabled=true;
- btn_donecancel.disabled=true;
- btn_creatall.disabled=true;
- btn_saveall.disabled=true;
- btn_cancelall.disabled=true;
- btn_donecancelall.disabled=true;
- }else if(null_check2 =="Y" && null_check3=="N"){
- btn_creat.disabled=true;
- btn_save.disabled=false;
- btn_cancel.disabled=true;
- btn_grddel.disabled=true;
- btn_imsisave.disabled=true;
- btn_donecancel.disabled=false;
- btn_creatall.disabled=true;
- btn_saveall.disabled=false;
- btn_cancelall.disabled=true;
- btn_donecancelall.disabled=false;
- }else if(null_check1 =="Y" && null_check2 =="N" ){
- btn_creat.disabled=true;
- btn_save.disabled=false;
- btn_cancel.disabled=false;
- btn_grddel.disabled=false;
- btn_imsisave.disabled=false;
- btn_donecancel.disabled=true;
- btn_creatall.disabled=true;
- btn_saveall.disabled=false;
- btn_cancelall.disabled=false;
- btn_donecancelall.disabled=true;
- }else if(null_check1 =="N" ) {
- btn_creat.disabled=false;
- btn_save.disabled=true;
- btn_cancel.disabled=true;
- btn_grddel.disabled=true;
- btn_imsisave.disabled=true;
- btn_donecancel.disabled=true;
- btn_creatall.disabled=false;
- btn_saveall.disabled=true;
- btn_cancelall.disabled=true;
- btn_donecancelall.disabled=true;
-
- }
- }
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
- <group id="group4" style="left:420px; top:50px; width:775px; height:690px; ">
- <caption id="caption1" class="tit_2" style="left:0px; top:15px; width:170px; height:13px; ">동호회원 LIST</caption>
- <line id="line3" class="line_1" style="x1:0px; y1:30px; x2:775px; y2:30px; "/>
- <datagrid id="grd_clubdedulist" nodeset="/root/main/deducorddetail/clubdedulist" caption="순번^급여기관명^사번^성명^소속기관코드^근무부서^근무부서코드^등급^회원등급코드^회비^생성여부^공제대상^완료여부^급여반영여부^비 고" colsep="^" colwidth="43, 93, 74, 62, 31, 85, 30, 45, 18, 62, 59, 58, 62, 80, 95, 100, 100, 100, 100" ellipsis="true" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" tooltip="true" style="left:0px; top:35px; width:775px; height:650px; ">
- <col ref="numno" style="padding-left:5; "/>
- <col ref="posinstnm"/>
- <col ref="emplno" style="text-align:center; "/>
- <col ref="emplnm" style="text-align:center; "/>
- <col ref="posinstcd" visibility="hidden"/>
- <col ref="deptnm"/>
- <col ref="deptcd" visibility="hidden"/>
- <col ref="reglmbrgrdenm"/>
- <col ref="reglmbrgrde" visibility="hidden"/>
- <col ref="clubcost" format="#,###" style="text-align:right; "/>
- <col ref="paydeducretyn" style="text-align:center; "/>
- <col ref="paydedutrgtmanyn" style="text-align:center; "/>
- <col ref="paydeducretendyn" style="text-align:center; "/>
- <col ref="payappyn" style="text-align:center; "/>
- <col ref="cmt" type="input"/>
- <col ref="seqno" visibility="hidden"/>
- <col ref="cmninstcd" visibility="hidden" _key="true"/>
- <col ref="payappmm" visibility="hidden"/>
- <col ref="cmntcd" visibility="hidden"/>
- </datagrid>
- <button id="btn_grddel" class="btn2_letter6" style="left:521px; top:10px; width:86px; height:19px; ">
- <caption>공제대상제외</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfGridIUD(grd_clubdedulist,"D");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_creat" class="btn2_letter2" style="left:409px; top:10px; width:42px; height:19px; ">
- <caption>생성</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- /*for(var i=1;i<=grd_clubclublist.rows-1;i++)
- {
- null_check1 = model.getValue(grd_clubclublist.attribute("nodeset")+"["+i+"]/workyn");
- if(null_check1 =="") {
- messageBox("생성할 동호회 선택은","I003");
- return;
- }
- }*/
-
- checkVal_1= model.getValue(grd_clubdedulist.attribute("nodeset")+"[1]/cmntcd");
- checkVal_2= model.getValue(grd_clubdedulist.attribute("nodeset")+"[1]/cmninstcd");
- ipt_cmntcd_detail.value=checkVal_1;
- ipt_cmninstcd_detail.value=checkVal_2;
- ipt_workgbn.value="I";
- if(ipt_workgbn.value =="I"){
- submit("TXRPA02601");
- }
- btn_search.dispatch("DOMActivate");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_cmntcd_detail" ref="/root/send/clubdedusave/cmntcd" visibility="hidden" style="left:225px; top:5px; width:110px; height:19px; "/>
- <input id="ipt_cmninstcd_detail" ref="/root/send/clubdedusave/cmninstcd" visibility="hidden" style="left:105px; top:5px; width:110px; height:19px; "/>
- <button id="btn_cancel" class="btn2_letter4" style="left:454px; top:10px; width:64px; height:19px; ">
- <caption>생성취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- checkVal_1= model.getValue(grd_clubdedulist.attribute("nodeset")+"[1]/cmntcd");
- checkVal_2= model.getValue(grd_clubdedulist.attribute("nodeset")+"[1]/cmninstcd");
- ipt_cmntcd_detail.value=checkVal_1;
- ipt_cmninstcd_detail.value=checkVal_2;
- ipt_workgbn.value="D";
- if(ipt_workgbn.value =="D"){
- submit("TXRPA02601");
- }
- btn_search.dispatch("DOMActivate");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_imsisave" class="btn5_letter2" style="left:610px; top:10px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var updtdata = getGridUpdateData(grd_clubdedulist);
- if (updtdata == "" ) {
- messageBox("변경된 데이터가","I004");
- return;
- }
- ipt_workgbn.value="Z";
- if(ipt_workgbn.value =="Z"){
- misfSave("TXRPA02602");
- }
- btn_search.dispatch("DOMActivate");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn5_letter2" style="left:655px; top:10px; width:42px; height:19px; ">
- <caption>마감</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var retMes = messageBox("작업을 완료 하시겠습니까?", "Q999");
- if ( retMes != 6) {
- return;
- }
- checkVal_1= model.getValue(grd_clubdedulist.attribute("nodeset")+"[1]/cmntcd");
- checkVal_2= model.getValue(grd_clubdedulist.attribute("nodeset")+"[1]/cmninstcd");
- ipt_cmntcd_detail.value=checkVal_1;
- ipt_cmninstcd_detail.value=checkVal_2;
- ipt_workgbn.value="U";
- if(ipt_workgbn.value =="U"){
- submit("TXRPA02601");
- }
- btn_search.dispatch("DOMActivate");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_donecancel" class="btn5_letter4" style="left:700px; top:10px; width:64px; height:19px; ">
- <caption>마감취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var retMes = messageBox("작업을 취소 하시겠습니까?", "Q999");
- if ( retMes != 6) {
- return;
- }
- checkVal_1= model.getValue(grd_clubdedulist.attribute("nodeset")+"[1]/cmntcd");
- checkVal_2= model.getValue(grd_clubdedulist.attribute("nodeset")+"[1]/cmninstcd");
- ipt_cmntcd_detail.value=checkVal_1;
- ipt_cmninstcd_detail.value=checkVal_2;
- ipt_workgbn.value="F";
- if(ipt_workgbn.value =="F"){
- submit("TXRPA02601");
- }
- btn_search.dispatch("DOMActivate");
- model.refresh();
- ]]>
- </script>
- </button>
- </group>
- <group id="group3" style="left:0px; top:50px; width:415px; height:690px; ">
- <caption id="caption2" class="tit_2" style="left:0px; top:15px; width:109px; height:13px; ">동호회 LIST</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:30px; x2:415px; y2:30px; "/>
- <datagrid id="grd_clubclublist" nodeset="/root/main/deducord/clubclublist" caption="동호회명^정회원수^준회원수^보류인원^총회비" colsep="^" colwidth="125, 62, 64, 69, 73, 60, 70, 70, 100, 100, 100, 100" ellipsis="false" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:35px; width:415px; height:650px; ">
- <col ref="cmntnm"/>
- <col ref="reglmbrcnt" style="text-align:right; "/>
- <col ref="asctmbrcnt" style="text-align:right; "/>
- <col ref="holdmembcnt" style="text-align:right; "/>
- <col ref="totmmconvnt" format="#,###" style="text-align:right; "/>
- <col ref="cmninstcd" visibility="hidden"/>
- <col ref="instnm" visibility="hidden"/>
- <col ref="cmntcd" visibility="hidden"/>
- <col ref="basedd" visibility="hidden"/>
- <col ref="paydeducretyn" visibility="hidden"/>
- <col ref="paydeducretendyn" visibility="hidden"/>
- <col ref="payrefmembcnt" visibility="hidden"/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- var cur_row = grd_clubclublist.row;
- null_check1 = model.getValue(grd_clubclublist.attribute("nodeset")+"[" + cur_row + "]/paydeducretyn");
- null_check2 = model.getValue(grd_clubclublist.attribute("nodeset")+"[" + cur_row + "]/paydeducretendyn");
- null_check3 = model.getValue(grd_clubclublist.attribute("nodeset")+"[" + cur_row + "]/payrefmembcnt");
- if(null_check3 !='0'){
- btn_creat.disabled=true;
- btn_save.disabled=true;
- btn_cancel.disabled=true;
- btn_grddel.disabled=true;
- btn_imsisave.disabled=true;
- btn_donecancel.disabled=true;
-
- btn_creatall.disabled=true;
- btn_saveall.disabled=true;
- btn_cancelall.disabled=true;
- btn_donecancelall.disabled=true;
- }else if(null_check2 =="Y" && null_check3=="0"){
- btn_creat.disabled=true;
- btn_save.disabled=false;
- btn_cancel.disabled=true;
- btn_grddel.disabled=true;
- btn_imsisave.disabled=true;
- btn_donecancel.disabled=false;
- btn_creatall.disabled=true;
- btn_saveall.disabled=false;
- btn_cancelall.disabled=true;
- btn_donecancelall.disabled=false;
- }else if(null_check1 =="Y" && null_check2 =="N" ){
- btn_creat.disabled=true;
- btn_save.disabled=false;
- btn_cancel.disabled=false;
- btn_grddel.disabled=false;
- btn_imsisave.disabled=false;
- btn_donecancel.disabled=true;
-
- btn_creatall.disabled=true;
- btn_saveall.disabled=false;
- btn_cancelall.disabled=false;
- btn_donecancelall.disabled=true;
- }else if(null_check1 =="N" ) {
- btn_creat.disabled=false;
- btn_save.disabled=true;
- btn_cancel.disabled=true;
- btn_grddel.disabled=true;
- btn_imsisave.disabled=true;
- btn_donecancel.disabled=true;
- btn_creatall.disabled=false;
- btn_saveall.disabled=true;
- btn_cancelall.disabled=true;
- btn_donecancelall.disabled=true;
- }
- misfMsterDetailRetrieve();
- for(i=grd_clubdedulist.fixedRows; i< grd_clubdedulist.rows;i++){
- var paydedutrgtmanyn= grd_clubdedulist.valueMatrix(i,grd_clubdedulist.colRef("paydedutrgtmanyn"));
- var payappyn= grd_clubdedulist.valueMatrix(i,grd_clubdedulist.colRef("payappyn"));
- if(null_check3 !='0' && paydedutrgtmanyn =='Y' && payappyn=='N'){
- grd_clubdedulist.rowStyle(i, "all", "background-color") = "#ffff99";
- }
- }
-
- ]]>
- </script>
- </datagrid>
- <button id="btn_creatall" class="btn5_letter4" style="left:130px; top:10px; width:64px; height:19px; ">
- <caption>일괄생성</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/clubdedusave/cmninstcd",getUserInfo("dutplceinstcd"));
- model.setValue("/root/send/clubdedusave/cmntcd","");
- ipt_workgbn.value="I";
- if(ipt_workgbn.value =="I"){
- submit("TXRPA02601");
- }
- btn_search.dispatch("DOMActivate");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_cancelall" class="btn5_letter6" style="left:195px; top:10px; width:86px; height:19px; ">
- <caption>일괄생성취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- model.setValue("/root/send/clubdedusave/cmninstcd",getUserInfo("dutplceinstcd"));
- model.setValue("/root/send/clubdedusave/cmntcd","");
- ipt_workgbn.value="D";
- if(ipt_workgbn.value =="D"){
- submit("TXRPA02601");
- }
- btn_search.dispatch("DOMActivate");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_saveall" class="btn5_letter4" style="left:283px; top:10px; width:64px; height:19px; ">
- <caption>전체마감</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/clubdedusave/cmninstcd",getUserInfo("dutplceinstcd"));
- model.setValue("/root/send/clubdedusave/cmntcd","");
- ipt_workgbn.value="U";
- if(ipt_workgbn.value =="U"){
- submit("TXRPA02601");
- }
- btn_search.dispatch("DOMActivate");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_donecancelall" class="btn5_letter4" style="left:348px; top:10px; width:64px; height:19px; ">
- <caption>마감취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- model.setValue("/root/send/clubdedusave/cmninstcd",getUserInfo("dutplceinstcd"));
- model.setValue("/root/send/clubdedusave/cmntcd","");
- ipt_workgbn.value="F";
- if(ipt_workgbn.value =="F"){
- submit("TXRPA02601");
- }
- btn_search.dispatch("DOMActivate");
- model.refresh();
- ]]>
- </script>
- </button>
- </group>
- <input id="ipt_basedd_s" ref="/root/send/basedd_s" class="input_s_essential" inputtype="date" format="yyyy-mm" style="left:90px; top:18px; width:125px; height:19px; "/>
- <input id="ipt_basedd" ref="/root/send/getcond/basedd" visibility="hidden"/>
- <caption id="caption8" class="search_name" style="left:6px; top:19px; width:81px; height:17px; vertical-align:middle; ">기준년월:</caption>
- <input id="ipt_basepayappmm" ref="/root/send/clubdedusave/basepayappmm"/>
- <input id="ipt_workgbn" ref="/root/send/clubdedusave/workgbn" visibility="hidden" style="left:475px; top:15px; width:125px; height:19px; "/>
- <input id="ipt_cmninstcd" ref="/root/send/getcond/cmninstcd" visibility="hidden" style="left:645px; top:20px; width:125px; height:19px; "/>
- <select1 id="cmb_cmntcd" ref="/root/send/getcond/cmntcd" class="combo_search" appearance="minimal" style="left:305px; top:20px; width:160px; height:19px; ">
- <choices>
- <itemset nodeset="/root/main/init">
- <label ref="cnstnm"/>
- <value ref="cnstcd"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption3" class="search_name" style="left:220px; top:20px; width:81px; height:17px; vertical-align:middle; ">동호회명:</caption>
- <input id="ipt_basedd_r" ref="/root/send/repotsend/basedd" visibility="hidden" style="left:820px; top:25px; width:105px; height:20px; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12; width:1195px; height:27px; ">
- <button id="btn_save2" class="btn4_letter2" visibility="hidden" style="left:888px; top:5px; width:56px; height:22px; ">
- <caption>완료</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var retMes = messageBox("작업을 완료 하시겠습니까?", "Q999");
- if ( retMes != 6) {
- return;
- }
- checkVal_1= model.getValue(grd_clubdedulist.attribute("nodeset")+"[1]/cmntcd");
- checkVal_2= model.getValue(grd_clubdedulist.attribute("nodeset")+"[1]/cmninstcd");
- ipt_cmntcd_detail.value=checkVal_1;
- ipt_cmninstcd_detail.value=checkVal_2;
- ipt_workgbn.value="U";
- if(ipt_workgbn.value =="U"){
- submit("TXRPA02601");
- }
- btn_search.dispatch("DOMActivate");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_init" class="btn4_letter3" style="left:1122px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfGridInit(grd_clubclublist);
- misfGridInit(grd_clubdedulist);
- model.resetInstanceNode("/root/send");
- model.refresh();
- var cmninstcd = getUserInfo("dutplceinstcd");
- ipt_cmninstcd.value=cmninstcd;
- ]]>
- </script>
- </button>
- <line id="line1" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
- <button id="btn_donecancel2" class="btn4_letter4" visibility="hidden" style="left:805px; top:5px; width:80px; height:22px; ">
- <caption>완료취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var retMes = messageBox("작업을 취소 하시겠습니까?", "Q999");
- if ( retMes != 6) {
- return;
- }
- checkVal_1= model.getValue(grd_clubdedulist.attribute("nodeset")+"[1]/cmntcd");
- checkVal_2= model.getValue(grd_clubdedulist.attribute("nodeset")+"[1]/cmninstcd");
- ipt_cmntcd_detail.value=checkVal_1;
- ipt_cmninstcd_detail.value=checkVal_2;
- ipt_workgbn.value="F";
- if(ipt_workgbn.value =="F"){
- submit("TXRPA02601");
- }
- btn_search.dispatch("DOMActivate");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="button5" class="btn4_letter2" style="left:1063px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(ipt_basedd_s.value ==""){
- messageBox("기준년월은","I003");
- return;
- }
- ipt_basedd_r.value=ipt_basedd_s.value;
- model.setValue("/root/send/repotsend/basedd",ipt_basedd_s.value );
- model.setValue("/root/send/repotsend/cmninstcd","");
- model.setValue("/root/send/repotsend/cmntcd","");
- submit("TRRPA02604");
- exeReportPreview("RPRPA02600", "XMLSTR", "/root/send/report");
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|