123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * Name : SMCVR00900_민원인별VOC현황
- * Summary : 민원인별 VOC 현황
- * Programmer : 김준규
- * Date Written : 2007.08.20
- * 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/>
- <send>
- <data>
- <srchacptdd1/>
- <srchacptdd2/>
- <srchclntnm/>
- <srchbirthday/>
- <logo_pic/>
- </data>
- </send>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/data/srchacptdd1",getCurrentDate().toDate().getAddDate(-92,"D").getDateFormat());
- model.setValue("/root/send/data/srchacptdd2",getCurrentDate());
-
- var syscd = "CRM" + getUserInfo("dutplceinstcd");
- var piclogo = getLogoImageURL(syscd);
- model.setValue("/root/send/data/logo_pic", piclogo);
-
- model.refresh();
- // btn_save.disabled = !checkAuth("X");
- makeReportPreview(225,92,970,659);
- ]]>
- </script>
- <submission id="TRCVR00901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" resultref="/root/main/list"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:205px; height:13px; ">민원인별 VOC 현황</caption>
- </group>
- <group id="grp_johe" style="left:225px; top:23px; width:970px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:970px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:9px; width:95px; height:17px; ">조회일자 :</caption>
- <input id="ipt_SrchAcptDD1" ref="/root/send/data/srchacptdd1" class="input_s_essential" inputtype="date" style="left:105px; top:8px; width:120px; height:19px; "/>
- <caption id="caption3" class="search_no_b" style="left:230px; top:9px; width:12px; height:17px; ">~</caption>
- <input id="ipt_SrchAcptDD2" ref="/root/send/data/srchacptdd2" class="input_s_essential" inputtype="date" style="left:245px; top:8px; width:120px; height:19px; "/>
- <caption id="caption6" class="search_name" visibility="hidden" style="left:390px; top:9px; width:87px; height:17px; ">민 원 인 :</caption>
- <input id="ipt_SrchClntNm" ref="/root/send/data/srchclntnm" class="input_search" visibility="hidden" style="left:483px; top:8px; width:130px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption5" class="search_name" style="left:390px; top:9px; width:87px; height:17px; ">생년월일 :</caption>
- <input id="ipt_SrchBirthday" ref="/root/send/data/srchbirthday" class="input_search" maxlength="6" format="yy-mm-dd" showmask="true" style="left:480px; top:8px; width:130px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <line id="line1" class="line_4" style="x1:883px; y1:7px; x2:883px; y2:29px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:898px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (isRequiredControls("ipt_SrchAcptDD1", "ipt_SrchAcptDD2") ){
- if ( ( ipt_SrchClntNm.value.length > 0 ) && (ipt_SrchClntNm.value.length < 2) ){
- messageBox("민원인 이름 검색은 최소 2글자 이상 ", "C001");
- model.setFocus("ipt_SrchClntNm");
- } else if ( ( ipt_SrchBirthday.value.length > 0 ) && (ipt_SrchBirthday.value.length < 6) ){
- messageBox("생년월일 검색은 99-12-31 형식으로 ", "C001");
- model.setFocus("ipt_SrchBirthday");
- } else {
- exeReportPreview("RPCVR00900", "XMLFILE", "/root/send/data", "TRCVR00901");
- }
- }
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_customer" style="left:225px; top:58px; width:970px; height:693px; ">
- <caption id="caption9" class="tit_2" style="left:5px; top:10px; width:185px; height:13px; ">민원인별 VOC 목록</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:25px; x2:970px; y2:25px; "/>
- </group>
- <import id="import1" overflow="hidden" instancetype="merge" src="./SSCVO00100_LeftTree.xrw" style="left:0px; top:23px; width:215px; height:744px; "/>
- </xhtml:body>
- </xhtml:html>
|