123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>
- </main>
- <send>
- <retrparams>
- <instcd/>
- <dutym/>
- <dutunitcd/>
- <dutunitnm/>
- </retrparams>
- </send>
- <init>
- </init>
- <temp>
- </temp>
- </root>
- </instance>
- <submission id="TXRPD01601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparams" resultref="/root/temp"/>
- </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" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fInit()
- {
- //misfComboComCdListMulti("Z0007","cmb_instcd");
- misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","N");
- model.setValue("/root/send/retrparams/instcd", getUserInfo("dutplceinstcd"));
- model.setValue("/root/send/retrparams/dutym", getCurrentDate().substr(0, 6));
-
- if(getUserInfo("dutplceinstcd") != "001")
- {
- cmb_instcd.disabled = true;
- }
- btn_save.disabled = !(checkAuth("X"));
-
- model.setFocus("ipt_dutdeptnm");
-
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="300">
- <group id="group1" style="left:0px; top:0px; width:315px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:222px; height:13px; ">확정마감번표취소</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:15px; width:315px; height:108px; ">
- <line id="line204" class="line_2" style="x1:0px; y1:54px; x2:280px; y2:54px; "/>
- <line id="line203" class="line_1" style="x1:0px; y1:25px; x2:312px; y2:25px; "/>
- <line id="line1" class="line_3" style="x1:0px; y1:106px; x2:312px; y2:106px; "/>
- <caption id="caption278" class="tit_2" style="left:5px; top:10px; width:157px; height:14px; ">확정마감번표</caption>
- <input id="ipt_payym" ref="/root/send/retrparams/dutym" class="input_s_essential" inputtype="date" format="yyyy-mm" style="left:69px; top:58px; width:241px; height:19px; "/>
- <caption id="cap_payym" class="cell_1" style="left:0px; top:56px; width:67px; height:23px; vertical-align:middle; ">근무년월</caption>
- <caption id="cap_idflag" class="cell_1" style="left:0px; top:30px; width:67px; height:23px; vertical-align:middle; ">기관코드</caption>
- <caption id="caption1" class="cell_1" style="left:0px; top:82px; width:67px; height:23px; vertical-align:middle; ">근무부서</caption>
- <line id="line3" class="line_2" style="x1:0px; y1:80px; x2:280px; y2:80px; "/>
- <button id="btn_dutdept" class="icon_search" style="left:156px; top:84px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // misfOpenPopUpList("02", ipt_dutdeptcd, "", "dutunitcd,dutunitnm", cmb_instcd.value, "instcd");
- misfOpenPopUpList("02", ipt_dutdeptcd,"","dutunitcd,dutunitnm", cmb_instcd.value + "," + ipt_payym.value+"31", "instcd,basedd");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_dutdeptnm" ref="/root/send/retrparams/dutunitnm" class="input_search" navindex="3" imemode="hangul" style="left:174px; top:84px; width:136px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "dutunitcd,dutunitnm", cmb_instcd.value, "instcd" );
- model.refresh();
- ]]>
- </script>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- ipt_dutdeptnm.value = ipt_dutdeptnm.currentText;
- misfValidationCheck("02", "", "dutunitcd,dutunitnm", cmb_instcd.value, "instcd" );
- model.refresh();
- }
- ]]>
- </script>
- </input>
- <input id="ipt_dutdeptcd" ref="/root/send/retrparams/dutunitcd" class="input_s_essential" navindex="2" maxlength="10" style="left:69px; top:84px; width:85px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "dutunitcd,dutunitnm", cmb_instcd.value, "instcd" );
- model.refresh();
- ]]>
- </script>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13)
- {
- ipt_dutdeptcd.value = ipt_dutdeptcd.currentText;
- misfValidationCheck("02", "", "dutunitcd,dutunitnm", cmb_instcd.value, "instcd" );
- model.refresh();
- }
- ]]>
- </script>
- </input>
- <select1 id="cmb_instcd" ref="/root/send/retrparams/instcd" class="combo_s_essential" appearance="minimal" style="left:69px; top:32px; width:241px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:124px; width:315px; height:27px; ">
- <button id="btn_save" class="btn4_letter2" style="left:257px; top:3px; width:56px; height:22px; ">
- <caption>작업</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var sInstcd = model.getValue("/root/send/retrparams/instcd");
- var sDutYm = model.getValue("/root/send/retrparams/dutym");
- var sDutUnitCd = model.getValue("/root/send/retrparams/dutunitcd");
-
- if(sInstcd == "" || sDutYm == "" || sDutUnitCd == "")
- {
- messageBox("기관코드, 근무년월, 근무부서 모두 입력되어야합니다.", "I999");
- return;
- }
- var dlgRslt = messageBox(sDutYm.substr(0, 4) + "년 " + sDutYm.substr(4, 2) + "월 " + "[ " + model.getValue("/root/send/retrparams/dutunitnm") + " ] 의 확정 마감된 번표를 취소 하시겠습니까?", "Q999");
-
- if(dlgRslt == 6)
- {
- if(submit("TXRPD01601"))
- {
- messageBox("[ " + model.getValue("/root/send/retrparams/dutunitnm") + " ] 의 확정마감번표 취소 작업이 완료 되었습니다.", "I999");
- }
- }
- ]]>
- </script>
- </button>
- <line id="line2" class="line_6" style="x1:0px; y1:0px; x2:312px; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|