123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * Name : SMCVR00600_부서별VOC처리기간
- * Summary : 부서별 VOC 처리기간
- * Programmer : 김준규
- * Date Written : 2007.08.12
- * 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/>
- <srchdeptcd/>
- <srchdeptnm/>
- <allyn>Y</allyn>
- <date>A</date>
- <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,116,970,635);
- ]]>
- </script>
- <submission id="TRCVR00601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" resultref="/root/main/list"/>
- <submission id="TRCVR00602" 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:145px; height:14px; ">부서별 VOC 처리기간</caption>
- </group>
- <group id="grp_johe" style="left:225px; top:23px; width:970px; height:59px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:970px; height:59px; 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; "/>
- <input id="ipt_SrchDeptNm" ref="/root/send/data/srchdeptnm" class="input_search" style="left:575px; top:8px; width:135px; height:19px; "/>
- <select id="chk_all" ref="/root/send/data/allyn" overflow="visible" appearance="full" style="left:732px; top:9px; width:80px; height:19px; font-weight:bold; border-style:none; ">
- <choices>
- <item>
- <label>전체 부서</label>
- <value>Y</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- model.setValue("/root/send/data/srchdeptcd", "");
- model.setValue("/root/send/data/srchdeptnm", "");
- model.refresh();
- ]]>
- </script>
- </select>
- <caption id="caption6" class="search_name" style="left:390px; top:9px; width:87px; height:17px; ">담당부서 :</caption>
- <output id="ipt_SrchDeptCd" ref="/root/send/data/srchdeptcd" class="output_fix" style="left:480px; top:8px; width:70px; height:19px; "/>
- <button id="btnicon_search1" class="icon_search" style="left:555px; top:8px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var search_term = model.getValue("/root/send/data/srchdeptcd");
-
- if ( search_term != "") {
- var search_condition = "deptcd";
- } else {
- var search_condition = "deptnm";
- }
-
- var receive_deptcd_path = "/root/send/data/srchdeptcd";
- var receive_deptnm_path = "/root/send/data/srchdeptnm";
-
- setParameter("search_condition", search_condition);
- setParameter("search_term", search_term);
- setParameter("receive_deptcd_path", receive_deptcd_path);
- setParameter("receive_deptnm_path", receive_deptnm_path);
-
- modal("SPCCM00300")
-
- clearParameter("search_condition");
- clearParameter("search_term");
- clearParameter("receive_deptcd_path");
- clearParameter("receive_deptnm_path");
-
- model.setValue("/root/send/data/allyn", "");
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption4" class="search_name" style="left:15px; top:33px; width:87px; height:17px; ">기간종류 :</caption>
- <select1 id="cmb_Date" ref="/root/send/data/date" appearance="full" overflow="visible" style="left:105px; top:33px; width:108px; height:19px; font-weight:bold; background-color:transparent; border-style:none; ">
- <choices>
- <item>
- <label>VOC 처리기간</label>
- <value>A</value>
- </item>
- </choices>
- </select1>
- <select1 id="radio1" ref="/root/send/data/date" appearance="full" overflow="visible" style="left:352px; top:33px; width:103px; height:19px; font-weight:bold; background-color:transparent; border-style:none; ">
- <choices>
- <item>
- <label>부서 회신기간</label>
- <value>B</value>
- </item>
- </choices>
- </select1>
- <line id="line1" class="line_4" style="x1:883px; y1:7px; x2:883px; y2:53px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:898px; top:17px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var strDate = model.getValue("/root/send/data/date");
-
- if (isRequiredControls("ipt_SrchAcptDD1", "ipt_SrchAcptDD2") ){
- if ( strDate == 'B') {
- exeReportPreview("RPCVR00601", "XMLFILE", "/root/send/data", "TRCVR00602");
- } else {
- exeReportPreview("RPCVR00600", "XMLFILE", "/root/send/data", "TRCVR00601");
- }
- }
- ]]>
- </script>
- </button>
- <caption id="caption5" style="left:211px; top:34px; width:130px; height:15px; ">(접수일 ~ 완료처리일)</caption>
- <caption id="caption7" style="left:455px; top:34px; width:160px; height:15px; ">(회신요청일 ~ 부서회신일)</caption>
- </group>
- <group id="grp_customer" style="left:225px; top:82px; width:970px; height:669px; ">
- <caption id="caption9" class="tit_2" style="left:5px; top:10px; width:205px; 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>
|