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