SPMNP00202_SMS전송내역조회.xrw 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" encoding="UTF-8"?>
  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>수술준비확인 SMS전송내역조회</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <smsinfo>
  11. <smslist>
  12. <lrgclscd/>
  13. <kindcd/>
  14. <codenm1/>
  15. <codenm2/>
  16. <codenm3/>
  17. <refseq/>
  18. <code3commt/>
  19. </smslist>
  20. </smsinfo>
  21. <cond>
  22. <fromdd/>
  23. <todd/>
  24. <srchflag>1</srchflag>
  25. <srchnm/>
  26. </cond>
  27. </main>
  28. </root>
  29. </instance>
  30. <script type="javascript" ev:event="xforms-ready">
  31. <![CDATA[
  32. var pid = model.property("pid");
  33. var hngnm = model.property("hngnm");
  34. var opcnfmdd = model.property("opcnfmdd");
  35. if(opcnfmdd == "") {
  36. ipt_fromdd.value = getCurrentDate();
  37. } else {
  38. ipt_fromdd.value = opcnfmdd;
  39. }
  40. ipt_todd.value = getCurrentDate();
  41. if(pid != "") {
  42. ipt_srchnm.value = pid;
  43. }
  44. fSearch() ;
  45. model.property("pid") = "";
  46. model.property("hngnm") = "";
  47. ]]>
  48. </script>
  49. <submission id="TRMNP00221" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/smsinfo"/>
  50. </model>
  51. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  52. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  53. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  54. <script type="javascript">
  55. <![CDATA[
  56. function fSearch() {
  57. model.makeNode("/root/send/reqdata");
  58. model.copyNode("/root/send/reqdata", "/root/main/cond");
  59. submit("TRMNP00221");
  60. }
  61. ]]>
  62. </script>
  63. </xhtml:head>
  64. <xhtml:body pagewidth="700" pageheight="500">
  65. <caption id="caption1" class="tit_2" style="left:0px; top:55px; width:225px; height:13px; vertical-align:middle; ">SMS전송내역</caption>
  66. <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:665px; y2:70px; "/>
  67. <datagrid id="grd_smslist" nodeset="/root/main/smsinfo/smslist" autoresize="true" caption="전송일시^전송일시^전송내용^전송자" colsep="^" colwidth="73, 41, 443, 55" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:75px; width:665px; height:385px; ">
  68. <col ref="senddd" format="yyyy-mm-dd" style="text-align:center; "/>
  69. <col ref="sendtm" format="hh:nn" style="text-align:center; "/>
  70. <col ref="msgcnts"/>
  71. <col ref="sendrnm" style="text-align:center; "/>
  72. </datagrid>
  73. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:665px; height:40px; font-family:돋움체; "/>
  74. <caption id="caption3" class="search_name" style="left:6px; top:12px; width:86px; height:17px; font-family:돋움체; ">전송일자:</caption>
  75. <caption id="caption2" class="search_name" style="left:290px; top:13px; width:71px; height:17px; font-family:돋움체; ">환자명:</caption>
  76. <caption id="caption4" style="left:179px; top:12px; width:15px; height:20px; font-family:돋움체; font-weight:bold; ">~</caption>
  77. <input id="ipt_todd" ref="/root/main/cond/todd" class="input_s_essential" navindex="2" inputtype="date" style="left:192px; top:11px; width:90px; height:19px; font-family:돋움체; "/>
  78. <input id="ipt_fromdd" ref="/root/main/cond/fromdd" class="input_s_essential" navindex="1" inputtype="date" style="left:87px; top:11px; width:90px; height:19px; font-family:돋움체; "/>
  79. <button id="button1" class="btn1_letter2" style="left:601px; top:9px; width:56px; height:22px; ">
  80. <caption>조회</caption>
  81. <script type="javascript" ev:event="DOMActivate">
  82. <![CDATA[
  83. fSearch();
  84. ]]>
  85. </script>
  86. </button>
  87. <line id="line2" class="line_4" style="x1:591px; y1:9px; x2:591px; y2:31px; "/>
  88. <input id="ipt_srchnm" ref="/root/main/cond/srchnm" style="left:487px; top:12px; width:95px; height:19px; "/>
  89. <select1 id="rdo_srchflag" ref="/root/main/cond/srchflag" appearance="full" cols="2" overflow="visible" style="left:360px; top:13px; width:124px; height:17px; border-style:none; ">
  90. <choices>
  91. <item>
  92. <label>등록번호</label>
  93. <value>1</value>
  94. </item>
  95. <item>
  96. <label>환자명</label>
  97. <value>2</value>
  98. </item>
  99. </choices>
  100. </select1>
  101. </xhtml:body>
  102. </xhtml:html>