123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPRSD07101" position="absolute 0 0 375 427" titletext="집계횟수별 미마감리스트" oninit="SPRSD07101_oninit" onload="SPRSD07101_onload">
- <Layouts>
- <Layout>
- <Div position="absolute 0 0 375 427" id="group3" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Static text="집계횟수별 미마감리스트" position="absolute 0 0 185 25" id="caption1" class="tit_1" anchor="default"/>
- <Shape position="absolute 0 70 375 76" id="line1" class="line_10" anchor="default"/>
- <Grid position="absolute 0 75 375 375" id="grd_prcpunfinish" anchor="default" binddataset="ds_prcpunfinish" autofittype="col" oncelldblclick="group3_grd_prcpunfinish_oncelldblclick">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="20" band="left"/>
- <Column size="80"/>
- <Column size="40"/>
- <Column size="60"/>
- </Columns>
- <Rows>
- <Row size="24" band="head"/>
- <Row size="24"/>
- </Rows>
- <Band id="head">
- <Cell/>
- <Cell col="1" text="집계일자"/>
- <Cell col="2" text="회차"/>
- <Cell col="3" text="마감여부"/>
- </Band>
- <Band id="body">
- <Cell celltype="head" expr="expr:currow +1"/>
- <Cell col="1" displaytype="date" text="bind:acptdd" calendardisplaynulltype="none"/>
- <Cell col="2" text="bind:sumcnt"/>
- <Cell col="3" text="bind:deliveendflag"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Div id="group4" taborder="1" class="div_SA2" position="absolute 0 25 375 61" anchor="default">
- <Layouts>
- <Layout>
- <Shape id="line13" linetype="vertical" class="line_4" position="absolute 276 8 282 30" anchor="default"/>
- <Button id="btn_search" taborder="7" text="조회" onclick="group4_btn_search_onclick" class="btn1" position="absolute 295 8 351 30" anchor="default"/>
- <Static id="cap_reqdd2" text="집계월 :" class="search_name" position="absolute 22 9 83 26" anchor="default"/>
- <Calendar id="ipt_acptmm" taborder="8" autoselect="true" class="input_essential" position="absolute 92 8 189 27" anchor="default" dateformat="yyyy-MM" value="null" editformat="yyyy-MM"/>
- </Layout>
- </Layouts>
- </Div>
- <Button id="btn_close" taborder="2" text="닫기" onclick="btn_close_onclick" class="btn4" position="absolute 319 395 375 417" anchor="default"/>
- </Layout>
- </Layouts>
- </Div>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false" oncolumnchanged="ds_send_oncolumnchanged">
- <ColumnInfo>
- <Column id="acptmm" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- <Dataset id="ds_prcpunfinish" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="acptdd" type="STRING" size="256"/>
- <Column id="sumcnt" type="STRING" size="256"/>
- <Column id="deliveendflag" type="STRING" size="256"/>
- </ColumnInfo>
- </Dataset>
- </Objects>
- <Bind>
- <BindItem id="item0" compid="group3.group4.ipt_acptmm" propid="value" datasetid="ds_send" columnid="acptmm"/>
- </Bind>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name : 경대 의료정보시스템
- * Job Name : mis_reqxp -> SPRSD07101
- * Creator : yjh
- * Make Date : 2018-11-15
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2018-11-15 yjh TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- //=======================================================================================
- // Lib Include
- //---------------------------------------------------------------------------------------
- include "com_commonxp::comm_main.xjs";
- //=======================================================================================
- // Global Form Variable
- //---------------------------------------------------------------------------------------
- //=======================================================================================
- // Function
- //---------------------------------------------------------------------------------------
- /****************************************************************************************
- * Argument : N/A
- * Description :
- ****************************************************************************************/
- //=======================================================================================
- // Event
- //---------------------------------------------------------------------------------------
- /****************************************************************************************
- * Components : Form
- * Components ID : SPRSD07101
- * Event : oninit
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 화면 처음 초기화시
- ****************************************************************************************/
- function SPRSD07101_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj); //폼 초기화
- }
- /****************************************************************************************
- * Components : Form
- * Components ID : SPRSD07101
- * Event : onload
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 화면 로딩 완료시
- ****************************************************************************************/
- function SPRSD07101_onload(obj:Form, e:LoadEventInfo)
- {
- ds_send.setColumn(0, "acptmm", utlf_getCurrentDate().substr(0, 6));
- }
- /****************************************************************************************
- * Components : Dataset
- * Components ID : ds_send
- * Event : oncolumnchanged
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 데이터셋 값 변경시
- ****************************************************************************************/
- function ds_send_oncolumnchanged(obj:Dataset, e:DSColChangeEventInfo)
- {
- if( e.columnid == "acptmm" ){
- obj.setColumn(e.row, e.columnid, utlf_transNullToEmpty(e.newvalue).substr(0, 6));
- }
- }
- /****************************************************************************************
- * Components : Button
- * Components ID : btn_close
- * Event : onclick
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 닫기버튼 클릭시
- ****************************************************************************************/
- function btn_close_onclick(obj:Button, e:ClickEventInfo)
- {
- this.close();
- }
- /****************************************************************************************
- * Components : Button
- * Components ID : btn_search
- * Event : onclick
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 조회버튼 클릭시
- ****************************************************************************************/
- function group4_btn_search_onclick(obj:Button, e:ClickEventInfo)
- {
- var oParam = {};
- oParam.id = "TRRSD07101";
- oParam.service = "reqapp.ReqMngt";
- oParam.method = "reqGetPrcpUnFinish";
- oParam.inds = "req=ds_send";
- oParam.outds = "ds_prcpunfinish=prcpunfinish";
- oParam.async = false;
- //oParam.callback = "cf_TRRSD07101";
- tranf_submit(oParam);
- }
- /****************************************************************************************
- * Components : Grid
- * Components ID : grd_prcpunfinish
- * Event : oncelldblclick
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 그리드 셀 더블클릭시
- ****************************************************************************************/
- function group3_grd_prcpunfinish_oncelldblclick(obj:Grid, e:GridClickEventInfo)
- {
- //opener.ds_send_SearchTree.setColumn(0, "acptdd", ds_prcpunfinish.getColumn(e.row, "acptdd"));
- opener.group5.grp_key.ipt_acptdd.value = ds_prcpunfinish.getColumn(e.row, "acptdd");
- opener.group5_grp_key_ipt_acptdd_onchanged();
- //opener.ds_send_SearchTree.setColumn(0, "sumcnt", ds_prcpunfinish.getColumn(e.row, "sumcnt"));
- opener.group5.grp_key.cmb_sumcnt.value = ds_prcpunfinish.getColumn(e.row, "sumcnt");
-
- opener.group5.grp_detail.btn_searchtree.click();
- }
- ]]></Script>
- </Form>
- </FDL>
|