123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPZBC00400" classname="SPZBC00100_코드검색팝업" inheritanceid="" position="absolute 0 0 584 429" titletext="유형코드검색" onload="SPZBC00400_onload" class="frm_POP" onkeydown="SPZBC00400_onkeydown">
- <Layouts>
- <Layout>
- <Static id="st_codeList" text="유형코드 목록" position2="absolute l:12 w:132 t:98 h:20" positiontype="position2" class="tit_2"/>
- <Grid id="gd_codeList" taborder="3" useinputpanel="false" position2="absolute l:12 w:560 t:118 h:276" positiontype="position2" binddataset="ds_kindCodeList" cellmovingtype="none" autofittype="none" cellsizebandtype="allband" cellsizingtype="col" areaselecttype="limitband" oncelldblclick="gd_codeList_oncelldblclick" onkeydown="gd_codeList_onkeydown">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="70"/>
- <Column size="60"/>
- <Column size="50"/>
- <Column size="100"/>
- <Column size="100"/>
- <Column size="55"/>
- <Column size="50"/>
- <Column size="50"/>
- <Column size="50"/>
- <Column size="71"/>
- <Column size="70"/>
- <Column size="90"/>
- <Column size="80"/>
- <Column size="80"/>
- <Column size="90"/>
- <Column size="90"/>
- <Column size="90"/>
- <Column size="90"/>
- </Columns>
- <Rows>
- <Row size="22" band="head"/>
- <Row size="20"/>
- </Rows>
- <Band id="head">
- <Cell text="코드SID"/>
- <Cell col="1" text="코드군ID"/>
- <Cell col="2" text="코드ID"/>
- <Cell col="3" text="코드이름"/>
- <Cell col="4" text="상세설명"/>
- <Cell col="5" text="출력순서"/>
- <Cell col="6" text="코드값"/>
- <Cell col="7" text="최소값"/>
- <Cell col="8" text="최대값"/>
- <Cell col="9" text="최소연산자"/>
- <Cell col="10" text="최대연산자"/>
- <Cell col="11" text="코드영문약어"/>
- <Cell col="12" text="유효시작일자"/>
- <Cell col="13" text="유효종료일자"/>
- <Cell col="14" text="최초등록자ID"/>
- <Cell col="15" text="최초등록일시"/>
- <Cell col="16" text="최종수정자ID"/>
- <Cell col="17" text="최종수정일시"/>
- </Band>
- <Band id="body">
- <Cell text="bind:cdsid"/>
- <Cell col="1" text="bind:cdgrupid"/>
- <Cell col="2" text="bind:cdid"/>
- <Cell col="3" text="bind:cdnm"/>
- <Cell col="4" text="bind:detldesc"/>
- <Cell col="5" text="bind:dispseq"/>
- <Cell col="6" text="bind:cdval"/>
- <Cell col="7" text="bind:minval"/>
- <Cell col="8" text="bind:maxval"/>
- <Cell col="9" text="bind:minopercd"/>
- <Cell col="10" text="bind:maxopercd"/>
- <Cell col="11" text="bind:cdengabbrnm"/>
- <Cell col="12" displaytype="date" text="bind:valifromdd"/>
- <Cell col="13" displaytype="date" text="bind:valitodd"/>
- <Cell col="14" text="bind:fstrgstrid"/>
- <Cell col="15" displaytype="date" text="bind:fstrgstdt"/>
- <Cell col="16" text="bind:lastupdtrid"/>
- <Cell col="17" displaytype="date" text="bind:lastupdtdt"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Button id="bt_ok" taborder="4" text="확인" onclick="bt_ok_onclick" class="btn4" anchor="default" position="absolute 457 397 513 417" positiontype="position"/>
- <Button id="bt_cancel" taborder="5" text="취소" onclick="btn_cancel_onclick" class="btn4" anchor="default" position="absolute 516 397 572 417" positiontype="position"/>
- <Static id="stt_titleText" text="유형코드검색" class="sta_POP_title" position="absolute 12 8 161 28"/>
- <Div id="div_search" taborder="7" class="div_SA" position="absolute 12 46 572 88">
- <Layouts>
- <Layout>
- <Button id="bt_search" taborder="0" text="조회" onclick="bt_search_onclick" class="btn1" anchor="default" position="absolute 492 10 548 30" positiontype="position"/>
- <Edit id="ed_searchValue" taborder="1" onkeydown="div_search_ed_searchValue_onkeydown" anchor="default" position="absolute 175 10 315 30" positiontype="position" imemode="alpha"/>
- <Combo id="cb_condition" taborder="2" value="cdid" text="코드ID" codecolumn="codecolumn" datacolumn="datacolumn" index="0" anchor="default" position="absolute 81 10 172 30" positiontype="position" onitemchanged="div_search_cb_condition_onitemchanged">
- <Dataset id="innerdataset">
- <ColumnInfo>
- <Column id="codecolumn" size="256"/>
- <Column id="datacolumn" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="codecolumn">cdid</Col>
- <Col id="datacolumn">코드ID</Col>
- </Row>
- <Row>
- <Col id="codecolumn">cdnm</Col>
- <Col id="datacolumn">코드명</Col>
- </Row>
- </Rows>
- </Dataset>
- </Combo>
- <Static id="st_searchCondition" text="검색조건" class="search_name" anchor="default" position="absolute 8 10 88 30" positiontype="position"/>
- </Layout>
- </Layouts>
- </Div>
- <Button id="btn_close" taborder="8" class="btn_POP_cls" position="absolute 558 12 572 25" onclick="btn_close_onclick"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_kindCodeList" firefirstcount="0" firenextcount="0" useclientlayout="true" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="cdsid" type="STRING" size="256"/>
- <Column id="cdgrupid" type="STRING" size="256"/>
- <Column id="cdid" type="STRING" size="256"/>
- <Column id="cdnm" type="STRING" size="256"/>
- <Column id="detldesc" type="STRING" size="256"/>
- <Column id="dispseq" type="STRING" size="256"/>
- <Column id="cdval" type="STRING" size="256"/>
- <Column id="minval" type="STRING" size="256"/>
- <Column id="maxval" type="STRING" size="256"/>
- <Column id="minopercd" type="STRING" size="256"/>
- <Column id="maxopercd" type="STRING" size="256"/>
- <Column id="cdengabbrnm" type="STRING" size="256"/>
- <Column id="valifromdd" type="STRING" size="256"/>
- <Column id="valitodd" type="STRING" size="256"/>
- <Column id="fstrgstrid" type="STRING" size="256"/>
- <Column id="fstrgstdt" type="STRING" size="256"/>
- <Column id="lastupdtrid" type="STRING" size="256"/>
- <Column id="lastupdtdt" type="STRING" size="256"/>
- </ColumnInfo>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/************************************************************************************************
- * 파 일 명 : SPZBC00400_유형코드검색팝업.xfdl
- * 작 성 자 : 임준호
- * 작 성 일 : 2014.02.05
- * 설 명 : 유형코드목록을 검색하여 유형코드의 ID와 이름을 받는다.
- * return value - (cdid:코드ID, cdnm:코드명)
- * 수 정 자 :
- * 수정이력 :
- ************************************************************************************************/
- include "com_commonxp::comm_main.xjs"
- /************************************************************************************************
- ******************************** Form Variable **************************************************
- ************************************************************************************************/
-
-
- /************************************************************************************************
- ******************************** Form Function **************************************************
- ************************************************************************************************/
- /********************************************************************************
- * 설 명 : 유형코드 정보를 서버에서 가져온다.
- * argument :
- ********************************************************************************/
- function lf_getKindCodeList(){
- var S_IN_DS_REQ = "ds_req";
-
- if(!utlf_isNull(this.objects["ds_req"])){
- ds_req.clear();
- }
-
- var objColInfo = new Array();
- objColInfo.push({col: "bizid", val: plgv_sBizid});
- objColInfo.push({col: "cdgrupid", val: plgv_sCdgrupid});
- if(div_search.cb_condition.value == "cdid"){
- objColInfo.push({col: "cdid", val: div_search.ed_searchValue.value});
- }else{
- objColInfo.push({col: "cdnm", val: div_search.ed_searchValue.value});
- }
- objColInfo.push({col: "organcd", val: plgv_sOrgncd});
- objColInfo.push({col: "sortfield", val: ""});
- dsf_createDsRow(S_IN_DS_REQ, objColInfo);
-
- tranf_submit({
- id: "tr_getKindCodeList"
- , service: "basiccodeapp.KindCodeUser"
- , method: "reqGetKindCodeList"
- , inds : "req="+S_IN_DS_REQ
- , outds: "ds_kindCodeList=kindcode"
- , async: true
- });
- }
- /********************************************************************************
- * 설 명 : 부모창의 return function을 호출하고 인자값을 넘겨준다.
- * argument : sCdid - 코드 ID
- * sCdnm - 코드명
- ********************************************************************************/
- function lf_setCodeInfo(sCdid, sCdnm){
- var sCdid = ds_kindCodeList.getColumn(ds_kindCodeList.rowposition, "cdid");
- var sCdnm = ds_kindCodeList.getColumn(ds_kindCodeList.rowposition, "cdnm");
-
- var objRetVal = new Object();
- objRetVal.cdid = sCdid;
- objRetVal.cdnm = sCdnm;
-
- this.close(objRetVal);
- //eval("opener."+plgv_sReturnFuncNm+"('"+sCdid+"', '"+sCdnm+"')");
- }
- /************************************************************************************************
- ******************************** Form Event *****************************************************
- ************************************************************************************************/
- /********************************************************************************
- * 설 명 : form onload - argument로 넘어온 검색조건과 검색어를
- * 해당 컴포넌트에 입력하고 조회한다.
- * argument :
- ********************************************************************************/
- function SPZBC00400_onload(obj:Form, e:LoadEventInfo)
- {
-
- frmf_initForm(obj);
-
- div_search.cb_condition.index = 0;
- div_search.ed_searchValue.value = "";
-
- if(!utlf_isNull(plgv_sSearchCondition)){
- div_search.cb_condition.value = plgv_sSearchCondition;
- }
-
- if(!utlf_isNull(plgv_sSearchTerm)){
- div_search.ed_searchValue.value = plgv_sSearchTerm;
- lf_getKindCodeList();
- }
-
- div_search.ed_searchValue.setFocus();
- setImemode(div_search.ed_searchValue, div_search.cb_condition.value);
- }
-
- /********************************************************************************
- * 설 명 : 조회 - 코드목록을 조회한다.
- * argument :
- ********************************************************************************/
- function bt_search_onclick(obj:Button, e:ClickEventInfo)
- {
- //trace("opener.arglgv_test="+opener.arglgv_test);
- lf_getKindCodeList();
- }
- /********************************************************************************
- * 설 명 : 취소 - 팝업을 닫는다.
- * argument :
- ********************************************************************************/
- function btn_cancel_onclick(obj:Button, e:ClickEventInfo)
- {
- this.close();
- }
- /********************************************************************************
- * 설 명 : 선택한 그리드의 cdid와 cdnm을 부모창으로 넘겨준다.
- * argument :
- ********************************************************************************/
- function gd_codeList_oncelldblclick(obj:Grid, e:GridClickEventInfo)
- {
- lf_setCodeInfo();
- }
- /********************************************************************************
- * 설 명 : 선택한 그리드의 cdid와 cdnm을 부모창으로 넘겨준다.
- * argument :
- ********************************************************************************/
- function bt_ok_onclick(obj:Button, e:ClickEventInfo)
- {
- lf_setCodeInfo();
- }
- /********************************************************************************
- * 설 명 : edit박스에서 enter키 입력했을때 목록을 조회한다.
- * argument :
- ********************************************************************************/
- function div_search_ed_searchValue_onkeydown(obj:Edit, e:KeyEventInfo)
- {
- if(e.keycode == 13){
- lf_getKindCodeList();
- }
- }
- /********************************************************************************
- * 설 명 : 선택한 그리드의 cdid와 cdnm을 부모창으로 넘겨준다.
- * argument :
- ********************************************************************************/
- function gd_codeList_onkeydown(obj:Grid, e:KeyEventInfo)
- {
- if(e.keycode == 13){
- lf_setCodeInfo();
- }
- }
- function btn_close_onclick(obj:Button, e:ClickEventInfo)
- {
- this.close();
- }
- function div_search_cb_condition_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
- {
- div_search.ed_searchValue.value = "";
- div_search.ed_searchValue.setFocus();
- setImemode(div_search.ed_searchValue, e.postvalue);
- }
- function setImemode(objEdt:Edit, sValue){
-
- if(sValue == "cdid"){
- objEdt.imemode = "alpha";
- }else if(sValue == "cdnm"){
- objEdt.imemode = "hangul";
- }
- }
- function SPZBC00400_onkeydown(obj:Form, e:KeyEventInfo)
- {
- if(e.keycode == 27) this.close();
- }
- ]]></Script>
- </Form>
- </FDL>
|