SMCVR00400_기간별친절직원현황.xrw 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * Name : SMCVR00400_기간별친절직원현황
  4. * Summary : 기간별 친절직원 현황
  5. * Programmer : 김준규
  6. * Date Written : 2007.08.08
  7. * History :
  8. * Remark :
  9. -->
  10. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  11. <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">
  12. <xhtml:head>
  13. <xhtml:title>기간별 친절직원 현황</xhtml:title>
  14. <model id="model1">
  15. <instance id="instance1">
  16. <root xmlns="">
  17. <main/>
  18. <send>
  19. <report>
  20. <srchacptdd1/>
  21. <srchacptdd2/>
  22. <instcd/>
  23. <logo_pic/>
  24. </report>
  25. </send>
  26. <hidden/>
  27. </root>
  28. </instance>
  29. <script type="javascript" ev:event="xforms-ready">
  30. <![CDATA[
  31. model.setValue("/root/send/report/srchacptdd1",getCurrentDate().toDate().getAddDate(-92,"D").getDateFormat());
  32. model.setValue("/root/send/report/srchacptdd2",getCurrentDate());
  33. var dutplceinstcd = getUserInfo("dutplceinstcd");
  34. var syscd = "CRM" + getUserInfo("dutplceinstcd");
  35. var piclogo = getLogoImageURL(syscd);
  36. model.setValue("/root/send/report/logo_pic", piclogo);
  37. model.setValue("/root/send/report/instcd", dutplceinstcd);
  38. model.refresh();
  39. // btn_save.disabled = !checkAuth("X");
  40. makeReportPreview(225,92,970,659);
  41. ]]>
  42. </script>
  43. </model>
  44. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  45. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  46. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  47. </xhtml:head>
  48. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  49. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  50. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:175px; height:13px; ">기간별 친절직원 현황</caption>
  51. </group>
  52. <group id="grp_johe" style="left:225px; top:23px; width:970px; height:35px; vertical-align:top; ">
  53. <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; "/>
  54. <caption id="caption2" class="search_name" style="left:15px; top:9px; width:95px; height:17px; ">조회일자 :</caption>
  55. <input id="ipt_SrchAcptDD1" ref="/root/send/report/srchacptdd1" class="input_s_essential" inputtype="date" style="left:105px; top:8px; width:120px; height:19px; "/>
  56. <caption id="caption3" class="search_no_b" style="left:230px; top:9px; width:12px; height:17px; ">~</caption>
  57. <input id="ipt_SrchAcptDD2" ref="/root/send/report/srchacptdd2" class="input_s_essential" inputtype="date" style="left:245px; top:8px; width:120px; height:19px; "/>
  58. <line id="line1" class="line_4" style="x1:883px; y1:7px; x2:883px; y2:29px; "/>
  59. <button id="btn_search" class="btn1_letter2" style="left:898px; top:7px; width:56px; height:22px; ">
  60. <caption>조회</caption>
  61. <script type="javascript" ev:event="DOMActivate">
  62. <![CDATA[
  63. if (isRequiredControls("ipt_SrchAcptDD1", "ipt_SrchAcptDD2") ){
  64. exeReportPreview("RPCVR00400", "XML", "/root/send/report");
  65. }
  66. ]]>
  67. </script>
  68. </button>
  69. </group>
  70. <group id="grp_customer" style="left:225px; top:58px; width:970px; height:693px; ">
  71. <caption id="caption9" class="tit_2" style="left:5px; top:10px; width:185px; height:13px; ">기간별 친절직원 통계</caption>
  72. <line id="line2" class="line_1" style="x1:0px; y1:25px; x2:970px; y2:25px; "/>
  73. </group>
  74. <import id="import1" overflow="hidden" instancetype="merge" src="./SSCVO00100_LeftTree.xrw" style="left:0px; top:23px; width:215px; height:744px; "/>
  75. </xhtml:body>
  76. </xhtml:html>