SPSTP00600_예약통계집계.xrw 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * @(#)SPSTP00600_예약통계집계.xrw
  4. * 수정이력
  5. * - 2009.06.13 / 최초작성 / 김상민
  6. -->
  7. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  8. <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">
  9. <xhtml:head>
  10. <xhtml:title>통계집계</xhtml:title>
  11. <model id="model1">
  12. <instance id="instance1">
  13. <root xmlns="">
  14. <send>
  15. <statsflag/>
  16. <fromdd/>
  17. <todd/>
  18. <instcd/>
  19. </send>
  20. <hidden>
  21. <session/>
  22. </hidden>
  23. </root>
  24. </instance>
  25. <script type="javascript" ev:event="xforms-ready">
  26. <![CDATA[
  27. fGetUserInfosSampling(); //세션/root/hidden/session
  28. model.setValue("/root/send/statsflag", "A");
  29. model.setValue("/root/send/fromdd",gCurrentdd );
  30. model.setValue("/root/send/todd",gCurrentdd );
  31. model.setValue("/root/send/instcd", model.getValue("/root/hidden/session/sess_posinstcd"));
  32. model.refresh();
  33. ]]>
  34. </script>
  35. <submission id="TXSTP00600" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send"/>
  36. </model>
  37. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  38. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  39. <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
  40. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  41. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  42. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  43. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  44. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  45. <script type="javascript" src="../../../pam/opatmngtweb/js/PMO001.js"/>
  46. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  47. <script type="javascript" src="../../../pam/opatmngtweb/js/PMOCOM.js"/>
  48. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  49. <script type="javascript" src="../../../com/userdeptinfoweb/js/ZSU001.js"/>
  50. <script type="javascript">
  51. <![CDATA[
  52. var gToday = new Date();
  53. var gBaseyear = gToday.getDateFormat("YYYY"); // (dateHelper.js)에서 제공하는 함수를 사용하여 해당 년를 구한다.
  54. var gBasemonth = gToday.getDateFormat("MM");
  55. var gBaseday = gToday.getDateFormat("DD");
  56. var gCurrentdd = gBaseyear + gBasemonth + gBaseday;
  57. var gCurrentmm = gBaseyear + gBasemonth;
  58. ]]>
  59. </script>
  60. </xhtml:head>
  61. <xhtml:body pagewidth="1160" pageheight="780" style="font-family:돋움, Arial; font-size:12px; color:#4d4d4d; ">
  62. <group id="group1" style="left:0px; top:15px; width:1160px; height:590px; ">
  63. <shape id="roundrect3" appearance="roundrect" style="left:0px; top:0px; width:330px; height:155px; "/>
  64. <button id="btn_execute" class="btn4_letter2" style="left:260px; top:85px; width:56px; height:22px; ">
  65. <caption>실행</caption>
  66. <script type="javascript" ev:event="DOMActivate">
  67. <![CDATA[
  68. if(messageBox("예약통계 집계를 실행 하시겠습니까?", "Q999") != 6){
  69. return;
  70. }
  71. model.setValue("/root/send/todd", model.getValue("/root/send/fromdd"));
  72. submit("TXSTP00600");
  73. ]]>
  74. </script>
  75. </button>
  76. <caption id="caption1" style="left:30px; top:115px; width:234px; height:17px; ">※ 현재일이후 통계는 집계 할 수 없습니다.</caption>
  77. <caption id="caption2" class="search_name" style="left:30px; top:25px; width:85px; height:17px; ">집계구분</caption>
  78. <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; ">
  79. <choices>
  80. <item>
  81. <label>전체</label>
  82. <value>A</value>
  83. </item>
  84. <item>
  85. <label>예약건수</label>
  86. <value>B</value>
  87. </item>
  88. <item>
  89. <label>변경건수</label>
  90. <value>C</value>
  91. </item>
  92. <item>
  93. <label>취소건수</label>
  94. <value>D</value>
  95. </item>
  96. <item>
  97. <label>부도건수</label>
  98. <value>E</value>
  99. </item>
  100. <item>
  101. <label>전화예약사용자별건수</label>
  102. <value>F</value>
  103. </item>
  104. </choices>
  105. </select1>
  106. <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; ">
  107. <script type="javascript" ev:event="xforms-value-changed">
  108. <![CDATA[]]>
  109. </script>
  110. </input>
  111. <caption id="caption4" class="search_name" style="left:30px; top:55px; width:100px; height:17px; ">집계일자</caption>
  112. </group>
  113. <group id="grp_tle" style="left:0px; top:0px; width:1146px; height:13px; ">
  114. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:163px; height:14px; ">원무예약통계 집계</caption>
  115. </group>
  116. </xhtml:body>
  117. </xhtml:html>