SMRAR01600_월감가상각집계.xrw 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:my="http://www.comsquare.co.kr/example" xmlns:ms="urn:schemas-microsoft-com:xslt" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
  4. <xhtml:head>
  5. <xhtml:title>월 감가상각 집계</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <maindatalist>
  11. <nmgcode/>
  12. <sanctslipdd/>
  13. <no/>
  14. <ymdaction/>
  15. <nmcr/>
  16. <giganfrom/>
  17. <giganto/>
  18. <usedate/>
  19. <drcrflag/>
  20. </maindatalist>
  21. </main>
  22. <send>
  23. <instcd/>
  24. <yyyymm/>
  25. </send>
  26. </root>
  27. </instance>
  28. <script type="javascript" ev:event="xforms-ready">
  29. <![CDATA[
  30. makeReportPreview(0,110,1195,650);
  31. model.removenode( "/root/main/maindatalist");
  32. var today = getCurrentDate();
  33. model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
  34. model.setFocus("ipt_yyyymm");
  35. model.refresh();
  36. ]]>
  37. </script>
  38. <script type="javascript">
  39. <![CDATA[
  40. //조회
  41. function fGetMainDataList() {
  42. if (ipt_yyyymm.value == ""){
  43. messageBox("작업년월을 ","C001");
  44. model.setFocus("ipt_yyyymm");
  45. return false;
  46. }
  47. if ( (ipt_yyyymm.value).length != 6 ){
  48. messageBox("작업년월을 6 자리로","C001");
  49. model.setFocus("ipt_yyyymm");
  50. return false;
  51. }
  52. return true;
  53. }
  54. ]]>
  55. </script>
  56. <submission id="TRRAR01601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/maindatalist"/>
  57. </model>
  58. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  59. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  60. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  61. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  62. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  63. <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
  64. </xhtml:head>
  65. <xhtml:body style="margin-left:8; margin-right:8; ">
  66. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  67. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">월 감가상각 집계</caption>
  68. </group>
  69. <group id="group2" scroll="auto" style="left:0px; top:40px; width:1195px; height:740px; ">
  70. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1193px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  71. <button id="btn_search" class="btn1_letter2" style="left:1130px; top:17px; width:56px; height:22px; ">
  72. <caption>조회</caption>
  73. <script type="javascript" ev:event="DOMActivate">
  74. <![CDATA[
  75. if( fGetMainDataList() ) {
  76. setAlertOn();
  77. if (submit("TRRAR01601") ){
  78. exeReportPreview("SMRAR01601", "XMLSTR");//, "/root/main/payamt");
  79. }
  80. }
  81. ]]>
  82. </script>
  83. </button>
  84. <line id="line13" class="line_4" style="x1:1120px; y1:10px; x2:1120px; y2:44px; "/>
  85. <caption id="caption22" class="search_name" style="left:20px; top:18px; width:85px; height:17px; ">상각년월:</caption>
  86. <caption id="caption28" class="tit_2" style="left:5px; top:53px; width:260px; height:13px; ">월 감가상각 집계 출력</caption>
  87. <line id="line193" class="line_1" style="x1:2px; y1:66px; x2:1192px; y2:66px; "/>
  88. <input id="ipt_yyyymm" ref="/root/send/yyyymm" class="input_s_essential" navindex="3" maxlength="6" style="left:105px; top:17px; width:80px; height:19px; "/>
  89. </group>
  90. <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
  91. </xhtml:body>
  92. </xhtml:html>