123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?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>
- <sjudglist>
- <item>
- <chk/>
- <judgappdg/>
- <judgenddd/>
- <judgdd/>
- <reptdataenddd/>
- <tchk1/>
- <tchk2/>
- <tchk3/>
- <tchk4/>
- <judgdgendyn/>
- <judgstat/>
- <confyn/>
- <conftm/>
- <confplc/>
- <judgchk/>
- <etchk/>
- <teamcd/>
- <judgkind/>
- <etcopin/>
- </item>
- </sjudglist>
- </main>
- <send>
- <etcopin/>
- <judgappdg/>
- <judgkind/>
- <srchjudgkind/>
- <srchjudgappdg/>
- </send>
- <init>
- </init>
- <hidden>
- </hidden>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var judgappdg = opener.window.javascript.getParameter("judgappdg");
- var judgkind = opener.window.javascript.getParameter("judgkind");
- var confyn = opener.javascript.getParameter("confyn");
-
- model.setValue("/root/send/srchjudgappdg",judgappdg);
- model.setValue("/root/send/srchjudgkind",judgkind);
-
- if ( judgkind == 'A' || judgkind == 'B' ) {
- submit("TRIIA00115");
- } else {
- submit("TRIIA00106");
- }
-
- // submit("TRIIA00106");
- if(confyn =='Y'){
- button18.disabled = true;
- }
- model.refresh();
-
- ]]>
- </script>
- <submission id="TRIIA00106" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/sjudglist"/>
- <submission id="TXIIA00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/temp"/>
- <submission id="TRIIA00115" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/sjudglist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/authinfoweb/js/ZSA001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/basiccodeweb.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="600" pageheight="650" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group2" scroll="auto" style="left:0px; top:0px; width:565px; height:620px; ">
- <caption id="caption35" class="tit_1" style="left:0px; top:0px; width:158px; height:14px; ">기타작성</caption>
- <button id="button18" class="btn5_letter2" _auth="X" style="left:465px; top:10px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.setValue("/root/send/etcopin", model.getValue("/root/main/sjudglist/item/etcopin"));
- model.setValue("/root/send/judgappdg", model.getValue("/root/main/sjudglist/item/judgappdg"));
- model.setValue("/root/send/judgkind", model.getValue("/root/main/sjudglist/item/judgkind"));
- var saveflag = messageBox("","Q002");
- if(saveflag == 6){
- submit("TXIIA00102");
- window.close();
- }
- ]]>
- </script>
- </button>
- <button id="button19" class="btn2_letter2" style="left:510px; top:10px; width:42px; height:19px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <line id="line15" class="line_1" style="x1:5px; y1:30px; x2:550px; y2:30px; "/>
- <caption id="caption1" class="tit_2" style="left:10px; top:40px; width:140px; height:14px; ">기타사항</caption>
- <textarea id="textarea1" ref="/root/main/sjudglist/item/etcopin" style="left:10px; top:60px; width:540px; height:555px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|