SPRIS00210_계약이력.xrw 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. <cond>
  11. <ddflag/>
  12. <status/>
  13. <kind/>
  14. <ddfrom/>
  15. <ddto/>
  16. </cond>
  17. </main>
  18. <send>
  19. <reqdata>
  20. </reqdata>
  21. <savedata/>
  22. </send>
  23. <hidden>
  24. </hidden>
  25. <init>
  26. <baseinfo>
  27. <instinfo>
  28. <instcd/>
  29. <hospnm/>
  30. </instinfo>
  31. </baseinfo>
  32. <stage/>
  33. <newElement/>
  34. <projcd/>
  35. </init>
  36. <temp/>
  37. <result>
  38. <cnrtlist>
  39. <instcd/>
  40. <projcd/>
  41. <cntrdd/>
  42. <cntrid/>
  43. <cntramt/>
  44. </cnrtlist>
  45. </result>
  46. <newprojcd/>
  47. </root>
  48. </instance>
  49. <script type="javascript" ev:event="xforms-ready">
  50. <![CDATA[
  51. fIni();
  52. ]]>
  53. </script>
  54. <submission id="TRRIS00103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" replace="instance" resultref="/root/result/cnrtlist"/>
  55. <submission id="TXRIS00210" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" replace="instance" resultref="/root/hidden/cntrcnt"/>
  56. </model>
  57. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  58. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  59. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  60. <script type="javascript" src="../../../com/authinfoweb/js/ZSA001.js"/>
  61. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  62. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  63. <script type="javascript" src="../../../mis/ctmsweb/js/SPRIS00210.js"/>
  64. </xhtml:head>
  65. <xhtml:body pagewidth="500" pageheight="530">
  66. <group id="group3" style="left:5px; top:50px; width:465px; height:460px; vertical-align:top; border-width:1px; ">
  67. <datagrid id="datagrid1" nodeset="/root/result/cnrtlist" caption="instcd^과제코드^계약일^계약금^비고" colsep="^" colwidth="0, 72, 90, 97, 189" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:0px; width:455px; height:450px; ">
  68. <col ref="instcd" visibility="hidden"/>
  69. <col ref="projcd"/>
  70. <col ref="cntrdd" type="inputdate" style="text-align:center; "/>
  71. <col ref="cntramt" type="input" format="#,###" style="text-align:right; "/>
  72. <col ref="bigo" type="input"/>
  73. </datagrid>
  74. </group>
  75. <button id="button2" class="btn2_letter3" style="left:310px; top:25px; width:53px; height:19px; ">
  76. <caption>행추가</caption>
  77. <script type="javascript" ev:event="DOMActivate">
  78. <![CDATA[
  79. fAddRow();
  80. ]]>
  81. </script>
  82. </button>
  83. <caption id="cap_title" class="tit_1" style="left:5px; top:0px; width:147px; height:13px; ">계약이력</caption>
  84. <button id="button1" class="btn2_letter3" style="left:365px; top:25px; width:53px; height:19px; ">
  85. <caption>행삭제</caption>
  86. <script type="javascript" ev:event="DOMActivate">
  87. <![CDATA[
  88. fDelRow();
  89. ]]>
  90. </script>
  91. </button>
  92. <button id="button3" class="btn2_letter2" style="left:420px; top:25px; width:42px; height:19px; ">
  93. <caption>저장</caption>
  94. <script type="javascript" ev:event="DOMActivate">
  95. <![CDATA[
  96. fSave();
  97. ]]>
  98. </script>
  99. </button>
  100. <button id="button4" class="btn2_letter2" style="left:266px; top:25px; width:42px; height:19px; ">
  101. <caption>조회</caption>
  102. <script type="javascript" ev:event="DOMActivate">
  103. <![CDATA[
  104. fSearch();
  105. ]]>
  106. </script>
  107. </button>
  108. <line id="line4" class="line_1" style="x1:5px; y1:45px; x2:461px; y2:45px; "/>
  109. <caption id="caption14" class="tit_2" style="left:5px; top:30px; width:118px; height:13px; ">입력/조회</caption>
  110. </xhtml:body>
  111. </xhtml:html>