SMPIF70200_미수정보일괄생성(자보).xrw 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. [개발이력]
  4. 2007.06.01 / 최초작성 / 이종찬
  5. [개발사상]
  6. 본 업무 화면에서는 접수정보와 검토서정보를 동시에 생성한다.
  7. [할 일]
  8. (-) 이전자료 존재여부를 확인 할 수 있도록 하고, 삭제를 가능하도록 할 것인지 고객과 협의 해야 함
  9. (-) 재청구여부와 청구일자를 구체적으로 어떻게 사용 할 것인지 확인 후 적용해야 함
  10. [테스트]
  11. 필수입력: 청구년월('200606')
  12. 조작: 저장 버튼을 누른다.
  13. -->
  14. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  15. <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">
  16. <xhtml:head>
  17. <xhtml:title>Untitle</xhtml:title>
  18. <model id="model1">
  19. <instance id="instance1">
  20. <root xmlns="">
  21. <main/>
  22. <send>
  23. <clamym/>
  24. <reclamflag/>
  25. </send>
  26. <init/>
  27. <hidden/>
  28. </root>
  29. </instance>
  30. <submission id="TXPIF70200" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send"/>
  31. <submission id="TXPIF70201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/tmp"/>
  32. </model>
  33. <script type="javascript" ev:event="xforms-ready">
  34. <![CDATA[
  35. //CommCode_Load();
  36. ]]>
  37. </script>
  38. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  39. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  40. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  41. <script type="javascript">
  42. <![CDATA[
  43. // 공통코드 Load작업
  44. function CommCode_Load() {
  45. // 관련 Control 초기화
  46. }
  47. ]]>
  48. </script>
  49. </xhtml:head>
  50. <xhtml:body pagewidth="320" pageheight="160" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  51. <group id="group1" style="left:0px; top:0px; width:300px; height:13px; ">
  52. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:300px; height:14px; ">미수일괄생성처리(자보)</caption>
  53. </group>
  54. <group id="group3" scroll="auto" style="left:0px; top:13px; width:300px; height:115px; ">
  55. <select id="chk_delfalg" ref="/root/send/reclamflag" disabled="true" navindex="2" overflow="visible" appearance="full" style="left:216px; top:36px; width:84px; height:19px; border-style:none; ">
  56. <choices>
  57. <item>
  58. <label>재청구여부</label>
  59. <value>1</value>
  60. </item>
  61. </choices>
  62. </select>
  63. <input id="input86" class="input_default" disabled="true" navindex="3" inputtype="date" style="left:99px; top:58px; width:113px; height:19px; "/>
  64. <caption id="caption86" class="cell_1" style="left:0px; top:57px; width:96px; height:23px; vertical-align:middle; ">청구일자</caption>
  65. <caption id="caption66" class="cell_1" style="left:0px; top:33px; width:96px; height:23px; vertical-align:middle; ">청구월(미수월)</caption>
  66. <line id="line1" class="line_1" style="x1:0px; y1:28px; x2:300px; y2:28px; "/>
  67. <line id="line2" class="line_3" style="x1:0px; y1:80px; x2:300px; y2:80px; "/>
  68. <caption id="caption2" class="tit_2" style="left:5px; top:13px; width:98px; height:14px; ">입력내용</caption>
  69. <input id="input1" ref="/root/send/clamym" class="input_default" navindex="1" inputtype="date" maxlength="6" format="yyyy-mm" style="left:99px; top:34px; width:113px; height:19px; "/>
  70. <line id="line3" class="line_2" style="x1:0px; y1:55px; x2:212px; y2:55px; "/>
  71. </group>
  72. <group id="grp_btn" scroll="auto" style="left:0px; top:128px; width:300px; height:27px; ">
  73. <line id="line33" class="line_6" style="x1:0px; y1:0px; x2:300px; y2:0px; "/>
  74. <button id="button43" class="btn4_letter2" style="left:185px; top:5px; width:56px; height:22px; ">
  75. <caption>실행</caption>
  76. <script type="javascript" ev:event="DOMActivate">
  77. <![CDATA[
  78. submit("TXPIF70200");
  79. window.close();
  80. ]]>
  81. </script>
  82. </button>
  83. <button id="button1" class="btn4_letter2" style="left:244px; top:5px; width:56px; height:22px; ">
  84. <caption>닫기</caption>
  85. <script type="javascript" ev:event="DOMActivate">
  86. <![CDATA[
  87. // 윈도우 닫기
  88. window.close();
  89. ]]>
  90. </script>
  91. </button>
  92. </group>
  93. </xhtml:body>
  94. </xhtml:html>