123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SMANS00900" position="absolute 0 0 730 714" titletext="신규인사발령 현황" oninit="SMANS00900_oninit" onload="SMANS00900_onload">
- <Layouts>
- <Layout>
- <Static text="기간별 신규 직원 리스트" position="absolute 1 64 204 81" id="caption1" class="tit_2"/>
- <Shape position="absolute 0 81 721 87" linetype="horizontal" id="line1" class="line_10"/>
- <Div position="absolute 0 25 724 55" align="align:center top;" id="grp_sea" class="div_SA">
- <Layouts>
- <Layout>
- <Static text="조회기간 :" position="absolute 15 7 101 24" id="caption2" class="search_name" anchor="default"/>
- <Shape position="absolute 651 4 657 26" linetype="vertical" id="line13" class="line_4" anchor="default"/>
- <Button position="absolute 664 4 720 26" id="btn_sea" class="btn1" taborder="4" text="조회" anchor="default" onclick="grp_sea_btn_sea_onclick"/>
- <Calendar position="absolute 207 6 292 25" id="ipt_todd" class="input_default" taborder="2" anchor="default"/>
- <Static text="~" position="absolute 192 7 204 24" id="caption5" class="search_no_b" anchor="default"/>
- <Calendar position="absolute 106 6 191 25" id="ipt_fromdd" class="input_default" taborder="1" anchor="default"/>
- </Layout>
- </Layouts>
- </Div>
- <Button position="absolute 646 60 719 79" id="btn_excsave" class="btn7" text="엑셀저장" onclick="btn_excsave_onclick"/>
- <Grid position="absolute 0 86 720 710" id="grd_insalist" class="datagrid2" binddataset="ds_main_list_item">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="24"/>
- <Column size="70"/>
- <Column size="100"/>
- <Column size="320"/>
- <Column size="100"/>
- <Column size="100"/>
- <Column size="5"/>
- </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="소속"/>
- <Cell col="4" text="발령일"/>
- <Cell col="5" text="직급"/>
- <Cell col="6" text="사용"/>
- </Band>
- <Band id="body">
- <Cell celltype="head" expr="currow + 1"/>
- <Cell col="1" text="bind:emplno" enable="false"/>
- <Cell col="2" text="bind:name" enable="false"/>
- <Cell col="3" text="bind:dutplcedeptnm" enable="false"/>
- <Cell col="4" displaytype="date" text="bind:fstappntdd" calendardisplaynulltype="none" enable="false"/>
- <Cell col="5" text="bind:ojobgradnm" enable="false"/>
- <Cell col="6" text="bind:useflag" enable="false"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Static id="caption6" text="신규 인사발령 현황" class="tit_1" position="absolute 0 0 200 25"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_main_list_item" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="emplno" type="STRING" size="256"/>
- <Column id="name" type="STRING" size="256"/>
- <Column id="dutplcedeptnm" type="STRING" size="256"/>
- <Column id="fstappntdd" type="STRING" size="256"/>
- <Column id="ojobgradcd" type="STRING" size="256"/>
- <Column id="useflag" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="emplno"/>
- <Col id="name"/>
- <Col id="dutplcedeptnm"/>
- <Col id="fstappntdd"/>
- <Col id="ojobgradcd"/>
- <Col id="useflag"/>
- </Row>
- </Rows>
- </Dataset>
- <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="fromdd" type="STRING" size="256"/>
- <Column id="todd" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="fromdd"/>
- <Col id="todd"/>
- </Row>
- </Rows>
- </Dataset>
- </Objects>
- <Bind>
- <BindItem id="item0" compid="grp_sea.ipt_fromdd" propid="value" datasetid="ds_send" columnid="fromdd"/>
- <BindItem id="item1" compid="grp_sea.ipt_todd" propid="value" datasetid="ds_send" columnid="todd"/>
- </Bind>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2015-11-13
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2015-11-13 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- include "com_commonxp::comm_main.xjs";
- var arErrorCode = new HashArray();
- function SMANS00900_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj); //폼 초기화
- grdf_initGrid(grd_insalist);
- }
- function SMANS00900_onload(obj:Form, e:LoadEventInfo)
- {
- var fromdd = utlf_getCurrentDate(); // 적용일자 현재일자 셋팅
- var todd = utlf_getCurrentDate(); // 적용일자 현재일자 셋팅
-
- ds_main_list_item.clearData();
- ds_send.setColumn(0, "fromdd", fromdd);
- ds_send.setColumn(0, "todd", todd);
- }
- function grp_sea_btn_sea_onclick(obj:Button, e:ClickEventInfo)
- {
- if (utlf_isNull(ds_send.getColumn(0, "fromdd"))){
- sysf_messageBox("조회시작일자는", "I003");
- grp_sea.ipt_fromdd.setFocus();
- return;
- }
- if (utlf_isNull(ds_send.getColumn(0, "todd"))){
- sysf_messageBox("조회종료일자는", "I003");
- grp_sea.ipt_todd.setFocus();
- return;
- }
- if (utlf_isValidDateTime(ds_send.getColumn(0, "fromdd"), "YYYYMMDD") == false){
- sysf_messageBox("조회 시작일자의 형식이", "E016");
- grp_sea.ipt_fromdd.setFocus();
- return;
- }
- if (utlf_isValidDateTime(ds_send.getColumn(0, "todd"), "YYYYMMDD") == false){
- sysf_messageBox("조회 종료일자의 형식이", "E016");
- grp_sea.ipt_todd.setFocus();
- return;
- }
- if (ds_send.getColumn(0, "fromdd") > ds_send.getColumn(0, "todd")){
- sysf_messageBox("조회 시작일자는 종료일자 보다 클 수", "I004");
- grp_sea.ipt_fromdd.setFocus();
- return;
- }
-
- var oParam = {};
- oParam.id = "TRANS00901";
- oParam.service = "dietstatsapp.DietStats";
- oParam.method = "reqGetNewInsaList";
- oParam.inds = "req=ds_send";
- oParam.outds = "ds_main_list_item=ret";
- oParam.async = false;
- tranf_submit(oParam);
- }
- function btn_excsave_onclick(obj:Button, e:ClickEventInfo)
- {
- grdf_exportExcel(grd_insalist, "신규인사발령현황" + utlf_getCurrentDate(), "sheetname1" , true, "" , "" , true);
- }
- ]]></Script>
- </Form>
- </FDL>
|