SPARH00920_임상강사회송수당.xfdl 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPARH00910" position="absolute 0 0 784 582" titletext="임상강사 회송수당 관리" oninit="SPARH00920_oninit" onload="SPARH00920_onload">
  5. <Layouts>
  6. <Layout>
  7. <Shape position="absolute -1 15 779 24" linetype="horizontal" id="line4" class="line_10"/>
  8. <Static text="임상강사 회송수당" position="absolute 0 0 180 21" align="align:center middle;" id="caption28" class="tit_2"/>
  9. <Button position="absolute 320 22 376 44" id="btn_search" class="btn4" text="검색" onclick="btn_search_onclick"/>
  10. <Calendar position="absolute 80 23 186 42" id="input1" autoselect="true" autoskip="true"/>
  11. <Grid position="absolute 0 46 780 571" align="align:center middle;" id="grd_money" binddataset="ds_main" autoenter="select" cellsizingtype="col" autofittype="col">
  12. <Formats>
  13. <Format id="default">
  14. <Columns>
  15. <Column size="24"/>
  16. <Column size="150"/>
  17. <Column size="100"/>
  18. <Column size="75"/>
  19. <Column size="60"/>
  20. <Column size="95"/>
  21. <Column size="100"/>
  22. <Column size="176"/>
  23. </Columns>
  24. <Rows>
  25. <Row size="24" band="head"/>
  26. <Row size="24"/>
  27. </Rows>
  28. <Band id="head">
  29. <Cell text="No."/>
  30. <Cell col="1" text="작성과"/>
  31. <Cell col="2" text="작성자"/>
  32. <Cell col="3" text="사번"/>
  33. <Cell col="4" text="회송건수"/>
  34. <Cell col="5" text="회송수당(원)"/>
  35. <Cell col="6" text="은행명"/>
  36. <Cell col="7" text="계좌번호"/>
  37. </Band>
  38. <Band id="body">
  39. <Cell celltype="head" expr="currow + 1"/>
  40. <Cell col="1" style="align:left middle;padding:2 2 2 2;" text="bind:deptnm"/>
  41. <Cell col="2" text="bind:orddrnm"/>
  42. <Cell col="3" text="bind:orddrid"/>
  43. <Cell col="4" text="bind:cnt"/>
  44. <Cell col="5" displaytype="number" text="bind:money"/>
  45. <Cell col="6" text="bind:banknm"/>
  46. <Cell col="7" text="bind:bankacnt"/>
  47. </Band>
  48. </Format>
  49. </Formats>
  50. </Grid>
  51. <Calendar position="absolute 209 23 315 42" id="input2" autoselect="true"/>
  52. <Static text="~" position="absolute 194 23 209 43" id="caption1"/>
  53. <Button position="absolute 380 22 436 44" id="btn_excel" class="btn7" text="엑셀" onclick="btn_excel_onclick"/>
  54. <Static id="caption3" text="발행일자 :" class="search_name" position="absolute 4 23 91 43"/>
  55. </Layout>
  56. </Layouts>
  57. <Objects>
  58. <Dataset id="ds_send_reqdata" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  59. <ColumnInfo>
  60. <Column id="fromdd" type="STRING" size="256"/>
  61. <Column id="todd" type="STRING" size="256"/>
  62. </ColumnInfo>
  63. <Rows>
  64. <Row>
  65. <Col id="fromdd"/>
  66. <Col id="todd"/>
  67. </Row>
  68. </Rows>
  69. </Dataset>
  70. <Dataset id="ds_main" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  71. <ColumnInfo>
  72. <Column id="deptnm" type="STRING" size="256" sumtext="진료과명"/>
  73. <Column id="orddrid" type="STRING" size="256" sumtext="의사사번"/>
  74. <Column id="orddrnm" type="STRING" size="256" sumtext="의사명"/>
  75. <Column id="prcpyyyymm" type="STRING" size="256" sumtext="처방년월"/>
  76. <Column id="banknm" type="STRING" size="256" sumtext="은행명"/>
  77. <Column id="bankacnt" type="STRING" size="256" sumtext="계좌번호"/>
  78. <Column id="cnt" type="STRING" size="256" sumtext="회송건수"/>
  79. <Column id="money" type="STRING" size="256" sumtext="회송수당"/>
  80. </ColumnInfo>
  81. </Dataset>
  82. </Objects>
  83. <Bind>
  84. <BindItem id="item0" compid="input1" propid="value" datasetid="ds_send_reqdata" columnid="fromdd"/>
  85. <BindItem id="item1" compid="input2" propid="value" datasetid="ds_send_reqdata" columnid="todd"/>
  86. </Bind>
  87. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  88. * System Name :
  89. * Job Name :
  90. * Creator :
  91. * Make Date : 2015-11-13
  92. * Description :
  93. *---------------------------------------------------------------------------------------
  94. * Modify Date Modifier Modify Description
  95. *---------------------------------------------------------------------------------------
  96. * 2015-11-13 Live Converter TF->XP
  97. *
  98. *---------------------------------------------------------------------------------------
  99. ****************************************************************************************/
  100. include "com_commonxp::comm_main.xjs";
  101. function SPARH00920_oninit(obj:Form, e:InitEventInfo)
  102. {
  103. frmf_initForm(obj);
  104. }
  105. function SPARH00920_onload(obj:Form, e:LoadEventInfo)
  106. {
  107. grdf_initGrid(grd_money);
  108. ds_send_reqdata.setColumn(0, "fromdd", utlf_getCurrentDate());
  109. ds_send_reqdata.setColumn(0, "todd", utlf_getCurrentDate());
  110. }
  111. function btn_search_onclick(obj:Button, e:ClickEventInfo)
  112. {
  113. var oParam = {};
  114. oParam.id = "TRARH0092001";
  115. oParam.service = "healcarecoopapp.ReqMngt";
  116. oParam.method = "reqGetRtnPayList";
  117. oParam.inds = "req=ds_send_reqdata";
  118. oParam.outds = "ds_main=item";
  119. oParam.async = false;
  120. //oParam.callback = "cf_TRARH0092001";
  121. tranf_submit(oParam);
  122. }
  123. // 엑셀다운로드
  124. function btn_excel_onclick(obj:Button, e:ClickEventInfo)
  125. {
  126. grdf_exportExcel(grd_money, "임상강사 회송수당", input1.value + "~" + input2.value, "true", "", "");
  127. }
  128. ]]></Script>
  129. </Form>
  130. </FDL>