SMRFE01110_수리신청등록(도움말).xfdl 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SMRSO21001" position="absolute 0 0 1171 804" titletext="입고등록(부서) 도움말" oninit="SMRSO21001_oninit" onload="SMRSO21001_onload">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 0 55 1136 796" id="group2" scrollbars="autoboth">
  8. <Layouts>
  9. <Layout>
  10. <ImageViewer position="absolute 9 1 1119 3001" id="img1" image="URL('IMG::mis/Help1.png')" anchor="default" imagealign="center top" stretch="none"/>
  11. </Layout>
  12. </Layouts>
  13. </Div>
  14. <Static id="caption6" text="수리신청등록(도움말)" class="tit_1" position="absolute 0 0 166 23"/>
  15. <Button id="btn1" taborder="1" text=" 설문조사" onclick="group4_btn_save_onclick" class="btn5" position="absolute 176 2 256 24" anchor="top right" style="font:dotum,9,bold;" visible="false"/>
  16. <ActiveX id="Activex00" position="absolute 1184 44 1284 84" useautobitmapcache="1" anchor="default" taborder="2" progid="{8856F961-340A-11D0-A96B-00C04FD705A2}" visible="false"/>
  17. <WebBrowser id="WebBrowser00" text="WebBrowser00" position="absolute 1184 92 1284 132" anchor="default" taborder="3" useautobitmapcache="1" visible="false"/>
  18. <Edit id="ipt_count" taborder="4" position="absolute 1046 21 1090 41" style="align:center middle;font:dotum,9,bold;" visible="false" readonly="true"/>
  19. <Static id="caption1" text="조 회 수 :" class="search_name" position="absolute 972 24 1043 41" visible="false" style="color:crimson;"/>
  20. </Layout>
  21. </Layouts>
  22. <Objects>
  23. <Dataset id="ds_filepath" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  24. <ColumnInfo>
  25. <Column id="filepath" type="STRING" size="256"/>
  26. </ColumnInfo>
  27. <Rows>
  28. <Row/>
  29. </Rows>
  30. </Dataset>
  31. <Dataset id="ds_filelist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  32. <ColumnInfo>
  33. <Column id="filedata" type="STRING" size="256"/>
  34. </ColumnInfo>
  35. </Dataset>
  36. <Dataset id="ds_helpcntsh" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  37. <Dataset id="ds_helpcnt" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  38. </Objects>
  39. <Bind>
  40. <BindItem id="item0" compid="ipt_count" propid="value" datasetid="ds_helpcntsh" columnid="cdid"/>
  41. </Bind>
  42. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  43. * System Name :
  44. * Job Name :
  45. * Creator :
  46. * Make Date : 2017-06-19
  47. * Description :
  48. *---------------------------------------------------------------------------------------
  49. * Modify Date Modifier Modify Description
  50. *---------------------------------------------------------------------------------------
  51. * 2017-06-19 Live Converter TF->XP
  52. *
  53. *---------------------------------------------------------------------------------------
  54. ****************************************************************************************/
  55. include "com_commonxp::comm_main.xjs";
  56. include "mis_miscommonxp::MIS.xjs";
  57. function SMRSO21001_oninit(obj:Form, e:InitEventInfo)
  58. {
  59. frmf_initForm(obj);
  60. }
  61. function SMRSO21001_onload(obj:Form, e:LoadEventInfo)
  62. {
  63. if(sysf_getUserInfo("dutplcecd") == "4090500000"){
  64. caption1.visible = true;
  65. ipt_count.visible = true;
  66. }
  67. var oParam = {};
  68. oParam.id = "TRRFE00491";
  69. oParam.service = "reqapp.ReqMngt";
  70. oParam.method = "reqExeFixaHelpCnt";
  71. oParam.inds = "req=ds_helpcnt";
  72. oParam.outds = "ds_helpcnt=helpcnt";
  73. oParam.async = false;
  74. //oParam.callback = "cf_TRRPD10102";
  75. tranf_submit(oParam);
  76. var oParam = {};
  77. oParam.id = "TRRFE00492";
  78. oParam.service = "reqapp.ReqMngt";
  79. oParam.method = "reqGetFixaHelpCntSh";
  80. oParam.inds = "req=ds_helpcnt";
  81. oParam.outds = "ds_helpcntsh=helpcntsh";
  82. oParam.async = false;
  83. //oParam.callback = "cf_TRRPD10102";
  84. tranf_submit(oParam);
  85. // sysf_messageBox("MIS 이용 도움말 만족도 설문조사 중입니다! (~9월30일)\n\n" +
  86. // "좌측 상단 '설문조사' 버튼을 누르시면 설문조사 화면으로 연결됩니다.\n\n" +
  87. // "추첨을 통해 기프티콘을 드릴 예정이오니 많은 참여 바랍니다.\n\n감사합니다.","I999");
  88. }
  89. function group4_btn_save_onclick(obj:Button, e:ClickEventInfo)
  90. {
  91. var url = "https://forms.gle/ytuGZ8hv69HnfAKF7";
  92. Activex00.Navigate2("about:blank");
  93. Activex00.Navigate2("javascript:window.open('" + url + "','popup','scrollbars=yes,resizable=yes,top=100px,left=100px,height=800px,width=1000px')");
  94. }
  95. ]]></Script>
  96. </Form>
  97. </FDL>