123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?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>
- <list>
- <drugchkdt/>
- <reteresn/>
- </list>
- </main>
- <send>
- <drugdd/>
- <drugno/>
- <prcpno/>
- </send>
- <init>
- </init>
- <hidden>
- <refcnts>
- <drugdd/>
- <drugno/>
- <prcpno/>
- </refcnts>
- </hidden>
- </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" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var drugdd = model.getValue("/root/hidden/refcnts/drugdd");
- var drugno = model.getValue("/root/hidden/refcnts/drugno");
- var prcpno = model.getValue("/root/hidden/refcnts/prcpno");
- model.setValue("/root/send/drugdd",drugdd);
- model.setValue("/root/send/drugno",drugno);
- model.setValue("/root/send/prcpno",prcpno);
- submit("TRADT60101");
- ]]>
- </script>
- <submission id="TRADT60101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/list"/>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="520" pageheight="350" guideline="2,-4;1,1194;2,784;2,757;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:515px; height:306px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:11px; width:113px; height:14px; ">검수보류 이력</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:30px; x2:505px; y2:30px; "/>
- <datagrid id="grd_reflist" nodeset="/root/main/list" allowselection="false" caption="보류일시^보류사유" colsep="^" colwidth="125, 345" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" selectionmode="byrow" style="left:0px; top:35px; width:505px; height:265px; ">
- <col ref="drugchkdt"/>
- <col ref="reteresn"/>
- </datagrid>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:306px; width:515px; height:27px; ">
- <button id="btn_cls" class="btn4_letter2" style="left:449px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <close ev:event="DOMActivate"/>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|