SPRSD20001_본원소모품주의사항.xfdl 5.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPRSD20001" position="absolute 0 0 655 697" titletext="물품청구 주의사항" onload="SPRSD20001_onload">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 0 23 655 695" id="group2">
  8. <Layouts>
  9. <Layout>
  10. <Static text="휴일 및 연휴 기간" position="absolute 53 69 168 89" align="align:center middle;" id="caption10" anchor="default" style="color:#ff0000ff;font:Dotum,9,bold;"/>
  11. <Static text="에 해당되는 부서에서는 미리" position="absolute 159 69 329 89" align="align:center middle;" id="caption11" anchor="default"/>
  12. <Static text="■ 현재 물품청구내역을 수정 후 물류팀으로 통보하지 않아 물품불출내역과 맞지 않는 사례가 발생하고 있습니다." position="absolute 11 9 621 29" align="align:center middle;" id="caption2" anchor="default"/>
  13. <Static text="2주 분량의 물품을 청구" position="absolute 319 69 470 89" align="align:center middle;" id="caption12" anchor="default" style="color:#ff0000ff;font:Dotum,9,bold;"/>
  14. <Static text="물품수령일 2일전까지 물품청구 완료" position="absolute 52 29 271 49" align="align:center middle;" id="caption3" anchor="default" style="color:#ff0000ff;font:Dotum,9,bold;"/>
  15. <Static text="하여 주시면 감사하겠습니다." position="absolute 458 69 622 89" align="align:center middle;" id="caption13" anchor="default"/>
  16. <Static text="바랍니다.단, 보유 물품인 경우" position="absolute 25 51 203 71" align="align:center middle;" id="caption4" anchor="default"/>
  17. <Static text="■ 기타 상세한 내용은 물류팀 담당자(원내 5020)에게 연락주시면 감사하겠습니다." position="absolute 11 105 521 132" align="align:center middle;" id="caption14" anchor="default"/>
  18. <Static text="방문수령" position="absolute 193 51 268 71" align="align:center middle;" id="caption5" anchor="default" style="color:#ff0000ff;font:Dotum,9,bold;"/>
  19. <Static text="이 가능합니다." position="absolute 246 51 350 71" align="align:center middle;" id="caption1" anchor="default"/>
  20. <Static text="이에" position="absolute 24 29 74 49" align="align:center middle;" id="caption7" anchor="default"/>
  21. <Static text="된 건에 대하여 물품이 출고됨을 알려드리오니 양지하여 주시기" position="absolute 269 24 621 54" align="align:center middle;" id="caption8" anchor="default"/>
  22. <Static text="■ 주중" position="absolute 11 69 64 89" align="align:center middle;" id="caption9" anchor="default"/>
  23. <Button position="absolute 583 647 639 669" id="button3" class="btn4" text="확인" anchor="default" onclick="group2_button3_onclick"/>
  24. <Static text="■ : 매주 수요일까지 청구 (각 병동 및 집중치료실)" position="absolute 11 91 627 111" align="align:center middle;" id="caption15" anchor="default"/>
  25. <Static text="주사기 청구" position="absolute 24 90 99 110" align="align:center middle;" id="caption16" anchor="default" style="color:#ff0000ff;font:Dotum,9,bold;"/>
  26. <Static text="■ " position="absolute 11 127 30 154" align="align:center middle;" id="caption17" anchor="default"/>
  27. <Static text="각 부서별 물품 Delivery 현황" position="absolute 23 131 267 151" id="caption18" anchor="default" style="font:Dotum,9,bold;"/>
  28. <ImageViewer position="absolute 8 151 646 644" id="img1" image="URL('IMG::mis/consumable003.png')" anchor="default"/>
  29. </Layout>
  30. </Layouts>
  31. </Div>
  32. <Shape position="absolute 0 25 655 31" id="line2" class="line_10"/>
  33. <Static id="caption6" text="물품청구 주의사항" class="tit_3" position="absolute 0 0 160 25"/>
  34. </Layout>
  35. </Layouts>
  36. <Objects/>
  37. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  38. * System Name :
  39. * Job Name :
  40. * Creator :
  41. * Make Date : 2017-06-19
  42. * Description :
  43. *---------------------------------------------------------------------------------------
  44. * Modify Date Modifier Modify Description
  45. *---------------------------------------------------------------------------------------
  46. * 2017-06-19 Live Converter TF->XP
  47. *
  48. *---------------------------------------------------------------------------------------
  49. ****************************************************************************************/
  50. //=======================================================================================
  51. // Lib Include
  52. //---------------------------------------------------------------------------------------
  53. include "com_commonxp::comm_main.xjs";
  54. //=======================================================================================
  55. // Event
  56. //---------------------------------------------------------------------------------------
  57. /****************************************************************************************
  58. * Components : Form
  59. * Description : 화면 처음 초기화시 폼초기화
  60. ****************************************************************************************/
  61. function SPRSD20001_onload(obj:Form, e:LoadEventInfo)
  62. {
  63. frmf_initForm(obj);
  64. }
  65. /****************************************************************************************
  66. * Components : Button
  67. * Description : 확인
  68. ****************************************************************************************/
  69. function group2_button3_onclick(obj:Button, e:ClickEventInfo)
  70. {
  71. this.close();
  72. }
  73. ]]></Script>
  74. </Form>
  75. </FDL>