123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>당직</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <printinfo>
- <printlist/>
- </printinfo>
- </main>
- <init/>
- <send>
- <paytrgtcnt>
- <payym/>
- <instcd/>
- <emplno/>
- <emplnm/>
- <seqno/>
- <usenm/>
- <gb/>
- </paytrgtcnt>
- <printdata>
- <ymd/>
- <instcd/>
- </printdata>
- </send>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","N");
-
- makeReportPreview(0,100,1195,650);
-
- model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
- model.setValue("/root/send/paytrgtcnt/payym", getCurrentDate().substr(0, 6));
- //model.setValue("/root/send/paytrgtcnt/gb", "1");
- misfGetUserAuth();
-
- if (DUTY_PAY_YN == "Y" ) {
- cmb_instcd.disabled = false;
- }
- else {
- cmb_instcd.disabled = true;
- }
-
-
- model.setFocus("cmb_instcd");
- ]]>
- </script>
- <submission id="TRRWP20401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/paytrgtcnt" resultref="/root/main/printinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-right:8; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">당직자명단</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:40px; width:1195px; height:740px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:5px; width:1193px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1130px; top:12px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (model.getValue("/root/send/paytrgtcnt/payym") == ""){
- messageBox("당직년월은 필수 입력항목입니다.", "E999", "");
- return;
- }
- model.removenode("/root/main/printinfo/printlist");
- model.setValue("/root/send/printdata/ymd", model.getValue("/root/send/paytrgtcnt/payym"));
- model.setValue("/root/send/printdata/instcd", model.getValue("/root/send/paytrgtcnt/instcd"));
-
- //submit("TRRWP20401");
- exeReportPreview("RPRWP20500", "XML", "/root/send/printdata");
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1120px; y1:5px; x2:1120px; y2:39px; "/>
- <caption id="caption28" class="tit_2" style="left:5px; top:48px; width:144px; height:13px; ">당직자명단</caption>
- <line id="line193" class="line_1" style="x1:2px; y1:66px; x2:1192px; y2:66px; "/>
- <select1 id="cmb_instcd" ref="/root/send/paytrgtcnt/instcd" class="combo_s_essential" visibility="visible" appearance="minimal" style="left:320px; top:15px; width:170px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_instcd" class="search_name" visibility="visible" style="left:231px; top:16px; width:85px; height:17px; ">기 관 :</caption>
- <caption id="caption5" class="search_name" style="left:10px; top:15px; width:86px; height:17px; ">당직년월 :</caption>
- <input id="input3" ref="/root/send/paytrgtcnt/payym" inputtype="date" format="yyyy-mm" style="left:100px; top:14px; width:95px; height:19px; text-align:center; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
- </xhtml:body>
- </xhtml:html>
|