123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * @(#)SPSTP00600_예약통계집계.xrw
- * 수정이력
- * - 2009.06.13 / 최초작성 / 김상민
- -->
- <?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="">
- <send>
- <statsflag/>
- <fromdd/>
- <todd/>
- <instcd/>
- </send>
- <hidden>
- <session/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- fGetUserInfosSampling(); //세션/root/hidden/session
-
- model.setValue("/root/send/statsflag", "A");
- model.setValue("/root/send/fromdd",gCurrentdd );
- model.setValue("/root/send/todd",gCurrentdd );
- model.setValue("/root/send/instcd", model.getValue("/root/hidden/session/sess_posinstcd"));
-
- model.refresh();
- ]]>
- </script>
- <submission id="TXSTP00600" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../pam/opatmngtweb/js/PMO001.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- <script type="javascript" src="../../../pam/opatmngtweb/js/PMOCOM.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript" src="../../../com/userdeptinfoweb/js/ZSU001.js"/>
- <script type="javascript">
- <![CDATA[
- var gToday = new Date();
- var gBaseyear = gToday.getDateFormat("YYYY"); // (dateHelper.js)에서 제공하는 함수를 사용하여 해당 년를 구한다.
- var gBasemonth = gToday.getDateFormat("MM");
- var gBaseday = gToday.getDateFormat("DD");
- var gCurrentdd = gBaseyear + gBasemonth + gBaseday;
-
- var gCurrentmm = gBaseyear + gBasemonth;
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1160" pageheight="780" style="font-family:돋움, Arial; font-size:12px; color:#4d4d4d; ">
- <group id="group1" style="left:0px; top:15px; width:1160px; height:590px; ">
- <shape id="roundrect3" appearance="roundrect" style="left:0px; top:0px; width:330px; height:155px; "/>
- <button id="btn_execute" class="btn4_letter2" style="left:260px; top:85px; width:56px; height:22px; ">
- <caption>실행</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if(messageBox("예약통계 집계를 실행 하시겠습니까?", "Q999") != 6){
- return;
- }
-
- model.setValue("/root/send/todd", model.getValue("/root/send/fromdd"));
- submit("TXSTP00600");
- ]]>
- </script>
- </button>
- <caption id="caption1" style="left:30px; top:115px; width:234px; height:17px; ">※ 현재일이후 통계는 집계 할 수 없습니다.</caption>
- <caption id="caption2" class="search_name" style="left:30px; top:25px; width:85px; height:17px; ">집계구분</caption>
- <select1 id="cb_list" ref="/root/send/statsflag" class="combo_search" appearance="minimal" editmode="search" itemcount="20" style="left:125px; top:25px; width:194px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>예약건수</label>
- <value>B</value>
- </item>
- <item>
- <label>변경건수</label>
- <value>C</value>
- </item>
- <item>
- <label>취소건수</label>
- <value>D</value>
- </item>
- <item>
- <label>부도건수</label>
- <value>E</value>
- </item>
- <item>
- <label>전화예약사용자별건수</label>
- <value>F</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_fromdd" ref="/root/send/fromdd" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:125px; top:55px; width:94px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[]]>
- </script>
- </input>
- <caption id="caption4" class="search_name" style="left:30px; top:55px; width:100px; height:17px; ">집계일자</caption>
- </group>
- <group id="grp_tle" style="left:0px; top:0px; width:1146px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:163px; height:14px; ">원무예약통계 집계</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|