123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- <?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>
- <schflagqurtyylist>
- <dutplceinst/>
- <dutplceinstnm/>
- <scholflagnm/>
- <mancnt/>
- <scholexppayamt/>
- </schflagqurtyylist>
- </main>
- <target/>
- <send>
- <payappmm_s/>
- <qurtyy/>
- <payyy/>
- <payappmm_e/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- misfGridInit(grd_schflagqurtyylist);
- //misfMsterDetailSet(grd_schflagqurtyylist,null,"TRRPA02301","N");
- var now = new Date();
- var yyyy = now.getYear();
- ipt_payappmm.value=yyyy;
- ]]>
- </script>
- <submission id="TRRPA02301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/schflagqurtyylist"/>
- </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/acntcommonweb/js/AcntCommon.js"/>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize() {
- model.removeNodeset("/root/main/schflagqurtyylist");
- model.resetInstanceNode("/root/send");
- model.refresh();
-
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1350;1,1349;" style="margin-left:8; margin-right:8; ">
- <group id="group3" scroll="auto" style="left:0px; top:38px; width:1195px; height:740px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:10px; width:1194px; height:35px; "/>
- <group id="group2" style="left:0px; top:0px; width:580px; height:5px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:55px; width:227px; height:13px; ">학력별 분기별 학비보조금 지급내역</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
- <datagrid id="grd_schflagqurtyylist" nodeset="/root/main/schflagqurtyylist" caption="기관코드^기관명^학력^인원^지급액" colsep="^" colwidth="57, 200, 157, 196, 277, 100" dataheight="23" defaultrows="0" extendlastcol="scroll" mergecells="byrestriccol" mergecellsfixedcols="never" mergecellsfixedrows="never" rowheader="select" rowheight="23" rowsep="|" style="left:0px; top:75px; width:1194px; height:645px; ">
- <col ref="dutplceinst" visibility="hidden" style="text-align:center; "/>
- <col ref="dutplceinstnm" style="text-align:center; "/>
- <col ref="scholflagnm" style="text-align:center; "/>
- <col ref="mancnt" format="#,###" style="text-align:right; padding-right:10; "/>
- <col ref="scholexppayamt" format="#,###" style="text-align:right; padding-right:10; "/>
- <col ref="scholflag" visibility="hidden" style="text-align:center; "/>
- </datagrid>
- <button id="btn_search" class="btn1_letter2" navindex="4" style="left:1125px; top:16px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(ipt_payappmm.value==""){
- messageBox("지급년월은","I003");
- return;
- }
-
- if(cmb_qurtyy.value==""){
- messageBox("분기는","I003");
- return;
- }
- //misfMsterDetailRetrieve();
- submit("TRRPA02301");
- for(i=1; i< grd_schflagqurtyylist.rows; i++){
- var scholflag=model.getValue(grd_schflagqurtyylist.attribute("nodeset")+"["+i+"]/scholflag");
- if(scholflag =='99'){
- grd_schflagqurtyylist.rowstyle(i, "data", "background-color") = "#ccffff";
- }
- }
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:19; width:86px; height:17px; ">지급년도 :</caption>
- <input id="ipt_payappmm" ref="/root/send/payyy" class="input_s_essential" inputtype="date" format="yyyy" style="left:100px; top:18; width:100px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ipt_payappmm_s.value=ipt_payappmm.value;
- ipt_payappmm_e.value=ipt_payappmm.value;
- var qurtyy=cmb_qurtyy.value;
- if(qurtyy=='1'){
- ipt_payappmm_s.value=ipt_payappmm.value+"01";
- ipt_payappmm_e.value=ipt_payappmm.value+"03";
- }else if(qurtyy=='2'){
- ipt_payappmm_s.value=ipt_payappmm.value+"04";
- ipt_payappmm_e.value=ipt_payappmm.value+"06";
- }else if(qurtyy=='3'){
- ipt_payappmm_s.value=ipt_payappmm.value+"07";
- ipt_payappmm_e.value=ipt_payappmm.value+"09";
- }else if(qurtyy=='4'){
- ipt_payappmm_s.value=ipt_payappmm.value+"10";
- ipt_payappmm_e.value=ipt_payappmm.value+"12";
- }
- ]]>
- </script>
- </input>
- <select1 id="cmb_qurtyy" ref="/root/send/qurtyy" class="combo_default" appearance="minimal" style="left:289px; top:18; width:85px; 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>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var qurtyy=cmb_qurtyy.value;
- if(qurtyy=='1'){
- ipt_payappmm_s.value=ipt_payappmm.value+"01";
- ipt_payappmm_e.value=ipt_payappmm.value+"03";
- }else if(qurtyy=='2'){
- ipt_payappmm_s.value=ipt_payappmm.value+"04";
- ipt_payappmm_e.value=ipt_payappmm.value+"06";
- }else if(qurtyy=='3'){
- ipt_payappmm_s.value=ipt_payappmm.value+"07";
- ipt_payappmm_e.value=ipt_payappmm.value+"09";
- }else if(qurtyy=='4'){
- ipt_payappmm_s.value=ipt_payappmm.value+"10";
- ipt_payappmm_e.value=ipt_payappmm.value+"12";
- }
- ]]>
- </script>
- </select1>
- <caption id="caption3" class="search_name" style="left:205px; top:19; width:86px; height:17px; ">분 기 :</caption>
- <input id="ipt_payappmm_s" ref="/root/send/payappmm_s" visibility="hidden" style="left:415px; top:18; width:130px; height:19px; "/>
- <input id="ipt_payappmm_e" ref="/root/send/payappmm_e" visibility="hidden" style="left:550px; top:18; width:130px; height:19px; "/>
- <button id="button19" class="btn2_letter4" style="left:1125px; top:49px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- grd_schflagqurtyylist.saveExcel(fileName, "SheetName", true, true, "", "");
- }
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1194px; height:27px; ">
- <button id="button9" class="btn3_letter4" visibility="hidden" style="left:58px; top:3px; width:80px; height:22px; ">
- <caption>화면이동</caption>
- </button>
- <line id="line11" class="line_6" style="x1:0; y1:25; x2:1194; y2:25; "/>
- <button id="button10" class="btn4_letter3" style="left:1115px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var updtdata = getGridUpdateData(grd_schflagqurtyylist);
- if (updtdata != "" ) {
- var ret = messageBox("그리드에 작업 중인 내용이 있습니다. 초기화 작업을","Q003");
- if (ret != 6) { // not OK
- return;
- }
- }
- fInitialize();
- ]]>
- </script>
- </button>
- <button id="button1" class="btn6_letter2" visibility="hidden" style="left:0px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- exeReportPreview("RPRPA02300", "XMLSTR", "", "", "", "true", "", "", "", "");
- ]]>
- </script>
- </button>
- <button id="button2" class="btn4_letter5" style="left:1022px; top:3px; width:92px; height:22px; ">
- <caption>내역서출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- exeReportPreview("RPRPA02300", "XMLSTR", "/root/main/send");
- ]]>
- </script>
- </button>
- </group>
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption4" class="tit_1" style="left:0px; top:0px; width:840px; height:14px; ">학력별,분기별현황</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|