123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- <?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>Data 변경요청</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <data>
- <boardseqno/>
- <subjtypecd/>
- <boardrelacd/>
- <boardtitl/>
- <appcnts/>
- <appresncnts/>
- <mngerremfact/>
- <tretcd/>
- <instcd/>
- <suggdeptcd/>
- <fstrgstrid/>
- <lastupdtrid/>
- </data>
- <hidden>
- <session/>
- <define/>
- <usernm/>
- </hidden>
- </main>
- <send>
- <savedata>
- <data/>
- </savedata>
- <sessuserid/>
- </send>
- <temp/>
- </root>
- </instance>
- <submission id="TXSOC00401" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" resultref="/root/temp"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setvalue("/root/main/data/subjtypecd", model.property("iParam_itemflag"));
- model.setvalue("/root/main/data/boardrelacd", model.property("iParam_code"));
- model.setvalue("/root/main/hidden/define", model.property("iParam_desc"));
- model.setvalue("/root/main/data/boardtitl", model.property("iParam_name"));
- model.setvalue("/root/main/data/instcd", model.property("iParam_instcd"));
- model.setvalue("/root/main/data/suggdeptcd", model.property("iParam_deptcd"));
- model.setvalue("/root/main/data/fstrgstrid", model.property("iParam_userid"));
- model.setvalue("/root/main/data/lastupdtrid", model.property("iParam_userid"));
- model.setvalue("/root/main/hidden/usernm", model.property("iParam_usernm"));
-
- model.setvalue("/root/main/data/tretcd", "01");
- model.refresh();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- //빈값이 있는지 체크
- function fNullCheck() {
- if(model.getvalue("/root/main/data/appcnts") =="") {
- alert("변경요청 사항을 입력하세요.");
- return false;
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="718" pageheight="485" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:700px; height:450px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:9px; width:103px; height:13px; ">Data 변경요청</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:700px; y2:25px; "/>
- <textarea id="tar_cnts" ref="/root/main/data/appcnts" scroll="vertical" style="left:132px; top:159px; width:565px; height:153px; "/>
- <caption id="caption2" class="cell_1" style="left:0px; top:158px; width:130px; height:155px; ">변경요청 내용</caption>
- <caption id="caption32" class="cell_1" style="left:0px; top:54px; width:130px; height:23px; text-align:left; vertical-align:middle; ">변경 요청자</caption>
- <caption id="caption12" class="cell_1" style="left:0px; top:30px; width:130px; height:23px; text-align:left; vertical-align:middle; ">항목 구분</caption>
- <caption id="caption5" class="cell_1" style="left:0px; top:78px; width:130px; height:23px; text-align:left; vertical-align:middle; ">명 칭</caption>
- <textarea id="tar_resn" ref="/root/main/data/appresncnts" scroll="vertical" style="left:132px; top:315px; width:565px; height:93px; "/>
- <caption id="caption3" class="cell_1" style="left:0px; top:314px; width:130px; height:95px; ">변경 사유</caption>
- <output id="opt_title" ref="/root/main/data/boardtitl" style="left:132px; top:80px; width:565px; height:19px; text-align:left; "/>
- <output id="opt_usernm" ref="/root/main/hidden/usernm" style="left:132px; top:56px; width:200px; height:19px; text-align:left; "/>
- <caption id="caption6" class="cell_1" style="left:447px; top:30px; width:130px; height:23px; text-align:left; vertical-align:middle; ">현재 상태</caption>
- <select1 id="cbo_statcd" ref="/root/main/data/tretcd" disabled="true" appearance="minimal" style="left:578px; top:32px; width:120px; height:19px; text-align:left; ">
- <choices>
- <item>
- <label>요청접수</label>
- <value>01</value>
- </item>
- <item>
- <label>처리완료</label>
- <value>02</value>
- </item>
- <item>
- <label>반려</label>
- <value>03</value>
- </item>
- </choices>
- </select1>
- <select1 id="rdo_gubun" ref="/root/main/data/subjtypecd" overflow="visible" appearance="full" rows="1" cols="3" cellspacing="50" style="left:140px; top:33px; width:290px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>KPI</label>
- <value>K</value>
- </item>
- <item>
- <label>세분변수</label>
- <value>V</value>
- </item>
- <item>
- <label>Report</label>
- <value>R</value>
- </item>
- </choices>
- </select1>
- <caption id="caption8" class="hand" style="left:2px; top:419px; width:696px; height:14px; vertical-align:middle; ">저장후 처리결과는 "신청관리" 메뉴에서 확인하실 수 있습니다. * 문의 : 박종택 (02-590-7891)</caption>
- <output id="opt_code" ref="/root/main/data/boardrelacd" visibility="hidden" style="left:578px; top:56px; width:80px; height:19px; text-align:left; "/>
- <caption id="caption4" class="cell_1" style="left:0px; top:102px; width:130px; height:55px; ">정 의</caption>
- <textarea id="tar_define" ref="/root/main/hidden/define" disabled="true" scroll="vertical" maxlength="240" style="left:132px; top:103px; width:565px; height:53px; "/>
- <output id="opt_userid" ref="/root/main/data/fstrgstrid" visibility="hidden" style="left:349px; top:56px; width:80px; height:19px; text-align:left; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:450px; width:700px; height:27px; ">
- <button id="button4" class="btn4_letter2" style="left:582px; top:2px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (fNullCheck() == false) return; //빈값이 있는지 체크
- // model.setValue("/root/send/sessuserid",model.getValue("/root/hidden/session/userid"));
- model.copyNode("/root/send/savedata/data", "/root/main/data");
-
- var rslt = submit("TXSOC00401");
-
- if (rslt) {
- model.alert("변경요청 내역이 저장되었습니다.");
- window.close();
- }else{
- model.alert("저장에 실패하였습니다.");
- }
-
- ]]>
- </script>
- </button>
- <button id="button9" class="btn4_letter2" style="left:641px; top:2px; width:56px; height:22px; ">
- <script type="javascript" ev:event="xforms-activate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- <caption>취소</caption>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|