123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPLLR91500" position="absolute 0 0 834 650" titletext="XE2100 결과조회" oninit="SPLLR91500_oninit" onload="SPLLR91500_onload" onkeyup="SPLLR91500_onkeyup">
- <Layouts>
- <Layout>
- <Button id="btn_can" taborder="1" text="닫기" class="btn4" position="absolute 774 626 830 648" anchor="right bottom" onclick="btn_can_onclick"/>
- <Grid id="xersltlist" class="datagrid2" taborder="2" binddataset="ds_xersltlist" useinputpanel="false" position="absolute 0 20 830 616" anchor="all">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="210"/>
- <Column size="60"/>
- <Column size="107"/>
- <Column size="85"/>
- <Column size="60"/>
- <Column size="60"/>
- <Column size="108"/>
- <Column size="80"/>
- <Column size="0"/>
- </Columns>
- <Rows>
- <Row size="24" band="head"/>
- <Row size="24"/>
- </Rows>
- <Band id="head">
- <Cell text="검사명"/>
- <Cell col="1" text="결과"/>
- <Cell col="2" text="결과보고시간"/>
- <Cell col="3" text="참고치"/>
- <Cell col="4" text="단위"/>
- <Cell col="5" text="이전결과"/>
- <Cell col="6" text="이전결과일"/>
- <Cell col="7" text="이전검사자"/>
- <Cell col="8"/>
- </Band>
- <Band id="body">
- <Cell style="align:left middle;background:EXPR(prcpyn=="N" ? "#33cc33" : "");background2:EXPR(prcpyn=="N" ? "#33cc33" : "");" text="bind:tclsnm"/>
- <Cell col="1" style="align:right middle;background:EXPR(prcpyn=="N" ? "#33cc33" : "");background2:EXPR(prcpyn=="N" ? "#33cc33" : "");" text="bind:reptrslt"/>
- <Cell col="2" style="background:EXPR(prcpyn=="N" ? "#33cc33" : "");background2:EXPR(prcpyn=="N" ? "#33cc33" : "");" text="bind:reptdt" mask="####-##-## ##:##"/>
- <Cell col="3" style="background:EXPR(prcpyn=="N" ? "#33cc33" : "");background2:EXPR(prcpyn=="N" ? "#33cc33" : "");" text="bind:refval"/>
- <Cell col="4" style="background:EXPR(prcpyn=="N" ? "#33cc33" : "");background2:EXPR(prcpyn=="N" ? "#33cc33" : "");" text="bind:rsltunit"/>
- <Cell col="5" style="align:right middle;background:EXPR(prcpyn=="N" ? "#33cc33" : "");background2:EXPR(prcpyn=="N" ? "#33cc33" : "");" text="bind:bfinptrslt"/>
- <Cell col="6" style="background:EXPR(prcpyn=="N" ? "#33cc33" : "");background2:EXPR(prcpyn=="N" ? "#33cc33" : "");" text="bind:bflastreptdt" mask="####-##-## ##:##"/>
- <Cell col="7" style="background:EXPR(prcpyn=="N" ? "#33cc33" : "");background2:EXPR(prcpyn=="N" ? "#33cc33" : "");" text="bind:bfrsltnm"/>
- <Cell col="8" text="bind:prcpyn"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Static id="caption5" text="결과 리스트" class="tit_2" position="absolute 0 1 139 17" anchor="left top"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_xersltlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="tclsnm" type="STRING"/>
- <Column id="reptrslt" type="STRING"/>
- <Column id="reptdt" type="STRING"/>
- <Column id="refval" type="STRING"/>
- <Column id="rsltunit" type="STRING"/>
- <Column id="bfinptrslt" type="STRING"/>
- <Column id="bflastreptdt" type="STRING"/>
- <Column id="bfrsltnm" type="STRING"/>
- <Column id="prcpyn" type="STRING"/>
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2015-05-01
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2015-05-01 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- include "com_commonxp::comm_main.xjs";
- function SPLLR91500_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj); // 화면공통
- }
- function SPLLR91500_onload(obj:Form, e:LoadEventInfo)
- {
- dsf_copyDs(ds_send,arg_ds_send);
- var oParam = {};
- oParam.id = "TRLNR90301";
- oParam.service = "rsltmngtapp.RsltMngt";
- oParam.method = "reqGetXERsltList";
- oParam.inds = "refparam=ds_send";
- oParam.outds = "ds_xersltlist=getXERsltList";
- oParam.async = false;
- //oParam.callback = "cf_TRLNR90301";
- tranf_submit(oParam);
- }
- function btn_can_onclick(obj:Button, e:ClickEventInfo)
- {
- fExeCancel();
- }
- function fExeCancel() {
- this.close();
- } ]]></Script>
- </Form>
- </FDL>
|