SMRSC03000_청구자 승인자 등록.xrw 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>청구자 승인자 등록</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <reqpsnlist>
  11. <reqaprvflag/>
  12. <instcd/>
  13. <emplno/>
  14. <emplnm/>
  15. <reqdeptcd/>
  16. <reqdeptnm/>
  17. <goodflag/>
  18. <fromdd/>
  19. <todd/>
  20. <cmt/>
  21. <fstrgstrid/>
  22. <fstrgstdt/>
  23. <lastupdtrid/>
  24. <lastupdtdt/>
  25. </reqpsnlist>
  26. </main>
  27. <send>
  28. <reqpsnlist/>
  29. </send>
  30. <init>
  31. <reqaprvflag>
  32. <label>청구</label>
  33. <value>1</value>
  34. <label>승인</label>
  35. <value>2</value>
  36. </reqaprvflag>
  37. </init>
  38. <hidden/>
  39. <temp/>
  40. </root>
  41. </instance>
  42. <submission id="TRRSC03000" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" resultref="/root/main/reqpsnlist"/>
  43. <script type="javascript" ev:event="xforms-ready">
  44. <![CDATA[
  45. fInitialize();
  46. ]]>
  47. </script>
  48. </model>
  49. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  50. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  51. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  52. <script type="javascript">
  53. <![CDATA[
  54. // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
  55. function fInitialize() {
  56. //fEnableInsertButton();
  57. misfGridInit(grd_reqpsnlist);
  58. model.resetInstanceNode("/root/send");
  59. model.refresh();
  60. misfGridComboComCdList("Z0007",grd_reqpsnlist,"instcd");
  61. misfGridComboComCdList("R0025",grd_reqpsnlist,"goodflag");
  62. // misfComboComCdListMulti("Z0007,R0025","cmb_instcd,cmb_goodflag");
  63. model.refresh();
  64. }
  65. ]]>
  66. </script>
  67. </xhtml:head>
  68. <xhtml:body>
  69. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  70. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">청구권승인 / 청구부서 승인</caption>
  71. </group>
  72. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  73. <line id="line9" class="line_1" style="x1:0px; y1:25px; x2:1195px; y2:25px; "/>
  74. <caption id="caption34" class="tit_2" style="left:5px; top:10px; width:185px; height:13px; ">청구권자/ 청구부서 승인자</caption>
  75. <datagrid id="grd_reqpsnlist" nodeset="/root/main/reqpsnlist" caption="승인 구분^기관코드^사원번호^ 성명^청구부서^청구부서^물품구분^시작일자^종료일자^비 고^최초등록자ID^최초등록일시^최종등록자ID^최종등록일시" colwidth="100, 130, 120, 120, 120, 120, 150, 100, 100, 389, 120, 100, 120, 100" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" colsep="^" style="left:0px; top:30px; width:1195px; height:704px; ">
  76. <col ref="reqaprvflag" type="combo">
  77. <choices>
  78. <itemset nodeset="/root/init/reqaprvflag">
  79. <label ref="label"/>
  80. <value ref="value"/>
  81. </itemset>
  82. </choices>
  83. </col>
  84. <col ref="instcd" type="combo">
  85. <choices>
  86. <itemset>
  87. <label/>
  88. <value/>
  89. </itemset>
  90. </choices>
  91. </col>
  92. <col ref="emplno" type="inputbutton"/>
  93. <col ref="emplnm" type="input"/>
  94. <col ref="reqdeptcd" type="inputbutton"/>
  95. <col ref="reqdeptnm" type="input"/>
  96. <col ref="goodflag" type="combo">
  97. <choices>
  98. <itemset>
  99. <label/>
  100. <value/>
  101. </itemset>
  102. </choices>
  103. </col>
  104. <col ref="fromdd" type="inputdate"/>
  105. <col ref="todd" type="inputdate"/>
  106. <col ref="cmt" type="input"/>
  107. <col ref="fstrgstrid"/>
  108. <col ref="fstrgstdt"/>
  109. <col ref="lastupdtrid"/>
  110. <col ref="lastupdtdt"/>
  111. <script type="javascript" ev:event="onbuttonclick">
  112. <![CDATA[
  113. ]]>
  114. </script>
  115. </datagrid>
  116. <button id="btn_grdadd" class="btn2_letter3" style="left:1032px; top:4px; width:53px; height:19px; ">
  117. <caption>행추가</caption>
  118. <script type="javascript" ev:event="DOMActivate">
  119. <![CDATA[
  120. grd_reqpsnlist.addRow();
  121. model.refresh();
  122. ]]>
  123. </script>
  124. </button>
  125. <button id="btn_grdins" class="btn2_letter3" style="left:1087px; top:4px; width:53px; height:19px; ">
  126. <caption>행삽입</caption>
  127. <script type="javascript" ev:event="DOMActivate">
  128. <![CDATA[
  129. // grd_reqpsnlist.deleteRow();
  130. ]]>
  131. </script>
  132. </button>
  133. <button id="btn_grddel" class="btn2_letter3" style="left:1142px; top:4px; width:53px; height:19px; ">
  134. <caption>행삭제</caption>
  135. <script type="javascript" ev:event="DOMActivate">
  136. <![CDATA[
  137. grd_reqpsnlist.deleteRow();
  138. ]]>
  139. </script>
  140. </button>
  141. </group>
  142. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  143. <line id="line2" class="line_6" style="top:3; x1:0px; y1:25; x2:1195; y2:25; "/>
  144. <button id="btn_save" class="btn4_letter2" style="left:1070px; top:3px; width:56px; height:22px; ">
  145. <caption>저장</caption>
  146. </button>
  147. <button id="btn_clear" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
  148. <caption>초기화</caption>
  149. </button>
  150. </group>
  151. </xhtml:body>
  152. </xhtml:html>