123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <?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>FIND사유</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <findaprvlist>
- <info>
- <resnflagno/>
- <resnno/>
- <detlno/>
- <detlnm/>
- </info>
- </findaprvlist>
- <condition>
- <prcpcd/>
- </condition>
- </main>
- <init/>
- <send/>
- <hidden>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- finit();
- ]]>
- </script>
- <submission id="TRMMD02301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/findaprvlist"/>
- </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/dateHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function finit(){
-
- model.makeValue("/root/send/reqdata/prcpcd", model.getValue("/root/main/condition/prcpcd"));
- submit("TRMMD02301");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1116" pageheight="527">
- <group id="group2" scroll="auto" style="left:0px; top:0px; width:1100px; height:500px; ">
- <caption id="caption3" class="tit_2" style="left:5px; top:8px; width:196px; height:14px; ">FIND사유</caption>
- <line id="line7" class="line_1" style="x1:0px; y1:23px; x2:1100px; y2:23px; "/>
- <datagrid id="grd_findinfo" nodeset="/root/main/findaprvlist/info" caption="사유구분코드^사유번호^세부코드^사유내역" colsep="^" colwidth="0, 0, 0,1058" dataheight="23" defaultrows="0" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:28px; width:1100px; height:469px; ">
- <col ref="resnflagno"/>
- <col ref="resnno"/>
- <col ref="detlno"/>
- <col ref="detlnm"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- /*opener.model.setValue("/root/hidden/getdata/cd", model.getValue("/root/main/findaprvlist/info[" + grd_findinfo.row + "]/detlno"));
- opener.model.setValue("/root/hidden/getdata/nm", model.getValue("/root/main/findaprvlist/info[" + grd_findinfo.row + "]/detlnm"));
- opener.model.setValue("/root/hidden/getdata/resnflagno", model.getValue("/root/main/findaprvlist/info[" + grd_findinfo.row + "]/resnflagno"));
- opener.model.setValue("/root/hidden/getdata/resnno", model.getValue("/root/main/findaprvlist/info[" + grd_findinfo.row + "]/resnno"));*/
- opener.model.makeValue("/root/hidden/getdata/cd", model.getValue("/root/main/findaprvlist/info[" + grd_findinfo.row + "]/detlno"));
- opener.model.makeValue("/root/hidden/getdata/nm", model.getValue("/root/main/findaprvlist/info[" + grd_findinfo.row + "]/detlnm"));
- opener.model.makeValue("/root/hidden/getdata/resnflagno", model.getValue("/root/main/findaprvlist/info[" + grd_findinfo.row + "]/resnflagno"));
- opener.model.makeValue("/root/hidden/getdata/resnno", model.getValue("/root/main/findaprvlist/info[" + grd_findinfo.row + "]/resnno"));
- window.close();
- ]]>
- </script>
- </datagrid>
- <line id="line13" class="line_3" style="x1:0px; y1:498px; x2:1097px; y2:498px; "/>
- </group>
- <group id="group6" style="left:0px; top:500px; width:1100px; height:27px; ">
- <button id="button1" class="btn4_letter2" style="left:1040px; top:3px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <button id="btn_confirm" class="btn4_letter2" style="left:983px; top:3px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var iRow = grd_findinfo.row;
- if(iRow == null || iRow == "") {
- var msg = messageBox("처방을 ", "C002");
- return;
- } else{
- /*opener.model.setValue("/root/hidden/getdata/cd", model.getValue("/root/main/findaprvlist/info[" + grd_findinfo.row + "]/detlno"));
- opener.model.setValue("/root/hidden/getdata/nm", model.getValue("/root/main/findaprvlist/info[" + grd_findinfo.row + "]/detlnm"));
- opener.model.setValue("/root/hidden/getdata/resnflagno", model.getValue("/root/main/findaprvlist/info[" + grd_findinfo.row + "]/resnflagno"));
- opener.model.setValue("/root/hidden/getdata/resnno", model.getValue("/root/main/findaprvlist/info[" + grd_findinfo.row + "]/resnno"));*/
- opener.model.makeValue("/root/hidden/getdata/cd", model.getValue("/root/main/findaprvlist/info[" + grd_findinfo.row + "]/detlno"));
- opener.model.makeValue("/root/hidden/getdata/nm", model.getValue("/root/main/findaprvlist/info[" + grd_findinfo.row + "]/detlnm"));
- opener.model.makeValue("/root/hidden/getdata/resnflagno", model.getValue("/root/main/findaprvlist/info[" + grd_findinfo.row + "]/resnflagno"));
- opener.model.makeValue("/root/hidden/getdata/resnno", model.getValue("/root/main/findaprvlist/info[" + grd_findinfo.row + "]/resnno"));
- window.close();
- }
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|