SMMRI05000_자동승인세팅.xrw 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <xhtml:head>
  4. <xhtml:title>Untitle</xhtml:title>
  5. <model id="model1">
  6. <instance id="instance1">
  7. <root xmlns="">
  8. <init>
  9. <autoaccept>
  10. <trgtcd/>
  11. <valifromdt/>
  12. <valitodt/>
  13. <fstrgstdt/>
  14. <fstrgstrid/>
  15. <lastupdtdt/>
  16. <lastupdtrid/>
  17. </autoaccept>
  18. </init>
  19. </root>
  20. </instance>
  21. <script type="javascript" ev:event="xforms-ready">
  22. <![CDATA[
  23. fInitialize();
  24. ]]>
  25. </script>
  26. </model>
  27. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  28. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  29. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  30. <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
  31. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  32. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  33. </xhtml:head>
  34. <xhtml:body>
  35. <datagrid id="datagrid1" nodeset="/root/init/autoaccept" caption="적용여부^시작시각^종료시각^세팅자^세팅시각" colsep="^" colwidth="86, 108, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:25px; top:35px; width:630px; height:215px; ">
  36. <col ref="trgtcd"/>
  37. <col ref="valifromdt" type="inputdate"/>
  38. <col ref="valitodt" type="inputdate"/>
  39. <col ref="lastupdtdt"/>
  40. <col ref="lastupdtrid"/>
  41. </datagrid>
  42. </xhtml:body>
  43. </xhtml:html>