123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SMAVT01400" position="absolute 0 0 1256 805" titletext="조직은행 이식진료의 분류" onload="SMAVT01400_onload">
- <Layouts>
- <Layout>
- <Div position="absolute 0 757 1195 784" id="grp_btn">
- <Layouts>
- <Layout>
- <Button position="absolute 0 5 56 27" id="btn_prt" class="btn6" visible="false" text="출력"/>
- </Layout>
- </Layouts>
- </Div>
- <Static id="caption6" text="조직은행 이식 진료의 분류" class="tit_1" position="absolute 0 0 200 25"/>
- <Static id="caption1" text="조직은행 이식 진료의 분류 리스트" class="tit_2" position="absolute 5 68 237 84"/>
- <Shape id="line1" linetype="horizontal" class="line_1" position="absolute 0 87 1194 93" style="strokepen:3 solid #33bbbbff;"/>
- <Grid id="dtg_opdrnm_list" taborder="1" binddataset="ds_main_opdrnm_list" useinputpanel="false" position="absolute 0 91 1194 755">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="25"/>
- <Column size="172"/>
- <Column size="98"/>
- <Column size="100"/>
- </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="normal" edittype="none" text="bind:opdrnm"/>
- <Cell col="2" displaytype="normal" edittype="none" text="bind:cnt"/>
- <Cell col="3" displaytype="normal" edittype="none" text="bind:ratio"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Div id="grp_sea" taborder="2" position="absolute 0 25 1194 60" class="div_SA">
- <Layouts>
- <Layout width="1194" height="35">
- <Static id="caption2" text="수술일자 :" class="search_name" position="absolute 15 9 101 26" anchor="default"/>
- <Static id="caption5" text="~" class="search_no_b" position="absolute 207 9 219 26" anchor="default"/>
- <Shape id="line13" linetype="vertical" class="line_4" position="absolute 1104 7 1110 29" anchor="default"/>
- <Calendar id="ipt_fromdd" taborder="1" class="input_essential" position="absolute 104 8 204 27" anchor="default" autoselect="true" autoskip="true" dateformat="yyyy-MM-dd" value="null"/>
- <Calendar id="ipt_todd" taborder="2" class="input_essential" position="absolute 222 8 322 27" anchor="default" autoselect="true" autoskip="true" dateformat="yyyy-MM-dd"/>
- <Button id="btn_sea" taborder="3" text="조회" class="btn1" position="absolute 1123 7 1179 29" anchor="default" onclick="grp_sea_btn_sea_onclick"/>
- </Layout>
- </Layouts>
- </Div>
- <Button id="btn_excsave" taborder="3" text="엑셀저장" class="btn2" position="absolute 1129 65 1193 84" onclick="btn_excsave_onclick"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="srchtodd" type="STRING" size="256"/>
- <Column id="srchfromdd" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="srchtodd"/>
- <Col id="srchfromdd"/>
- </Row>
- </Rows>
- </Dataset>
- <Dataset id="ds_main_opdrnm_list" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="opdrnm" type="STRING" size="256" sumtext="이식집도의"/>
- <Column id="cnt" type="STRING" size="256" sumtext="건수"/>
- <Column id="ratio" type="STRING" size="256" sumtext="비율"/>
- </ColumnInfo>
- </Dataset>
- </Objects>
- <Bind>
- <BindItem id="item0" compid="grp_sea.ipt_fromdd" propid="value" datasetid="ds_send" columnid="srchfromdd"/>
- <BindItem id="item1" compid="grp_sea.ipt_todd" propid="value" datasetid="ds_send" columnid="srchtodd"/>
- </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
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- //=======================================================================================
- // Lib Include
- //---------------------------------------------------------------------------------------
- include 'com_commonxp::comm_main.xjs';
- var arErrorCode = new HashArray();
- //=======================================================================================
- // Local methods
- //---------------------------------------------------------------------------------------
- /**
- * MaskEdit 에서 입력한 데이터가 format 에 맞는 형식인지 검사 한다
- * ontextchange 이벤트에서만 사용 할 것
- * @param {[type]} obj:MaskEdit [description]
- * @param {[type]} e:TextChangeEventInfo [description]
- * @param {[type]} format [description]
- * @return {[type]} [description]
- */
- function checkValid(obj: MaskEdit, e: TextChangeEventInfo, format) {
- var dummyDay = '20170101120000';
- var postValue = utlf_trim(String(e.posttext).replace(':', '').replace('_', '').replace('-', '').replace(' ', ''));
- postValue = (postValue.length == dummyDay.length) ? postValue : postValue + dummyDay.substr(postValue.length, dummyDay.length);
- if (!utlf_isValidDateTime(postValue, format)) {
- return false;
- }
- return true;
- }
- /**
- * 화면 초기화
- * @return {[type]} [description]
- */
- function fGetScreenInit() {
- ds_send.setColumn(0, "srchfromdd", utlf_getCurrentDate());
- ds_send.setColumn(0, "srchtodd", utlf_getCurrentDate());
- }
- /**
- * submit 후 호출 될 공통 콜백
- * @param {[type]} sSvcId [description]
- * @param {[type]} nErrorCode [description]
- * @param {[type]} sErrorMsg [description]
- * @return {Function} [description]
- */
- function callback(sSvcId, nErrorCode, sErrorMsg){
- arErrorCode.push(sSvcId, nErrorCode);
- }
- //=======================================================================================
- // Events
- //---------------------------------------------------------------------------------------
- /**
- * onload 이벤트 발생 시 호출
- * @param {[type]} obj:Form [description]
- * @param {[type]} e:LoadEventInfo [description]
- */
- function SMAVT01400_onload(obj:Form, e:LoadEventInfo)
- {
- frmf_initForm(obj);
- grdf_setGridSort(dtg_opdrnm_list);
- fGetScreenInit();
- }
- /**
- * 조회 버튼 클릭 이벤트
- * @param {[type]} obj: Button [description]
- * @param {[type]} e: ClickEventInfo [description]
- * @return {[type]} [description]
- */
- function grp_sea_btn_sea_onclick(obj: Button, e: ClickEventInfo) {
- if (utlf_transNullToEmpty(ds_send.getColumn(0, "srchfromdd")) == "") {
- sysf_messageBox("조회기간", "E013", "입력 후 다시 조회하세요.");
- return;
- }
- if (utlf_transNullToEmpty(ds_send.getColumn(0, "srchtodd")) == "") {
- sysf_messageBox("조회기간", "E013", "입력 후 다시 조회하세요.");
- return;
- }
- ds_main_opdrnm_list.clearData();
- var oParam = {};
- oParam.id = "TRAVT01400";
- oParam.service = "tissuebankapp.TissueBankProcess";
- oParam.method = "reqGetStatistics040";
- oParam.inds = "req=ds_send";
- oParam.outds = "ds_main_opdrnm_list=item";
- oParam.async = false;
- tranf_submit(oParam);
- }
- /**
- * 엑셀저장 버튼 클릭 이벤트
- * @param {[type]} obj: Button [description]
- * @param {[type]} e: ClickEventInfo [description]
- * @return {[type]} [description]
- */
- function btn_excsave_onclick(obj: Button, e: ClickEventInfo) {
- grdf_exportExcel(dtg_opdrnm_list, "excel", "sheet", true, "", 'user', true);
- }
- ]]></Script>
- </Form>
- </FDL>
|