123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SMRSO21001" position="absolute 0 0 1171 804" titletext="입고등록(부서) 도움말" oninit="SMRSO21001_oninit" onload="SMRSO21001_onload">
- <Layouts>
- <Layout>
- <Div position="absolute 0 55 1136 796" id="group2" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <ImageViewer position="absolute 9 1 1119 3001" id="img1" image="URL('IMG::mis/Help1.png')" anchor="default" imagealign="center top" stretch="none"/>
- </Layout>
- </Layouts>
- </Div>
- <Static id="caption6" text="수리신청등록(도움말)" class="tit_1" position="absolute 0 0 166 23"/>
- <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"/>
- <ActiveX id="Activex00" position="absolute 1184 44 1284 84" useautobitmapcache="1" anchor="default" taborder="2" progid="{8856F961-340A-11D0-A96B-00C04FD705A2}" visible="false"/>
- <WebBrowser id="WebBrowser00" text="WebBrowser00" position="absolute 1184 92 1284 132" anchor="default" taborder="3" useautobitmapcache="1" visible="false"/>
- <Edit id="ipt_count" taborder="4" position="absolute 1046 21 1090 41" style="align:center middle;font:dotum,9,bold;" visible="false" readonly="true"/>
- <Static id="caption1" text="조 회 수 :" class="search_name" position="absolute 972 24 1043 41" visible="false" style="color:crimson;"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_filepath" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="filepath" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- <Dataset id="ds_filelist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="filedata" type="STRING" size="256"/>
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_helpcntsh" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
- <Dataset id="ds_helpcnt" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
- </Objects>
- <Bind>
- <BindItem id="item0" compid="ipt_count" propid="value" datasetid="ds_helpcntsh" columnid="cdid"/>
- </Bind>
- <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
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- include "com_commonxp::comm_main.xjs";
- include "mis_miscommonxp::MIS.xjs";
- function SMRSO21001_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj);
-
- }
- function SMRSO21001_onload(obj:Form, e:LoadEventInfo)
- {
- if(sysf_getUserInfo("dutplcecd") == "4090500000"){
- caption1.visible = true;
- ipt_count.visible = true;
- }
-
- var oParam = {};
- oParam.id = "TRRFE00491";
- oParam.service = "reqapp.ReqMngt";
- oParam.method = "reqExeFixaHelpCnt";
- oParam.inds = "req=ds_helpcnt";
- oParam.outds = "ds_helpcnt=helpcnt";
- oParam.async = false;
- //oParam.callback = "cf_TRRPD10102";
- tranf_submit(oParam);
-
- var oParam = {};
- oParam.id = "TRRFE00492";
- oParam.service = "reqapp.ReqMngt";
- oParam.method = "reqGetFixaHelpCntSh";
- oParam.inds = "req=ds_helpcnt";
- oParam.outds = "ds_helpcntsh=helpcntsh";
- oParam.async = false;
- //oParam.callback = "cf_TRRPD10102";
- tranf_submit(oParam);
-
- // sysf_messageBox("MIS 이용 도움말 만족도 설문조사 중입니다! (~9월30일)\n\n" +
- // "좌측 상단 '설문조사' 버튼을 누르시면 설문조사 화면으로 연결됩니다.\n\n" +
- // "추첨을 통해 기프티콘을 드릴 예정이오니 많은 참여 바랍니다.\n\n감사합니다.","I999");
- }
- function group4_btn_save_onclick(obj:Button, e:ClickEventInfo)
- {
- var url = "https://forms.gle/ytuGZ8hv69HnfAKF7";
-
- Activex00.Navigate2("about:blank");
- Activex00.Navigate2("javascript:window.open('" + url + "','popup','scrollbars=yes,resizable=yes,top=100px,left=100px,height=800px,width=1000px')");
- }
- ]]></Script>
- </Form>
- </FDL>
|