123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784 |
- <?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>
- <![CDATA[]]>
- <xhtml:title>원목행정통계</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <fthadminstatlist>
- <fthadminstatinfo>
- <conslrnm/>
- <jobrespcd/>
- <col1/>
- <col2/>
- <col3/>
- <col4/>
- <col5/>
- <col6/>
- <col7/>
- <col8/>
- <col9/>
- <totcnt/>
- </fthadminstatinfo>
- </fthadminstatlist>
- <search>
- <fromdd/>
- <todd/>
- <fthflag/>
- <year/>
- <sort/>
- <entry/>
- <fromyear/>
- <toyear/>
- </search>
- <aaa>
- <printname>RPAYS05001</printname>
- <sort>RPAYS05101</sort>
- </aaa>
- <sss/>
- </main>
- <send>
- <reqdata/>
- </send>
- <init>
- </init>
- </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/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- fGetFthStats();
- makeReportPreview(0,0,1180,700);
- //instcd 클라이언트 에서 세션, 값 가져오기...
- ]]>
- </script>
- <submission id="TRAYS05001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/fthadminstatlist"/>
- </model>
- <script type="javascript">
- <![CDATA[
- /**========================================================================================================================================
- * 화면 오픈시
- =========================================================================================================================================*/
- function fInit() {
-
- ipt_fromdd.visible = false;
- ipt_todd.visible = false;
- rdo_sort.visible = false;
- caption1.visible = false;
- cmb_year.visible = false;
- out_search.visible = false;
- ipt_entry.visible = false;
- ipt_fromyear.visible = false;
- ipt_toyear.visible = false;
-
-
- var CurrentDate = getCurrentDate();
- var currentYearMonthDate = CurrentDate.substring(0, 6) ; //현재년월의 시작일
-
- model.setValue("/root/main/search/fromdd" , currentYearMonthDate);
- model.setValue("/root/main/search/todd" , currentYearMonthDate);
- model.setValue("/root/main/search/entry" , currentYearMonthDate);
-
- model.makeValue("/root/main/search/fthflag","1"); //부서별 교직원 종교 현황조회 되도록 1셋팅
-
- model.refresh();
- }
- /**========================================================================================================================================
- * 통계구분에 따른 조회구분표시여부
- =========================================================================================================================================*/
-
- function fGetFthStats(){
- var currentDate = getCurrentDate();
- var currentYear = currentDate.substring(0, 4);
- //model.setValue("/root/main/search/fromyear" ,currentYear);
- //model.setValue("/root/main/search/toyear" ,currentYear);
-
- var srch = model.getValue("/root/main/aaa/printname");
- // 부서별교직원종교현황
- if(srch == "RPAYS05001"){
- ipt_fromdd.visible = false;
- ipt_todd.visible = false;
- rdo_sort.visible = false;
- caption1.visible = false;
- cmb_year.visible = false;
- out_search.visible = false;
- ipt_entry.visible = false;
- ipt_fromyear.visible = false;
- ipt_toyear.visible = false;
- caption2.visible = false;
- model.refresh();
-
- model.refresh();
-
- // 원목상담현황
- }else if(srch == "RPAYS05101"){
-
- rdo_sort.select(0);
- ipt_fromdd.visible = true;
- ipt_todd.visible = true;
- rdo_sort.visible = true;
- caption1.visible = true;
- out_search.visible = true;
- ipt_entry.visible = false;
- ipt_fromyear.visible = false;
- ipt_toyear.visible = false;
-
- ipt_fromdd.attribute("width") = "80";
- ipt_todd.attribute("width") = "80";
- ipt_fromdd.attribute('format') = 'yyyy-mm';
- ipt_todd.attribute('format') = 'yyyy-mm';
- model.refresh();
-
-
- // 교직원신앙교육현황
- }else if(srch == "RPAYS05201"){
-
- ipt_fromdd.visible = true;
- ipt_todd.visible = true;
- rdo_sort.visible = false;
- caption1.visible = true;
- cmb_year.visible = false;
- out_search.visible = true;
- ipt_entry.visible = false;
- ipt_fromyear.visible = false;
- ipt_toyear.visible = false;
- caption2.visible = false;
-
- ipt_fromdd.attribute("width") = "80";
- ipt_todd.attribute("width") = "80";
- ipt_fromdd.attribute('format') = 'yyyy-mm';
- ipt_todd.attribute('format') = 'yyyy-mm';
- model.refresh();
-
- // 성사수여자 현황
- }else if(srch == "RPAYS05301"){
- ipt_fromdd.visible = true;
- ipt_todd.visible = true;
- rdo_sort.visible = false;
- caption1.visible = true;
- cmb_year.visible = false;
- out_search.visible = true;
- ipt_entry.visible = false;
- ipt_fromyear.visible = false;
- ipt_toyear.visible = false;
- caption2.visible = false;
-
- ipt_fromdd.attribute("width") = "80";
- ipt_todd.attribute("width") = "80";
- ipt_fromdd.attribute('format') = 'yyyy-mm';
- ipt_todd.attribute('format') = 'yyyy-mm';
- model.refresh();
-
-
- // 미사 / 행사 / 기도 수행횟수 및 참석현황
- }else if(srch == "RPAYS05401"){
-
- var curDt = getCurrentDate();
- var curYearDt =curDt.substring(0, 4) ;
- model.makeValue("/root/main/search/fromyear",curYearDt);
- ipt_entry.visible = false;
- ipt_fromdd.visible = false;
- ipt_todd.visible = false;
- rdo_sort.visible = false;
- caption1.visible = false;
- cmb_year.visible = false;
- out_search.visible = true;
- ipt_fromyear.visible = true;
- ipt_toyear.visible = false;
- caption2.visible = false;
- model.refresh();
-
- // 주례자별 전례및 성사진행현황
- }else if(srch == "RPAYS05501"||srch == "RPAYS05901"){
- ipt_fromdd.visible = true;
- ipt_todd.visible = true;
- rdo_sort.visible = false;
- caption1.visible = true;
- cmb_year.visible = false;
- out_search.visible = true;
- ipt_entry.visible = false;
- ipt_fromyear.visible = false;
- ipt_toyear.visible = false;
- caption2.visible = false;
-
- ipt_fromdd.attribute("width") = "80";
- ipt_todd.attribute("width") = "80";
- ipt_fromdd.attribute('format') = 'yyyy-mm';
- ipt_todd.attribute('format') = 'yyyy-mm';
- model.refresh();
-
- // 회의별 참석현황
- }else if(srch == "RPAYS05601"){
- ipt_fromdd.visible = true;
- ipt_todd.visible = true;
- rdo_sort.visible = false;
- caption1.visible = true;
- cmb_year.visible = false;
- out_search.visible = true;
- ipt_entry.visible = false;
- ipt_fromyear.visible = false;
- ipt_toyear.visible = false;
- caption2.visible = false;
-
- ipt_fromdd.attribute("width") = "80";
- ipt_todd.attribute("width") = "80";
- ipt_fromdd.attribute('format') = 'yyyy-mm';
- ipt_todd.attribute('format') = 'yyyy-mm';
- model.refresh();
-
-
- // 원목자교육및 연간일정현황
- }else if(srch == "RPAYS05701"){
-
- ipt_fromdd.visible = true;
- ipt_todd.visible = true;
- rdo_sort.visible = false;
- caption1.visible = true;
- cmb_year.visible = false;
- out_search.visible = true;
- ipt_entry.visible = false;
- ipt_fromyear.visible = false;
- ipt_toyear.visible = false;
- caption2.visible = false;
-
- ipt_fromdd.attribute("width") = "80";
- ipt_todd.attribute("width") = "80";
- ipt_fromdd.attribute('format') = 'yyyy-mm';
- ipt_todd.attribute('format') = 'yyyy-mm';
- model.refresh();
-
-
- // 예비자교리현황
- }else if(srch == "RPAYS05801"){
-
- ipt_fromdd.visible = true;
- ipt_todd.visible = true;
- rdo_sort.visible = false;
- caption1.visible = true;
- cmb_year.visible = false;
- out_search.visible = true;
- ipt_entry.visible = false;
- ipt_fromyear.visible = false;
- ipt_toyear.visible = false;
- caption2.visible = false;
-
- ipt_fromdd.attribute("width") = "80";
- ipt_todd.attribute("width") = "80";
- ipt_fromdd.attribute('format') = 'yyyy-mm';
- ipt_todd.attribute('format') = 'yyyy-mm';
- model.refresh();
- }
-
- }
- /**========================================================================================================================================
- * 원목자별상담현황 조회구분(원목자별/월별/분기별/년도별)
- =========================================================================================================================================*/
- function fDate(){
- var currentDate = getCurrentDate();
- var currentYear = currentDate.substring(0, 4);
- var sort = model.getValue("/root/main/aaa/sort");
- //원목자별
- if(sort == "RPAYS05101" ){
-
- model.makeValue("/root/main/search/sort","11");
- var curDt = getCurrentDate();
-
- ipt_fromdd.visible = true;
- ipt_todd.visible = true;
- caption1.visible = true;
- cmb_year.visible = false;
- ipt_entry.visible = false;
- ipt_fromyear.visible = false;
- ipt_toyear.visible = false;
- caption2.visible = false;
-
- ipt_fromdd.attribute("width") = "80";
- ipt_todd.attribute("width") = "80";
- ipt_fromdd.attribute('format') = 'yyyy-mm';
- ipt_todd.attribute('format') = 'yyyy-mm';
- model.refresh();
- }
-
- //월별
- else if(sort == "RPAYS05102"){
-
- model.makeValue("/root/main/search/sort","12");
- var curDt = getCurrentDate();
- var curYearDt = curDt.substring(0, 4);
-
- ipt_fromdd.visible = true;
- ipt_todd.visible = true;
- caption1.visible = true;
- cmb_year.visible = false;
- ipt_entry.visible = false;
- ipt_fromyear.visible = false;
- ipt_toyear.visible = false;
- caption2.visible = false;
-
- ipt_fromdd.attribute("width") = "80";
- ipt_todd.attribute("width") = "80";
- ipt_fromdd.attribute('format') = 'yyyy-mm';
- ipt_todd.attribute('format') = 'yyyy-mm';
- model.refresh();
-
- }
-
- //분기별
- else if(sort == "RPAYS05103"){
- model.makeValue("/root/main/search/sort","13");
-
- var curDt = getCurrentDate();
- var curYearDt =curDt.substring(0, 4) ;
- model.makeValue("/root/main/search/entry",curYearDt);
-
- ipt_entry.visible = true;
- ipt_todd.visible = false;
- rdo_sort.visible = true;
- caption1.visible = false;
- cmb_year.visible = false;;
- out_search.visible = true;
- ipt_fromdd.visible = false;
- ipt_fromyear.visible = false;
- ipt_toyear.visible = false;
- caption2.visible = false;
-
- ipt_entry.attribute("width") = "55";
- ipt_entry.attribute('format') = 'yyyy';
-
- model.refresh();
- }
-
- //년도별
- else if(sort == "RPAYS05104"){
- model.makeValue("/root/main/search/sort","14");
- var curDt = getCurrentDate();
- var curYearDt = curDt.substring(0, 4);
-
- model.makeValue("/root/main/search/fromyear" , curYearDt);
- model.makeValue("/root/main/search/toyear" , curYearDt);
-
-
- ipt_fromdd.visible = false;
- ipt_todd.visible = false;
- ipt_entry.visible = false;
- rdo_sort.visible = true;
- caption1.visible = true;
- cmb_year.visible = false;
- out_search.visible = true;
- ipt_fromyear.visible = true;
- ipt_toyear.visible = true;
- caption2.visible = true;
-
- ipt_fromyear.attribute('format') = 'yyyy';
- ipt_toyear.attribute('format') = 'yyyy';
- model.refresh();
- }
- }
- /**========================================================================================================================================
- * 원목자별상담현황 조회함수
- =========================================================================================================================================*/
- function fReqFthAdminStat()
- {
- var fthflag = model.getValue("/root/main/search/fthflag");
- var fromdd = model.getValue("/root/main/search/fromdd");
- var todd = model.getValue("/root/main/search/todd");
- var entry = model.getValue("/root/main/search/entry");
- var fromyear = model.getValue("/root/main/search/fromyear");
- var toyear = model.getValue("/root/main/search/toyear");
-
- var srch = model.getValue("/root/main/aaa/printname");
- var sort = model.getValue("/root/main/aaa/sort");
-
-
-
- // 교직원신앙교육현황
- if(srch == "RPAYS05201"){
- if( fromdd == "" || todd ==""){
- messageBox("조회기간을","C001" );
- model.refresh();
- return;
- }
-
- // 성사수여자 현황
- }else if(srch == "RPAYS05301"){
- if( fromdd == "" || todd ==""){
- messageBox("조회기간을","C001" );
- model.refresh();
- return;
- }
-
- // 미사 / 행사 / 기도 수행횟수 및 참석현황
- }else if(srch == "RPAYS05401"){
- if( fromyear == "" ){
- messageBox("조회년도를","C001" );
- model.refresh();
- return;
- }
- // 주례자별 전례및 성사진행현황
- }else if(srch == "RPAYS05501"||srch == "RPAYS05901"){
- if( fromdd == "" || todd ==""){
- messageBox("조회기간을","C001" );
- model.refresh();
- return;
- }
-
- // 회의별 참석현황
- }else if(srch == "RPAYS05601"){
- if( fromdd == "" || todd ==""){
- messageBox("조회기간을","C001" );
- model.refresh();
- return;
- }
-
- // 원목자교육및 연간일정현황
- }else if(srch == "RPAYS05701"){
- if( fromdd == "" || todd ==""){
- messageBox("조회기간을","C001" );
- model.refresh();
- return;
- }
-
- // 예비자교리현황
- }else if(srch == "RPAYS05801"){
- if( fromdd == "" || todd ==""){
- messageBox("조회기간을","C001" );
- model.refresh();
- return;
- }
-
- //원목상담현황 - 원목자별
- }else if(srch == "RPAYS05101"){
- if( fromdd == "" || todd ==""){
- messageBox("조회기간을","C001" );
- model.refresh();
- return;
- }
-
- }else if(srch == "RPAYS05102"){
- if( fromdd == "" || todd ==""){
- messageBox("조회기간을","C001" );
- model.refresh();
- return;
- }
-
- }else if(srch == "RPAYS05103"){
- if( entry == "" ){
- messageBox("조회년도를","C001" );
- model.refresh();
- return;
- }
-
- }else if(srch == "RPAYS05104"){
- if( fromyear == "" || toyear ==""){
- messageBox("조회년도를","C001" );
- model.refresh();
- return;
- }
- }
- model.removeNodeset("/root/main/fthadminstatlist/fthadminstatinfo");
- model.removeNodeset("/root/send/reqdata");
- model.makeNode("/root/send/reqdata");
- model.copyNode("/root/send/reqdata","/root/main/search");
- submit("TRAYS05001");
-
- if(cmb_stats.value == "RPAYS05101"){
- if(rdo_sort.value == "RPAYS05101"){
- //alert(cmb_stats.value+"11");
- model.makeValue("/root/main/search/searchflag","10");
- model.makeValue("/root/main/aaa/sort","RPAYS05101");
- }
- else if(rdo_sort.value == "RPAYS05102"){
- //alert(cmb_stats.value+"22");
- model.makeValue("/root/main/search/searchflag","11");
- model.makeValue("/root/main/aaa/sort","RPAYS05102");
- }
- else if(rdo_sort.value =="RPAYS05103"){
- //alert(cmb_stats.value+"33");
- model.makeValue("/root/main/search/searchflag","12");
- model.makeValue("/root/main/aaa/sort","RPAYS05103");
- if( entry == "" ){
- messageBox("조회년도를","C001" );
- model.refresh();
- return;
- }
- }
- else if(rdo_sort.value =="RPAYS05104"){
- //alert(cmb_stats.value+"44");
- model.makeValue("/root/main/search/searchflag","13");
- model.makeValue("/root/main/aaa/sort","RPAYS05104");
- if( fromyear == "" || toyear ==""){
- messageBox("조회년도를","C001" );
- model.refresh();
- return;
- }
- }
-
- var srch = model.getValue("/root/main/aaa/sort")
- model.refresh();
- }
- else
- {
- var srch = model.getValue("/root/main/aaa/printname")
- }
-
-
- exeReportPreview(srch, "XMLSTR", "/root/main/search");
- //model.removeNodeset("/root/main/search");
- model.refresh();
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1195;1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1180px; height:13px; ">
- <caption id="caption6" class="tit_1" visibility="visible" style="left:0px; top:0px; width:160px; height:14px; ">원목 통계</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:60px; width:1180px; height:710px; ">
- <datagrid id="grd_voluntrattdabsninfo" nodeset="/root/main/fthadminstatlist/fthadminstatinfo" visibility="hidden" caption="^^^^^^^^^^^^" colsep="^" colwidth="52, 51, 55, 24, 32, 46, 45, 47, 45, 31, 27, 27, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:130px; top:15px; width:690px; height:55px; ">
- <col ref="conslrnm"/>
- <col ref="jobrespcd"/>
- <col ref="col1"/>
- <col ref="col2"/>
- <col ref="col3"/>
- <col ref="col4"/>
- <col ref="col5"/>
- <col ref="col6"/>
- <col ref="col7"/>
- <col ref="col8"/>
- <col ref="col9"/>
- <col ref="totcnt"/>
- </datagrid>
- </group>
- <group id="group1" style="left:0px; top:15px; width:1180px; height:40px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:2px; width:1180px; height:35px; "/>
- <caption id="caption3" class="search_name" style="left:10px; top:11px; width:91px; height:17px; ">통계화면 :</caption>
- <button id="button2" class="btn1_letter2" style="left:1089px; top:10px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fReqFthAdminStat();
- ]]>
- </script>
- </button>
- <line id="line1" class="line_4" style="x1:1071px; y1:7px; x2:1071px; y2:29px; "/>
- <caption id="out_search" class="search_name" visibility="hidden" style="left:398px; top:11px; width:86px; height:17px; ">조회기간 :</caption>
- <caption id="caption1" visibility="hidden" style="left:577px; top:11px; width:15px; height:20px; font-weight:bold; ">~</caption>
- <input id="ipt_todd" ref="/root/main/search/todd" class="input_search" navindex="2" visibility="hidden" inputtype="date" style="left:594px; top:10px; width:105px; height:19px; text-align:center; "/>
- <script type="javascript" ev:event="ondayselect">
- <![CDATA[
- // ipt_todd.attribute("width") = "80";
- // ipt_todd.attribute('format')='yyyy-mm';
-
- ]]>
- </script>
- <input id="ipt_fromdd" ref="/root/main/search/fromdd" class="input_search" navindex="1" visibility="hidden" inputtype="date" style="left:488px; top:10px; width:105px; height:19px; text-align:center; "/>
- <script type="javascript" ev:event="ondayselect">
- <![CDATA[
- // ipt_fromdd.attribute("width") = "80";
- // ipt_fromdd.attribute('format')='yyyy-mm';
-
- ]]>
- </script>
- <select1 id="cmb_stats" ref="/root/main/aaa/printname" class="combo_search" appearance="minimal" style="left:100px; top:11px; width:265px; height:19px; ">
- <choices>
- <item>
- <label>부서별교직원종교현황</label>
- <value>RPAYS05001</value>
- </item>
- <item>
- <label>교직원신앙교육현황</label>
- <value>RPAYS05201</value>
- </item>
- <item>
- <label>성사수여자현황</label>
- <value>RPAYS05301</value>
- </item>
- <item>
- <label>미사/행사/기도 수행횟수 및 참석현황</label>
- <value>RPAYS05401</value>
- </item>
- <item>
- <label>주례자별 전례집행현황</label>
- <value>RPAYS05501</value>
- </item>
- <item>
- <label>주례자별 성사집행현황</label>
- <value>RPAYS05901</value>
- </item>
- <item>
- <label>회의별 참석현황</label>
- <value>RPAYS05601</value>
- </item>
- <item>
- <label>원목자의 교육 및 연간일정현황</label>
- <value>RPAYS05701</value>
- </item>
- <item>
- <label>예비자 교리현황</label>
- <value>RPAYS05801</value>
- </item>
- <item>
- <label>원목상담현황</label>
- <value>RPAYS05101</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
-
- if(cmb_stats.value=="RPAYS05001")
- {
- model.makeValue("/root/main/search/fthflag","1");
- }
- if(cmb_stats.value=="RPAYS05201")
- {
- model.makeValue("/root/main/search/fthflag","2");
- }
- if(cmb_stats.value=="RPAYS05301")
- {
- model.makeValue("/root/main/search/fthflag","3");
- }
- if(cmb_stats.value=="RPAYS05401")
- {
- model.makeValue("/root/main/search/fthflag","4");
- }
- if(cmb_stats.value=="RPAYS05501")
- {
- model.makeValue("/root/main/search/fthflag","5");
- }
- if(cmb_stats.value=="RPAYS05901")
- {
- model.makeValue("/root/main/search/fthflag","6");
- }
- if(cmb_stats.value=="RPAYS05601")
- {
- model.makeValue("/root/main/search/fthflag","7");
- }
- if(cmb_stats.value=="RPAYS05701")
- {
- model.makeValue("/root/main/search/fthflag","8");
- }
-
- if(cmb_stats.value=="RPAYS05801")
- {
- model.makeValue("/root/main/search/fthflag","9");
- }
- if(cmb_stats.value=="RPAYS05101")
- {
- if(rdo_sort.value == "RPAYS05101"){
- model.makeValue("/root/main/search/fthflag","10");
- //model.makeValue("/root/main/search/searchflag","10");
- }
- else if(rdo_sort.value == "RPAYS05102"){
- model.makeValue("/root/main/search/fthflag","11");
- //model.makeValue("/root/main/search/searchflag","11");
- }
- else if(rdo_sort.value =="RPAYS05103"){
- model.makeValue("/root/main/search/fthflag","12");
- //model.makeValue("/root/main/search/searchflag","12");
- }
- else if(rdo_sort.value =="RPAYS05104"){
- model.makeValue("/root/main/search/fthflag","13");
- //model.makeValue("/root/main/search/searchflag","13");
- }
-
- }
- fGetFthStats();
- //fReqFthAdminStat(); //조회
- ]]>
- </script>
- </select1>
- <select1 id="rdo_sort" ref="/root/main/aaa/sort" visibility="hidden" appearance="full" cols="4" overflow="visible" style="left:711px; top:12px; width:229px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>원목자별</label>
- <value>RPAYS05101</value>
- </item>
- <item>
- <label>월별</label>
- <value>RPAYS05102</value>
- </item>
- <item>
- <label>분기별</label>
- <value>RPAYS05103</value>
- </item>
- <item>
- <label>년도별</label>
- <value>RPAYS05104</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- if(rdo_sort.value == "RPAYS05101"){
- model.makeValue("/root/main/search/fthflag","10");
- }
- else if(rdo_sort.value == "RPAYS05102"){
- model.makeValue("/root/main/search/fthflag","11");
- }
- else if(rdo_sort.value =="RPAYS05103"){
- model.makeValue("/root/main/search/fthflag","12");
- }
- else if(rdo_sort.value =="RPAYS05104"){
- model.makeValue("/root/main/search/fthflag","13");
- }
- fDate();
-
- model.removeNodeset("/root/main/fthadminstatlist/fthadminstatinfo");
- model.removeNodeset("/root/send/reqdata");
- model.makeNode("/root/send/reqdata");
- model.copyNode("/root/send/reqdata","/root/main/search");
- //submit("TRAYS05001");
- //var srch = model.getValue("/root/main/aaa/printname")
- //exeReportPreview(srch, "XMLSTR", "/root/main/search");
- //fReqFthAdminStat();
- model.refresh();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_year" ref="/root/main/aaa/year" visibility="hidden" appearance="minimal" style="left:568px; top:10px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>1분기</label>
- <value>1</value>
- </item>
- <item>
- <label>2분기</label>
- <value>2</value>
- </item>
- <item>
- <label>3분기</label>
- <value>3</value>
- </item>
- <item>
- <label>4분기</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_entry" ref="/root/main/search/entry" visibility="hidden" style="left:490px; top:10px; width:100px; height:19px; "/>
- <input id="ipt_toyear" ref="/root/main/search/toyear" visibility="hidden" style="left:565px; top:10px; width:55px; height:19px; "/>
- <input id="ipt_fromyear" ref="/root/main/search/fromyear" visibility="hidden" style="left:490px; top:10px; width:55px; height:19px; "/>
- <caption id="caption2" visibility="hidden" style="left:545px; top:10px; width:20px; height:20px; font-weight:bold; text-align:center; ">~</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|