12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?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>
- <list>
- <A0150>
- <cdid/>
- <cdnm/>
- </A0150>
- </list>
- </main>
- <send>
- <grdselrow/>
- </send>
- <init>
- <refcnts>
- <A0150>
- <cdid/>
- <cdnm/>
- </A0150>
- </refcnts>
- </init>
- <hidden>
- </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[
- model.removenode("/root/init/refcnts/A0150");
- zbcfGetCodeList( new Array("A0150"), new Array("/root/init/refcnts"));
- submit("TRZBC00101");
-
- model.copyNode("/root/main/list","root/init/refcnts");
- model.refresh();
- ]]>
- </script>
- <submission id="TRZBC00101"/>
- <submission id="TXADB60602" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" replace="instance" resultref="/root/hidden/temp"/>
- </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/A0150" allowselection="false" caption="사유코드^보류사유" colwidth="81, 396" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" selectionmode="byrow" rowsep="|" colsep="^" style="left:0px; top:35px; width:505px; height:265px; ">
- <col ref="cdid"/>
- <col ref="cdnm"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
-
- if ( checkOpener() ) {
- opener.model.setValue("/root/temp/reteresn", model.getValue("/root/main/list/A0150["+grd_reflist.row+"]/cdid"));
- opener.model.refresh();
- window.close();
- } else {
- alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
- }
- ]]>
- </script>
- </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>
|