1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?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>PCAÁ¾·ù¼±ÅÃ</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond>
- <fromdd/>
- <todd/>
- </cond>
- <opinfo>
- <oplist/>
- </opinfo>
- <codeinfo>
- <codelist>
- <cdid/>
- <cdnm/>
- </codelist>
- </codeinfo>
- <pcainfo>
- <pcalist/>
- </pcainfo>
- <stdinfo>
- <stdlist/>
- </stdinfo>
- </main>
- <init>
- </init>
- <send>
- </send>
- <hidden/>
- <temp>
- </temp>
- </root>
- </instance>
- <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" ev:event="xforms-ready">
- <![CDATA[
- model.makeValue("/root/send/reqdata/srchdd", getCurrentDate());
- model.makeValue("/root/send/reqdata/cdgrupid", "'U27'");
-
- submit("TRMNW00001");
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
-
- ]]>
- </script>
- <submission id="TRMNW00001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/codeinfo"/>
- <submission id="TRMNP07410" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/stdinfo"/>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="347" pageheight="320" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:330px; height:13px; ">
- <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:248px; height:14px; font-family:µ¸¿òü; ">PCAÁ¾·ù¼±ÅÃ</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:18px; width:330px; height:277px; ">
- <datagrid id="grd_codelist" nodeset="/root/main/codeinfo/codelist" caption="caption2^Á¾·ù" colsep="^" colwidth="0, 136" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:0px; width:155px; height:275px; ">
- <col ref="cdid"/>
- <col ref="cdnm"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- model.makeValue("/root/send/reqdata/cdgrupid", "004");
- model.makeValue("/root/send/reqdata/lnkcd", grd_codelist.valueMatrix(grd_codelist.row, grd_codelist.colRef("cdid")));
- submit("TRMNP07410");
- ]]>
- </script>
- </datagrid>
- <datagrid id="grd_stdlist" nodeset="/root/main/stdinfo/stdlist" caption="PCAÁ¾·ù^caption2" colsep="^" colwidth="140, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:160px; top:0px; width:155px; height:275px; ">
- <col ref="cdnm"/>
- <col ref="cdid" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- model.property("cdid") = grd_stdlist.valueMatrix(grd_stdlist.row, grd_stdlist.colRef("cdid"));
- model.property("cdnm") = grd_stdlist.valueMatrix(grd_stdlist.row, grd_stdlist.colRef("cdnm"));
- model.property("lnkcd") = grd_codelist.valueMatrix(grd_codelist.row, grd_codelist.colRef("cdid"));
- model.property("lnknm") = grd_codelist.valueMatrix(grd_codelist.row, grd_codelist.colRef("cdnm"));
-
- model.property("clickflag") = "Y";
-
- window.close();
-
- ]]>
- </script>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|