SPADT60100_검수보류이력.xfdl 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPADT60100" position="absolute 0 0 507 334" titletext="검수보류 이력" oninit="SPADT60100_oninit" onload="SPADT60100_onload">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 0 0 506 306" id="grp_biz" scrollbars="autoboth">
  8. <Layouts>
  9. <Layout>
  10. <Static text="검수보류 이력" position="absolute 0 9 121 26" id="caption1" class="tit_2" anchor="default"/>
  11. <Shape position="absolute 0 24 505 30" linetype="horizontal" id="line1" class="line_1" anchor="default"/>
  12. <Grid position="absolute 0 30 505 297" id="grd_reflist" binddataset="ds_main_list" anchor="default">
  13. <Formats>
  14. <Format id="default">
  15. <Columns>
  16. <Column size="25"/>
  17. <Column size="125"/>
  18. <Column size="345"/>
  19. </Columns>
  20. <Rows>
  21. <Row size="24" band="head"/>
  22. <Row size="24"/>
  23. </Rows>
  24. <Band id="head">
  25. <Cell/>
  26. <Cell col="1" text="보류일시"/>
  27. <Cell col="2" text="보류사유"/>
  28. </Band>
  29. <Band id="body">
  30. <Cell text="expr:currow+1"/>
  31. <Cell col="1" text="bind:drugchkdt"/>
  32. <Cell col="2" text="bind:reteresn"/>
  33. </Band>
  34. </Format>
  35. </Formats>
  36. </Grid>
  37. <Shape id="line00" class="line_1" position="absolute 0 25 505 31" anchor="default"/>
  38. <Shape id="line02" class="line_1" position="absolute 0 26 505 32" anchor="default"/>
  39. </Layout>
  40. </Layouts>
  41. </Div>
  42. <Div position="absolute 0 301 507 328" id="grp_btn" scrollbars="autoboth">
  43. <Layouts>
  44. <Layout>
  45. <Button position="absolute 449 3 505 25" id="btn_cls" class="btn4" text="닫기" anchor="default" onclick="grp_btn_btn_cls_onclick"/>
  46. </Layout>
  47. </Layouts>
  48. </Div>
  49. </Layout>
  50. </Layouts>
  51. <Objects>
  52. <Dataset id="ds_main_list" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  53. <ColumnInfo>
  54. <Column id="drugchkdt" type="STRING" size="256"/>
  55. <Column id="reteresn" type="STRING" size="256"/>
  56. </ColumnInfo>
  57. <Rows>
  58. <Row/>
  59. </Rows>
  60. </Dataset>
  61. <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  62. <ColumnInfo>
  63. <Column id="drugno" type="STRING" size="256"/>
  64. <Column id="drugdd" type="STRING" size="256"/>
  65. <Column id="prcpno" type="STRING" size="256"/>
  66. </ColumnInfo>
  67. <Rows>
  68. <Row/>
  69. </Rows>
  70. </Dataset>
  71. <Dataset id="ds_init" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  72. <Dataset id="ds_hidden_refcnts" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  73. <ColumnInfo>
  74. <Column id="drugno" type="STRING" size="256"/>
  75. <Column id="drugdd" type="STRING" size="256"/>
  76. <Column id="prcpno" type="STRING" size="256"/>
  77. </ColumnInfo>
  78. <Rows>
  79. <Row/>
  80. </Rows>
  81. </Dataset>
  82. </Objects>
  83. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  84. * System Name :
  85. * Job Name :
  86. * Creator :
  87. * Make Date : 2015-11-13
  88. * Description :
  89. *---------------------------------------------------------------------------------------
  90. * Modify Date Modifier Modify Description
  91. *---------------------------------------------------------------------------------------
  92. * 2015-11-13 Live Converter TF->XP
  93. *
  94. *---------------------------------------------------------------------------------------
  95. ****************************************************************************************/
  96. //=======================================================================================
  97. // Lib Include
  98. //---------------------------------------------------------------------------------------
  99. include "com_commonxp::comm_main.xjs"
  100. //=======================================================================================
  101. // Global Form Variable
  102. //---------------------------------------------------------------------------------------
  103. //=======================================================================================
  104. // Function
  105. //---------------------------------------------------------------------------------------
  106. /****************************************************************************************
  107. * Argument : N/A
  108. * Description :
  109. ****************************************************************************************/
  110. //=======================================================================================
  111. // Event
  112. //---------------------------------------------------------------------------------------
  113. /****************************************************************************************
  114. * Components : Form
  115. * Components ID : SPADT60100
  116. * Event : oninit
  117. * Argument : 01.obj : Object Event has occurred
  118. * : 02.e : Event Object
  119. * Description : 화면 처음 초기화시 폼초기화
  120. ****************************************************************************************/
  121. function SPADT60100_oninit(obj:Form, e:InitEventInfo)
  122. {
  123. frmf_initForm(obj); // 폼 초기화
  124. }
  125. /****************************************************************************************
  126. * Components : Form
  127. * Components ID : SPADT60100
  128. * Event : onload
  129. * Argument : 01.obj : Object Event has occurred
  130. * : 02.e : Event Object
  131. * Description : 화면 처음 초기화시 폼초기화
  132. ****************************************************************************************/
  133. function SPADT60100_onload(obj:Form, e:LoadEventInfo)
  134. {
  135. try{
  136. ds_hidden_refcnts.copyData(arg_ds_hidden_refcnts);
  137. }catch(e){}
  138. var drugdd = ds_hidden_refcnts.getColumn(0,"drugdd");
  139. var drugno = ds_hidden_refcnts.getColumn(0,"drugno");
  140. var prcpno = ds_hidden_refcnts.getColumn(0,"prcpno");
  141. ds_send.setColumn(0,"drugdd",drugdd);
  142. ds_send.setColumn(0,"drugno",drugno);
  143. ds_send.setColumn(0,"prcpno",prcpno);
  144. var oParam = {};
  145. oParam.id = "TRADT60101";
  146. oParam.service = "pharmacyprescriptionapp.MpsCheck";
  147. oParam.method = "reqGetChkHistIn";
  148. oParam.inds = "req=ds_send";
  149. oParam.outds = "ds_main_list=list";
  150. oParam.async = false;
  151. //oParam.callback = "cf_TRADT60101";
  152. tranf_submit(oParam);
  153. }
  154. /****************************************************************************************
  155. * Components : Button
  156. * Components ID : grp_btn.btn_cls
  157. * Event : onclick
  158. * Argument : 01.obj : Object Event has occurred
  159. * : 02.e : Event Object
  160. * Description : 닫기
  161. ****************************************************************************************/
  162. function grp_btn_btn_cls_onclick(obj:Button, e:ClickEventInfo)
  163. {
  164. this.close();
  165. }
  166. ]]></Script>
  167. </Form>
  168. </FDL>