SPCVA00600_VOC자체처리의견.xrw 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * Name : SPCVA00600_VOC자체처리의견
  4. * Summary : VOC 자체처리의견
  5. * Programmer : 김준규
  6. * Date Written : 2007.10.23
  7. * History :
  8. * Remark :
  9. -->
  10. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  11. <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">
  12. <xhtml:head>
  13. <xhtml:title>VOC 자체처리의견</xhtml:title>
  14. <model id="model1">
  15. <instance id="instance1">
  16. <root xmlns="">
  17. <main>
  18. <vocdata>
  19. <accept>
  20. <acptseq/>
  21. <acptdd/>
  22. <prcsstat/>
  23. <selfcnts/>
  24. <selfyn/>
  25. </accept>
  26. </vocdata>
  27. <temp>
  28. <key>
  29. <sndacptdd/>
  30. <sndacptseq/>
  31. </key>
  32. </temp>
  33. </main>
  34. <temp/>
  35. <send>
  36. <data>
  37. </data>
  38. </send>
  39. <init/>
  40. </root>
  41. </instance>
  42. <submission id="TRCVA00601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/temp/key" resultref="/root/main/vocdata"/>
  43. </model>
  44. <script type="javascript" ev:event="xforms-ready">
  45. <![CDATA[
  46. var reAcptDD = model.getValue("/root/main/temp/key/sndacptdd")
  47. var reAcptSeq = model.getValue("/root/main/temp/key/sndacptseq")
  48. if (( reAcptDD == "" || reAcptDD == null ) || ( reAcptSeq == "" || reAcptSeq == null )) {
  49. var rtn = messageBox("조회에 필요한 항목이 전달되지", "E007");
  50. if(rtn == 1){
  51. window.close();
  52. }
  53. } else {
  54. submit("TRCVA00601");
  55. if( model.getValue("/root/main/vocdata/accept/prcsstat") != "자체처리" ) {
  56. model.makeValue("/root/main/vocdata/accept/selfyn", "");
  57. } else {
  58. model.makeValue("/root/main/vocdata/accept/selfyn", "Y");
  59. }
  60. }
  61. fCheckAuth();
  62. model.refresh();
  63. ]]>
  64. </script>
  65. <script type="javascript">
  66. <![CDATA[
  67. function fCheckAuth() {
  68. // 권한체크
  69. if (!checkAuth("r")) {
  70. }
  71. if (!checkAuth("x")) {
  72. }
  73. if (!checkAuth("p")) {
  74. }
  75. }
  76. ]]>
  77. </script>
  78. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  79. </xhtml:head>
  80. <xhtml:body pagewidth="630" pageheight="258" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  81. <group id="grp_tle" style="left:0px; top:0px; width:610px; height:13px; ">
  82. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:132px; height:14px; ">VOC 자체처리 정보</caption>
  83. </group>
  84. <group id="grp_customer" style="left:0px; top:13px; width:610px; height:204px; ">
  85. <line id="line2" class="line_1" style="x1:0px; y1:5px; x2:610px; y2:5px; "/>
  86. <line id="line7" class="line_3" style="x1:0px; y1:202px; x2:610px; y2:202px; "/>
  87. <caption id="caption10" class="cell_1" style="left:0px; top:10px; width:105px; height:193px; text-align:center; vertical-align:middle; ">
  88. <![CDATA[민원담당부서
  89. 의견]]>
  90. </caption>
  91. <select id="chk_selfyn" ref="/root/main/vocdata/accept/selfyn" disabled="true" overflow="visible" appearance="full" disable.background-color="transparent" style="left:110px; top:14px; width:96px; height:19px; font-weight:bold; border-style:none; ">
  92. <choices>
  93. <item>
  94. <label>자체 처리함</label>
  95. <value>Y</value>
  96. </item>
  97. </choices>
  98. </select>
  99. <caption id="caption6" class="cell_1" style="left:364px; top:10px; width:105px; height:23px; text-align:center; vertical-align:middle; ">진행상태</caption>
  100. <output id="opt_PrcsStat" ref="/root/main/vocdata/accept/prcsstat" class="output_fix" style="left:473px; top:11px; width:130px; height:19px; "/>
  101. <textarea id="tar_SelfCnts" ref="/root/main/vocdata/accept/selfcnts" scroll="vertical" editable="false" style="left:108px; top:34px; width:500px; height:165px; "/>
  102. </group>
  103. <group id="grp_btn" scroll="auto" style="left:0px; top:217px; width:610px; height:27px; ">
  104. <button id="btn_close" class="btn4_letter2" style="left:550px; top:5px; width:56px; height:22px; ">
  105. <caption>닫기</caption>
  106. <close ev:event="DOMActivate"/>
  107. </button>
  108. </group>
  109. </xhtml:body>
  110. </xhtml:html>