123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPARH00910" position="absolute 0 0 784 582" titletext="진료회신 수당관리" oninit="SPARH00910_oninit" onload="SPARH00910_onload">
- <Layouts>
- <Layout>
- <Shape position="absolute -1 15 779 24" linetype="horizontal" id="line4" class="line_10"/>
- <Static text="진료회신수당" position="absolute 0 0 180 21" align="align:center middle;" id="caption28" class="tit_2"/>
- <Button position="absolute 320 22 376 44" id="button1" class="btn4" text="검색" onclick="button1_onclick"/>
- <Calendar position="absolute 80 23 186 42" id="input1" autoselect="true" autoskip="true"/>
- <Grid position="absolute 0 46 780 546" align="align:center middle;" id="grd_money" binddataset="ds_main" autoenter="select" cellsizingtype="col" autofittype="col">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="24"/>
- <Column size="140"/>
- <Column size="62"/>
- <Column size="63"/>
- <Column size="64"/>
- <Column size="87"/>
- <Column size="70"/>
- <Column size="155"/>
- <Column size="126"/>
- </Columns>
- <Rows>
- <Row size="24" band="head"/>
- <Row size="24"/>
- </Rows>
- <Band id="head">
- <Cell text="No."/>
- <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" style="align:left middle;padding:2 2 2 2;" text="bind:depthngnm"/>
- <Cell col="2" text="bind:usernm"/>
- <Cell col="3" text="bind:userid"/>
- <Cell col="4" text="bind:cnt"/>
- <Cell col="5" displaytype="number" text="bind:money"/>
- <Cell col="6" text="bind:cdnm"/>
- <Cell col="7" text="bind:bankacnt"/>
- <Cell col="8" text="bind:bigo"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Calendar position="absolute 209 23 315 42" id="input2" autoselect="true"/>
- <Static text="~" position="absolute 194 23 209 43" id="caption1"/>
- <Button position="absolute 380 22 436 44" id="button2" class="btn7" text="엑셀" onclick="button2_onclick"/>
- <Button id="button5" taborder="1" text="진료회신계좌번호관리" class="btn5" position="absolute 558 22 694 44" onclick="button5_onclick" visible="false"/>
- <Static id="cap_capslock" text="※ 회신서 기출력 및 전문의만 조회" position="absolute 0 550 780 570" style="color:blue;bordertype:round 3 3 ;align:left middle;font:Dotum,9,bold;"/>
- <Static id="caption3" text="작성일자 :" class="search_name" position="absolute 4 23 91 43"/>
- <Static id="caption00" text="퇴직자 구분" class="search_name" position="absolute 445 22 532 42"/>
- <CheckBox id="CheckBox00" taborder="2" text="CheckBox00" position="absolute 530 22 547 44" truevalue="Y" falsevalue="N"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_send_reqdata" 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"/>
- <Column id="utoddflag" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="fromdd"/>
- <Col id="todd"/>
- </Row>
- </Rows>
- </Dataset>
- <Dataset id="ds_main" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="depthngnm" type="STRING" size="256" sumtext=""/>
- <Column id="usernm" type="STRING" size="256" sumtext=""/>
- <Column id="userid" type="STRING" size="256" sumtext=""/>
- <Column id="cnt" type="STRING" size="256" sumtext=""/>
- <Column id="money" type="STRING" size="256" sumtext=""/>
- <Column id="cdnm" type="STRING" size="256" sumtext=""/>
- <Column id="bankacnt" type="STRING" size="256" sumtext=""/>
- <Column id="bigo" type="STRING" size="256" sumtext=""/>
- </ColumnInfo>
- </Dataset>
- </Objects>
- <Bind>
- <BindItem id="item0" compid="input1" propid="value" datasetid="ds_send_reqdata" columnid="fromdd"/>
- <BindItem id="item1" compid="input2" propid="value" datasetid="ds_send_reqdata" columnid="todd"/>
- <BindItem id="item2" compid="CheckBox00" propid="value" datasetid="ds_send_reqdata" columnid="utoddflag"/>
- </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";
- function SPARH00910_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj);
- }
- function SPARH00910_onload(obj:Form, e:LoadEventInfo)
- {
- grdf_initGrid(grd_money);
-
- ds_send_reqdata.setColumn(0, "fromdd", utlf_getCurrentDate());
- ds_send_reqdata.setColumn(0, "todd", utlf_getCurrentDate());
- }
- function button1_onclick(obj:Button, e:ClickEventInfo)
- {
- var oParam = {};
- oParam.id = "TRARH00906";
- oParam.service = "healcarecoopapp.ReqMngt";
- oParam.method = "reqGetMoneyList";
- oParam.inds = "req=ds_send_reqdata";
- oParam.outds = "ds_main=item";
- oParam.async = false;
- //oParam.callback = "cf_TRARH00906";
- tranf_submit(oParam);
- }
- function button2_onclick(obj:Button, e:ClickEventInfo)
- {
- grdf_exportExcel(grd_money, "excel", "SheetName", "true", "", "");
- }
- function button5_onclick(obj:Button, e:ClickEventInfo)
- {
- frmf_open("SPARH00900", "SPARH00900", "", "", "", "", "", "", "", "", "", "", "M");
- }
- ]]></Script>
- </Form>
- </FDL>
|