1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?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>SPRPH00201_직급코드HELP</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <comcd>
- <comcodelist/>
- </comcd>
- </main>
- <target/>
- <init>
- <refcond>
- <label>코드</label>
- <value>cdid</value>
- <label>코드명</label>
- <value>cdnm</value>
- </refcond>
- </init>
- <send>
- <comcdref>
- <appdd/>
- <promotnflag/>
- </comcdref>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- misfGridInit(grd_comcdlist);
-
- var promotnflag = parent.model.getValue("/root/target/promotnflag");
- var scrngvaluym = parent.model.getValue("/root/target/scrngvaluym");
- model.setValue("/root/send/comcdref/appdd",scrngvaluym);
- model.setValue("/root/send/comcdref/promotnflag",promotnflag);
- submit("TRRPH00102");
- model.refresh();
- ]]>
- </script>
- <submission id="TRRPH00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/comcdref" resultref="/root/main/comcd"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="620" pageheight="560" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:8px; top:0px; width:580px; height:522px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:14px; width:118px; height:13px; ">직급 코드 리스트</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:29px; x2:580px; y2:29px; "/>
- <datagrid id="grd_comcdlist" nodeset="/root/main/comcd/comcodelist" caption="코드^코드명" colsep="^" colwidth="128, 409" dataheight="23" defaultrows="0" extendlastcol="scroll" mergecellsfixedrows="never" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:34px; width:580px; height:476px; ">
- <col ref="promotnjobgrad"/>
- <col ref="promotnjobgradnm"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if( grd_comcdlist.isCell(event.target) && grd_comcdlist.row >= grd_comcdlist.fixedRows )
- {
-
- btn_confirm.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group1" scroll="auto" style="left:8px; top:521px; width:580px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter2" style="left:466px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfPopUpListReturn(grd_comcdlist);
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:524px; top:5px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfPopUpListCancel();
- ]]>
- </script>
- </button>
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:580; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|