123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPPIE01110" position="absolute 0 0 708 535" titletext="수신비고팝업보기" oninit="SPPIE01110_oninit" onload="SPPIE01110_onload">
- <Layouts>
- <Layout>
- <Div position="absolute 0 13 700 505" id="group3" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Shape position="absolute 0 30 700 36" linetype="horizontal" id="line1" class="line_1" style="strokepen:3 solid #33bbbbff;"/>
- <Static text="비고란" position="absolute 1 14 91 36" id="caption2" class="tit_2"/>
- <Grid position="absolute 0 35 700 490" id="grd_remdata" class="datagrid1" binddataset="ds_main_list01_gridremdata" autofittype="col" onexpanddown="group3_grd_remdata_onexpanddown" cellsizingtype="col">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="25"/>
- <Column size="57"/>
- <Column size="62"/>
- <Column size="54"/>
- <Column size="54"/>
- <Column size="115"/>
- <Column size="68"/>
- <Column size="77"/>
- <Column size="140"/>
- </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="등록번호"/>
- <Cell col="7" text="수진자명"/>
- <Cell col="8" text="비고란"/>
- </Band>
- <Band id="body">
- <Cell celltype="head" expr="currow+1"/>
- <Cell col="1" text="bind:filename"/>
- <Cell col="2" text="bind:acptno"/>
- <Cell col="3" text="bind:docuseqno"/>
- <Cell col="4" text="bind:lnno"/>
- <Cell col="5" text="bind:orddeptcd"/>
- <Cell col="6" text="bind:pid"/>
- <Cell col="7" text="bind:patnm"/>
- <Cell col="8" displaytype="text" edittype="text" text="bind:rem" expandshow="show"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Button position="absolute 619 10 700 29" id="button3" class="btn7" text="엑셀저장" onclick="group3_button3_onclick"/>
- </Layout>
- </Layouts>
- </Div>
- <Div position="absolute 0 505 700 532" id="grp_btn" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Shape position="absolute 0 -2 700 4" linetype="horizontal" id="line33" class="line_6" anchor="default"/>
- <Button position="absolute 644 3 700 25" id="button1" class="btn4" text="닫기" anchor="default" onclick="grp_btn_button1_onclick"/>
- </Layout>
- </Layouts>
- </Div>
- <Static id="cap_title" text="수신파일비고란" class="tit_1" position="absolute 1 0 329 23"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_send_send_rem" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
- <Dataset id="ds_main_list01_gridremdata" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="acptno" type="STRING" size="256" sumtext="접수번호"/>
- <Column id="docuseqno" type="STRING" size="256" sumtext="명세서일련번호"/>
- <Column id="lnno" type="STRING" size="256" sumtext="줄번호"/>
- <Column id="orddeptcd" type="STRING" size="256" sumtext="진료과코드"/>
- <Column id="pid" type="STRING" size="256" sumtext="등록번호"/>
- <Column id="patnm" type="STRING" size="256" sumtext="수진자이름"/>
- <Column id="filename" type="STRING" size="256" sumtext="파일이름"/>
- <Column id="rem" type="STRING" size="256" sumtext="참조란"/>
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_main_list02" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="textno" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2016-05-24
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2016-05-24 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- include "com_commonxp::comm_main.xjs";
- function SPPIE01110_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj);
- }
- function SPPIE01110_onload(obj:Form, e:LoadEventInfo)
- {
- ds_send_send_rem.copyData(arg_ds_send_send_rem);
- var oParam = {};
- oParam.id = "TRPIE01110";
- oParam.service = "edimngtapp.EdiMngt";
- oParam.method = "reqGetRemData";
- oParam.inds = "req=ds_send_send_rem";
- oParam.outds = "ds_main_list01_gridremdata=gridremdata";
- oParam.async = false;
- //oParam.callback = "cf_TRPIE01110";
- tranf_submit(oParam);
- }
- function group3_button3_onclick(obj:Button, e:ClickEventInfo)
- {
- if(ds_main_list01_gridremdata.rowcount == 0)
- {
- sysf_messageBox("엑셀저장할 내역이", "I004"); ///엑셀저장할 내역이 없습니다.
- }
- else
- {
- grdf_exportExcel(group3.grd_remdata, "수신파일비고란", "see");
- }
- }
- function group3_grd_remdata_onexpanddown(obj:Grid, e:GridMouseEventInfo)
- {
- ds_main_list02.setColumn(0, "textno", ds_main_list01_gridremdata.getColumn(e.row, "rem"));
-
- var objArg = new Object();
- objArg.arg_ds_send_textno= ds_main_list02;
-
- frmf_modal("SPPIE00200", "SPPIE00200", objArg, "", "", "", "", "", "", "", "", "", "M");
- }
- function grp_btn_button1_onclick(obj:Button, e:ClickEventInfo)
- {
- this.close();
- }
- ]]></Script>
- </Form>
- </FDL>
|