12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?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>
- <cnclcodelist>
- <cnclcode>
- <sortno/>
- <basecd/>
- <basecdflagdesc/>
- </cnclcode>
- </cnclcodelist>
- </main>
- <send>
- <cnclcd/>
- <basecdflag/>
- <globalinstance>
- <instance1/>
- </globalinstance>
- <req>
- <data/>
- </req>
- </send>
- <init/>
- <hidden>
- <count/>
- <receivedata/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- aezfSetSuppDeptcd();
- model.setValue("/root/send/basecdflag",model.getValue("/root/hidden/receivedata"));
- submit("TRAEB01602");
- ]]>
- </script>
- <submission id="TRAEB01602" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/cnclcodelist"/>
- </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="../../../ast/examcureweb/js/AEZ0001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="535" pageheight="390" guideline="1,1194;2,383;1,449;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:450px; height:350px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:6px; width:95px; height:13px; ">취소코드</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:21px; x2:447px; y2:21px; "/>
- <datagrid id="grd_basecd" nodeset="/root/main/cnclcodelist/cnclcode" caption="순번 ^취소코드^취소사유" colsep="^" colwidth="40, 0, 404" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:26px; width:447px; height:320px; ">
- <col ref="sortno"/>
- <col ref="basecd"/>
- <col ref="basecdflagdesc"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- model.setAttribute("Cnclresncd", model.getvalue("/root/main/cnclcodelist/cnclcode["+ grd_basecd.row +"]/basecd"));
-
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:355px; width:448px; height:27px; ">
- <button id="btn_cfm" class="btn4_letter2" style="left:327px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var cnclcd = model.getValue("/root/main/cnclcodelist/cnclcode["+grd_basecd.row+"]/basecd");
- var cnclcdnm = model.getValue("/root/main/cnclcodelist/cnclcode["+grd_basecd.row+"]/basecdflagdesc");
-
- opener.model.makeValue("/root/hidden/cnclcdlist/cnclcd", cnclcd);
- opener.model.makeValue("/root/hidden/cnclcdlist/cnclcdnm", cnclcdnm);
-
- opener.model.refresh();
- window.close();
- ]]>
- </script>
- </button>
- <button id="btn_cls" class="btn4_letter2" style="left:386px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <close ev:event="DOMActivate"/>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|