SPRSD20000_소모품Repeat청구(경북대)$.xrw 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <xhtml:head>
  4. <xhtml:title>Untitle</xhtml:title>
  5. <model id="model1">
  6. <instance id="instance1">
  7. <root xmlns="">
  8. <example>Sample</example>
  9. </root>
  10. </instance>
  11. </model>
  12. </xhtml:head>
  13. <xhtml:body>
  14. <group id="grp_repeat" visibility="hidden" style="left:5px; top:5px; width:935px; height:440px; border-style:inset; ">
  15. <caption id="caption1" class="tit_2" style="left:6px; top:9px; width:180px; height:14px; ">Repeat 청구</caption>
  16. <line id="line2" class="line_1" style="x1:6px; y1:28px; x2:926px; y2:28px; "/>
  17. <button id="button1" class="btn4_letter2" style="left:785px; top:405px; width:56px; height:22px; ">
  18. <caption>확인</caption>
  19. <script type="javascript" ev:event="DOMActivate">
  20. <![CDATA[
  21. fDataSet();
  22. fDispSumAmt();
  23. var nodelist = instance1.selectNodes("/root/main/list/purcdmndinfo/purcdmndsublist").length;
  24. if(nodelist > 0){
  25. cmb_wareflag.disabled = true;
  26. }else{
  27. cmb_wareflag.disabled = false;
  28. }
  29. grp_repeat.visible = false;
  30. ]]>
  31. </script>
  32. </button>
  33. <button id="button3" class="btn4_letter2" style="left:851px; top:405px; width:56px; height:22px; ">
  34. <caption>닫기</caption>
  35. <script type="javascript" ev:event="DOMActivate">
  36. <![CDATA[
  37. grp_repeat.visible = false;
  38. ]]>
  39. </script>
  40. </button>
  41. <datagrid id="grd_repeat" nodeset="/root/main/list/repeatreq/repeatlist" visibility="visible" caption="청구일자^청구번호^청구구분^청구자^청구자명^부서승인여부^부서승인여부명^접수여부^접수여부명^물품코드^물품명^수량" colsep="^" colwidth="72, 67, 74, 84, 76, 82, 95, 69, 77, 94, 250, 50" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="24" rowsep="|" style="left:8px; top:37px; width:920px; height:357px; font-weight:normal; text-align:center; ">
  42. <col ref="reqdd"/>
  43. <col ref="reqno"/>
  44. <col ref="reqflag"/>
  45. <col ref="reqpsnid" visibility="hidden"/>
  46. <col ref="reqpsnnm"/>
  47. <col ref="deptaprvyn" visibility="hidden"/>
  48. <col ref="deptaprvnm"/>
  49. <col ref="acptflag" visibility="hidden"/>
  50. <col ref="acptflagnm"/>
  51. <col ref="goodcd"/>
  52. <col ref="goodnm"/>
  53. <col ref="reqqty"/>
  54. <col ref="workflag" visibility="hidden"/>
  55. <col ref="goodspec" visibility="hidden"/>
  56. <col ref="requnit" visibility="hidden"/>
  57. <col ref="cmt" visibility="hidden"/>
  58. <script type="javascript" ev:event="ondblclick">
  59. <![CDATA[
  60. fAddFromRepeatReq(grd_repeat.row);
  61. ]]>
  62. </script>
  63. </datagrid>
  64. </group>
  65. </xhtml:body>
  66. </xhtml:html>