123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- <?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>
- <stndpayasescard/>
- </main>
- <send>
- <instcd/>
- <jobkind/>
- <usernm/>
- <emplno/>
- <emplnm/>
- <trngflag/>
- <gvnoffcorddd/>
- </send>
- <init>
- <systemflag>T</systemflag>
- </init>
- <hidden>
- </hidden>
- <temp/>
- </root>
- </instance>
- <submission id="TRRTP00251" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/stndpayasescard"/>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
- <script type="javascript" src="../../../mis/tistrngeducbaseinfomngtweb/js/RTC001.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //사용자 권한
- fCheckAuth();
-
- misfComboComCdListMulti("R0305", "cmb_instcd");
-
- addComboItem( "cmb_instcd", "가톨릭중앙의료원", "", "above");
-
- cmb_instcd.value = getUserInfo("posinstcd");
-
- model.setValue("/root/send/usernm", getUserInfo("usernm")); // 사용자 정보 설정
-
-
- model.refresh();
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- //========================================================================================
- //버튼에 대한 화면 권한 체크(R : 읽기, X : 입력/수정/삭제, P : 출력)
- //========================================================================================
- function fCheckAuth() {
- btn_prn.disabled = !checkAuth("P");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="330" pageheight="220">
- <group id="group1" style="left:10; top:0px; width:540; height:13px; ">
- <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:540px; height:14px; ">표준봉급월액</caption>
- </group>
- <group id="group2" scroll="auto" style="left:10; top:38px; width:320; height:170; ">
- <group id="group4" style="left:0px; top:10px; width:310; height:150; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0; width:310; height:140; background-color:#fffbf2; border-color:#ffd799; "/>
- <select1 id="cmb_instcd" ref="/root/send/instcd" appearance="minimal" style="left:115px; top:33px; width:180px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_instcd" class="search_name" style="left:15px; top:34px; width:111px; height:17px; ">기 관 :</caption>
- <caption id="cap_supinfqurtyyflag" class="search_name" style="left:15px; top:115px; width:111px; height:17px; ">의과 / 치과 :</caption>
- <select1 id="cmb_jobkind" ref="/root/send/jobkind" appearance="minimal" style="left:115px; top:114px; width:180px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>의사</label>
- <value>0330</value>
- </item>
- <item>
- <label>치과의사</label>
- <value>0332</value>
- </item>
- </choices>
- </select1>
- <caption id="cap_issddfrom" class="search_name" style="left:15px; top:88px; width:111px; height:17px; ">수련 구분 :</caption>
- <caption id="caption2" class="search_name" style="left:15px; top:61px; width:111px; height:17px; ">사원 번호:</caption>
- <input id="ipt_emplnm" ref="/root/send/emplnm" class="input_essential" disabled="true" navindex="21" style="left:210px; top:60px; width:85px; height:19px; "/>
- <input id="ipt_emplno" ref="/root/send/emplno" class="input_essential" disabled="false" navindex="20" maxlength="10" style="left:115px; top:60px; width:69px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var recv_list = "emplno,emplnm" ;
- rpbfValidationCheck("EMPLNO", recv_list);
-
- model.refresh();
-
- ]]>
- </script>
- </input>
- <button id="btn_emplsearch" class="icon_search" disabled="false" style="left:189px; top:62px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "emplno,emplnm";
- rpbfOpenPopUpList("SPRPB00101", ipt_emplno, recv_list,"ipt_systemflag","Y");
-
- model.refresh();
- ]]>
- </script>
- </button>
- <select1 id="cmb_trngflag" ref="/root/send/trngflag" appearance="minimal" style="left:115px; top:87px; width:180px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>인턴</label>
- <value>0601</value>
- </item>
- <item>
- <label>레지던트</label>
- <value>0501</value>
- </item>
- </choices>
- </select1>
- <caption id="cap_gvnoffcorddd" class="search_name" style="left:15px; top:7px; width:113px; height:17px; ">임 용 일 :</caption>
- <input id="ipt_gvnoffcorddd" ref="/root/send/gvnoffcorddd" inputtype="date" format="yyyy-mm-dd" style="left:115px; top:6px; width:180px; height:19px; "/>
- </group>
- </group>
- <group id="grp_btn" scroll="auto" style="left:10; top:12px; width:540; height:27px; ">
- <button id="button16" class="btn3_letter4" visibility="hidden" style="left:57px; top:3px; width:80px; height:22px; ">
- <caption>화면이동</caption>
- </button>
- <line id="line1" class="line_6" style="x1:0; y1:25; x2:540; y2:25; "/>
- <button id="btn_prn" class="btn6_letter2" style="left:0px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(!isRequiredControls("ipt_gvnoffcorddd")) return;
- submit("TRRTP00251");
- exeReportPreview("RPRTP00250","XMLSTR");
- ]]>
- </script>
- </button>
- <input id="ipt_usernm" ref="/root/send/usernm" visibility="hidden" style="left:140px; top:5px; width:130px; height:19px; "/>
- <input id="ipt_systemflag" ref="/root/init/systemflag" visibility="hidden" style="left:285px; top:5px; width:35px; height:19px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|