123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * Name : SPCVA00600_VOC자체처리의견
- * Summary : VOC 자체처리의견
- * Programmer : 김준규
- * Date Written : 2007.10.23
- * History :
- * Remark :
- -->
- <?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>VOC 자체처리의견</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <vocdata>
- <accept>
- <acptseq/>
- <acptdd/>
- <prcsstat/>
- <selfcnts/>
- <selfyn/>
- </accept>
- </vocdata>
- <temp>
- <key>
- <sndacptdd/>
- <sndacptseq/>
- </key>
- </temp>
- </main>
- <temp/>
- <send>
- <data>
- </data>
- </send>
- <init/>
- </root>
- </instance>
- <submission id="TRCVA00601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/temp/key" resultref="/root/main/vocdata"/>
- </model>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var reAcptDD = model.getValue("/root/main/temp/key/sndacptdd")
- var reAcptSeq = model.getValue("/root/main/temp/key/sndacptseq")
-
- if (( reAcptDD == "" || reAcptDD == null ) || ( reAcptSeq == "" || reAcptSeq == null )) {
- var rtn = messageBox("조회에 필요한 항목이 전달되지", "E007");
- if(rtn == 1){
- window.close();
- }
- } else {
- submit("TRCVA00601");
-
- if( model.getValue("/root/main/vocdata/accept/prcsstat") != "자체처리" ) {
- model.makeValue("/root/main/vocdata/accept/selfyn", "");
- } else {
- model.makeValue("/root/main/vocdata/accept/selfyn", "Y");
- }
- }
- fCheckAuth();
- model.refresh();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fCheckAuth() {
- // 권한체크
- if (!checkAuth("r")) {
- }
- if (!checkAuth("x")) {
- }
- if (!checkAuth("p")) {
- }
- }
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="630" pageheight="258" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="grp_tle" style="left:0px; top:0px; width:610px; height:13px; ">
- <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:132px; height:14px; ">VOC 자체처리 정보</caption>
- </group>
- <group id="grp_customer" style="left:0px; top:13px; width:610px; height:204px; ">
- <line id="line2" class="line_1" style="x1:0px; y1:5px; x2:610px; y2:5px; "/>
- <line id="line7" class="line_3" style="x1:0px; y1:202px; x2:610px; y2:202px; "/>
- <caption id="caption10" class="cell_1" style="left:0px; top:10px; width:105px; height:193px; text-align:center; vertical-align:middle; ">
- <![CDATA[민원담당부서
- 의견]]>
- </caption>
- <select id="chk_selfyn" ref="/root/main/vocdata/accept/selfyn" disabled="true" overflow="visible" appearance="full" disable.background-color="transparent" style="left:110px; top:14px; width:96px; height:19px; font-weight:bold; border-style:none; ">
- <choices>
- <item>
- <label>자체 처리함</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <caption id="caption6" class="cell_1" style="left:364px; top:10px; width:105px; height:23px; text-align:center; vertical-align:middle; ">진행상태</caption>
- <output id="opt_PrcsStat" ref="/root/main/vocdata/accept/prcsstat" class="output_fix" style="left:473px; top:11px; width:130px; height:19px; "/>
- <textarea id="tar_SelfCnts" ref="/root/main/vocdata/accept/selfcnts" scroll="vertical" editable="false" style="left:108px; top:34px; width:500px; height:165px; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:217px; width:610px; height:27px; ">
- <button id="btn_close" class="btn4_letter2" style="left:550px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <close ev:event="DOMActivate"/>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|