12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?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>부서코드 HELP</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <deptdutplcelist>
- <dutplcedeptcd/>
- <dutplcedeptnm/>
- </deptdutplcelist>
- </main>
- <target/>
- <init/>
- <send>
- <instcd/>
- <unitcd/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- misfGridInit(grd_deptdutplcelist);
-
- misfComboComCdListMulti("Z0007", "grd_deptdutplcelist.dutplceinst");
- var instcd=parent.ipt_instcd.value;
- var unitcd=parent.ipt_unitcd.value;
- model.setValue("/root/send/instcd",instcd);
- model.setValue("/root/send/unitcd",unitcd);
- submit("TRRPB03001");
- model.refresh();
- ]]>
- </script>
- <submission id="TRRPB03001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/deptdutplcelist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="650" pageheight="600" 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:504px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:144px; height:13px; ">부서별 근무지 리스트</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:580px; y2:25px; "/>
- <datagrid id="grd_deptdutplcelist" nodeset="/root/main/deptdutplcelist" caption="근무지기관^근무지코드^근무지명" colsep="^" colwidth="122, 128, 293" dataheight="23" defaultrows="0" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="never" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:30px; width:580px; height:464px; ">
- <col disabled="true" ref="dutplceinst" type="combo">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </col>
- <col ref="dutplcedeptcd"/>
- <col ref="dutplcedeptnm"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if( grd_deptdutplcelist.isCell(event.target) && grd_deptdutplcelist.row >= grd_deptdutplcelist.fixedRows )
- {
- btn_confirm.dispatch("DOMActivate");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_deptdutplcelist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group1" scroll="auto" style="left:8px; top:503px; width:580px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter2" style="left:465px; top:3px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfPopUpListReturn(grd_deptdutplcelist);
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:524px; top:3px; 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>
|