123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- <?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>
- <list01>
- <abddata/>
- </list01>
- </main>
- <send>
- <status/>
- <judgdg/>
- <clamno/>
- <acptno/>
- <docuseqno/>
- <obtappflag/>
- <mpsno/>
- <lnno/>
- <adjtresncd/>
- <abdresncd/>
- <abdresnmemo/>
- </send>
- <send_obtappdata>
- <judgdg/>
- <clamno/>
- <acptno/>
- <obtappflag/>
- <abdresncd/>
- <workgubun/>
- </send_obtappdata>
- <init>
- <P0265list>
- <P0265>
- <cdid/>
- <cdnm/>
- </P0265>
- </P0265list>
- </init>
- <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/basiccodeweb/js/ZBC001.js"/>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TXPIR30340" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list01/abddata"/>
- </model>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- // 1. 공통코드 초기화
- CommCode_Load();
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- // 공통코드 Load작업
- function CommCode_Load() {
- // 관련 Control 초기화
- zbcfGetCodeList(new Array("P0265"), new Array("/root/init/P0265list"));
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="560" pageheight="240">
- <group id="group1" scroll="auto" style="left:0px; top:170px; width:518px; height:27px; ">
- <button id="btn_cancel" class="btn4_letter2" style="left:461px; top:3px; width:56px; height:22px; ">
- <caption>취소</caption>
- <close ev:event="DOMActivate"/>
- </button>
- <line id="line88" class="line_6" style="x1:0px; y1:0px; x2:518px; y2:0px; "/>
- <button id="button2" class="btn4_letter2" style="left:404px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // var status = "update";
- // model.setValue("/root/send/status", status);
- if (model.getValue("/root/send/abdresnmemo") == "") {
- model.setValue("/root/send/abdresnmemo", "-");
- }
-
- if (model.getValue("/root/send/abdresncd") == "") {
- model.setValue("/root/send/abdresncd", "-");
- }
-
- var rtn = submit("TXPIR30340");
-
- if (rtn = "true") {
- opener.javascript.setParameter("SMPIR31100_abdresnmemo", model.getValue("/root/send/abdresnmemo"));
- opener.javascript.setParameter("SMPIR31100_abdresncd", model.getValue("/root/send/abdresncd"));
- model.close();
- }
- ]]>
- </script>
- </button>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:518px; height:170px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:517px; y2:20px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:6px; width:173px; height:14px; ">부제기 사유</caption>
- <caption id="caption31" class="cell_1" style="left:0px; top:25px; width:85px; height:23px; ">부제기 구분</caption>
- <select1 id="cmb_abdresncd" ref="/root/send/abdresncd" class="combo_default" appearance="minimal" style="left:88px; top:26px; width:427px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0265list/P0265">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <line id="line3" class="line_3" style="x1:0px; y1:47px; x2:518px; y2:47px; "/>
- <textarea id="ipt_abdresnmemo" ref="/root/send/abdresnmemo" style="left:0px; top:49px; width:518px; height:120px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|