123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- <?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>환자Comment코드관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cnclcodelist>
- <cnclcode>
- <sortno/>
- <basecd/>
- <basecdflagdesc/>
- <basecdcnts/>
- <basecdflag/>
- </cnclcode>
- </cnclcodelist>
- </main>
- <send>
- <cnclcd/>
- <req>
- <data/>
- </req>
- <globalinstance>
- <instance1/>
- </globalinstance>
- </send>
- <init/>
- <hidden>
- <count/>
- </hidden>
- </root>
- </instance>
- <submission id="TRAEB04001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/cnclcodelist"/>
- <submission id="TXAEB04001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/hidden"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- aezfSetSuppDeptcd();
-
- model.removeNodeset("/root/main/cnclcodelist/cnclcode");
- model.refresh();
-
- model.setFocus("ipt_basecd");
- ]]>
- </script>
- </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 guideline="1,1196;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption19" class="tit_1" style="left:0px; top:0px; width:125px; height:14px; background-image:../../../com/commonweb/images/tit_bullet1.gif; ">환자Comment관리</caption>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:3px; top:15px; width:1192px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line2" class="line_1" style="x1:2px; y1:78px; x2:1195px; y2:78px; "/>
- <button id="btn_sea" class="btn1_letter2" style="left:1132px; top:21px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRAEB04001");
- ]]>
- </script>
- </button>
- <button id="btn_grdadd" class="btn2_letter3" disable.background-image="../../../com/commonweb/images/dis_btn2_letter3.gif" style="left:1087px; top:54px; width:53px; height:19px; background-image:../../../com/commonweb/images/btn2_letter3.gif; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grd_cnclcode.addRow();
- var irow = grd_cnclcode.row;
- grd_cnclcode.row = irow;
- grd_cnclcode.topRow = irow;
- model.setValue("/root/main/cnclcodelist/cnclcode[" + irow + "]/basecdflag", "Y");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_grddel" class="btn2_letter3" disable.background-image="../../../com/commonweb/images/dis_btn2_letter3.gif" style="left:1142px; top:54px; width:53px; height:19px; background-image:../../../com/commonweb/images/btn2_letter3.gif; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //grd_cnclcode.addStatus(grd_cnclcode.row,"delete");
- deleteSelectedRows(grd_cnclcode, true);
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn4_letter2" disable.background-image="../../../com/commonweb/images/dis_btn4_letter2.gif" style="left:1139px; top:762px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if ( messageBox("","Q002")==6 ) {
- var update = getGridUpdateData(grd_cnclcode);
-
- if(update == ""){
- messageBox("업데이트 정보가 없습니다.", "I");
- } else {
- model.setValue("/root/send/req/data",update);
- submit("TXAEB04001");
- }
- }
- submit("TRAEB04001");
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusIn">
- <![CDATA[
- checkKeyColumn("grd_cnclcode");
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:20px; top:25px; width:139px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">환자Comment코드:</caption>
- <input id="ipt_basecd" ref="/root/send/cnclcd" class="input_search" _chartype="upper" style="left:165px; top:23px; width:115px; height:19px; ">
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- inputEnterKey("btn_sea","DOMActivate");
- ]]>
- </script>
- </input>
- <datagrid id="grd_cnclcode" nodeset="/root/main/cnclcodelist/cnclcode" caption="순번 ^Comment코드^환자Comment^비고^Comment구분" colsep="^" colwidth="100, 144, 432, 463, 100" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:2px; top:83px; width:1193px; height:674px; ">
- <col ref="sortno" type="input" format="####"/>
- <col ref="basecd" type="input" maxlength="12" _chartype="upper" _key="true"/>
- <col ref="basecdflagdesc" type="input" maxlength="300"/>
- <col ref="basecdcnts" type="input" maxlength="3000"/>
- <col ref="basecdflag" type="combo" visibility="hidden">
- <choices>
- <item>
- <label>예약취소</label>
- <value>A</value>
- </item>
- <item>
- <label>접수취소</label>
- <value>C</value>
- </item>
- </choices>
- </col>
- <!--<script type="javascript" ev:event="onentercell">
- <![CDATA[
- if (grd_cnclcode.rowStatus(grd_cnclcode.row) == 0) {
- grd_cnclcode.isReadOnly(grd_cnclcode.row, grd_cnclcode.colRef("basecd"),grd_cnclcode.row,grd_cnclcode.colRef("basecd")) = true;
- }
- ]]>
- </script>-->
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|