SPMMO99999_배치프로그램실행.xrw 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. <send>
  10. <cond1/>
  11. </send>
  12. </root>
  13. </instance>
  14. <submission id="TXMMO99999" mediatype="application/x-www-form-urlencoded" method="post"/>
  15. <bind id="bind1" ref="/root/hardcd/hardcd/hardcdnm" readonly="../hardcd != 'T'"/>
  16. </model>
  17. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  18. <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
  19. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  20. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  21. <script type="javascript">
  22. <![CDATA[
  23. // 화면 open, 저장시 초기화 기능을 수행한다.
  24. function fClose() {
  25. window.close();
  26. }
  27. /*
  28. * @desc : 후인증배치 버튼 클릭시
  29. * : 진료의, 처방적용시작일자의 후인증을 배치로 처리 한다.
  30. * @
  31. * @param :
  32. * @return :
  33. * @author : 엄영만 2014.04.15
  34. * @---------------------------------------------------
  35. */
  36. function fExeBatch(){
  37. submit("TXMMO99999")
  38. }
  39. ]]>
  40. </script>
  41. </xhtml:head>
  42. <xhtml:body pagewidth="770" pageheight="280" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  43. <caption id="caption6" class="tit_2" style="left:110px; top:10px; width:124px; height:13px; ">배치프로그램 실행</caption>
  44. <button id="button3" class="btn4_letter4" style="left:120px; top:65px; width:56px; height:22px; ">
  45. <caption>배치실행</caption>
  46. <script type="javascript" ev:event="DOMActivate">
  47. <![CDATA[
  48. fExeBatch();
  49. ]]>
  50. </script>
  51. </button>
  52. <button id="btn_cncl" class="btn4_letter2" style="left:265px; top:65px; width:56px; height:22px; ">
  53. <caption>닫기</caption>
  54. <script type="javascript" ev:event="DOMActivate">
  55. <![CDATA[
  56. window.close();
  57. ]]>
  58. </script>
  59. </button>
  60. </xhtml:body>
  61. </xhtml:html>