655420ef9b8b979a7858b4b2df5a0f71eab26ad8.svn-base 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. <%@page language="java" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>客户问题反馈</title>
  7. <!--框架必需start-->
  8. <%@include file="../../../../../../page/include1.jsp" %>
  9. <!--框架必需end-->
  10. <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/system/mapvaluecanst/CanstSelect.js"></script>
  11. <link rel="stylesheet" type="text/css" href="<%=path%>/scripts/webUploader/css/webuploader.css" />
  12. <script type="text/javascript" src="/nwyj/scripts/webUploader/webuploader.js"></script>
  13. <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/system/questionsHuiZong/questionHuiZong_Resolve.js"></script>
  14. <style type="text/css">
  15. .bd{
  16. width: 1000px;
  17. margin:0 auto;
  18. margin-top:10px
  19. }
  20. .d_ground{
  21. border: 1px solid #cdcaca;
  22. background: white;
  23. width:1000px;
  24. }
  25. .title{
  26. height: 50px;
  27. /* background: #F8F8F8; */
  28. border-style:solid;
  29. border-width:1px;
  30. border-right:1px;
  31. border-left:1px;
  32. border-top:1px;
  33. border-color:#cdcaca;
  34. }
  35. .title_font{
  36. font-weight: bold;
  37. font-size: 24px;
  38. line-height: 45px;
  39. color:#3e62a0;
  40. }
  41. .button_jl{
  42. margin:15px 20px 0px 0px;
  43. float:right;
  44. }
  45. .fieldset{
  46. border-style:solid;
  47. border-width:1px;
  48. border-color:#cdcaca;
  49. margin:0px 20px 20px 20px;
  50. width: 935px
  51. }
  52. .legend{
  53. font-family:宋体;
  54. font-weight: bold;
  55. font-size:14px;
  56. color:#3e62a0;
  57. }
  58. .table-style{
  59. border-style:solid;
  60. border-width:1px;
  61. border-color:#cdcaca;
  62. margin:0px 20px 0px 20px;
  63. border-collapse:collapse;
  64. width: 895px;
  65. }
  66. .table-style2{
  67. border:1px solid #cdcaca;
  68. margin:0px 20px 0px 20px;
  69. border-collapse:collapse;
  70. width: 895px;
  71. }
  72. .td-font{
  73. font-family:宋体;
  74. font-size:14px;
  75. color:#161616;
  76. }
  77. .td-move{
  78. padding: 10px 5px 0px 0px;
  79. }
  80. .td-style{
  81. border:1px solid #cdcaca;
  82. border-collapse:collapse;
  83. padding-left: 10px
  84. }
  85. .back{
  86. margin:10px 0px 10px 15px;
  87. }
  88. </style>
  89. <script type="text/javascript">
  90. $(function(){
  91. $("#goback").hover(function(){
  92. $(this).attr("src","/nwyj/images/temp/back_hover.png");
  93. },function(){
  94. $(this).attr("src","/nwyj/images/temp/back.png");
  95. })
  96. });
  97. </script>
  98. </head>
  99. <body class="bd" align="center" >
  100. <div id="formContent" class="d_ground">
  101. <div class="title" align="center"><a href="javascript:;"><img id="goback" class="back" onclick="goBack()" align="left" alt="返回" title="返回" src="/nwyj/images/temp/back.png" /></a><font class="title_font" >问题反馈</font></div>
  102. <form id="fillForm" name="fillForm" method="post" >
  103. <input type="hidden" id="fd_id750" name="FD_OBJECTID750" required="true"/>
  104. <input type="hidden" name="classid" value="750" required="true"/>
  105. <!-- 是否反馈 -->
  106. <input type="hidden" name="IS_FANKUI" id="IS_FANKUI" value="1" required="true"/>
  107. <div class="button_jl">
  108. <h5 align="right" class="td-move"><span align="right" class="star">*</span><input value=" 问 题 解 决 ,提 交 " type="button" onclick="save('#fillForm')"/>&nbsp;&nbsp;</h5>
  109. </div>
  110. <fieldset class="fieldset">
  111. <legend class="legend">问题信息:</legend>
  112. <table class="table-style" >
  113. <tr>
  114. <td align="right" class="td-move"><span align="right" class="star"></span><span class="td-font">提交单位:</span></td>
  115. <td class="td-move"> <input type="text" id="SUBMIT_UNIT_750" name="SUBMIT_UNIT_750" class="validate[required]" readonly="readonly" maxlength="100" style="width: 265px;height:30px"/>
  116. </td>
  117. <td align="right" class="td-move"><span align="right" class="star"></span><span class="td-font">提交人:</span></td>
  118. <td class="td-move"><input type="text" id="SUBMIT_PERSION1_750" name="SUBMIT_PERSION1_750" class="validate[required]" readonly="readonly" style="width: 265px;height:30px" /></td>
  119. </tr>
  120. <tr>
  121. <td align="right" width="155px" class="td-move"><span align="right" class="star"></span><span class="td-font">提交时间:</span></td>
  122. <td width="280px" class="td-move" readonly="readonly">
  123. <input type="text" id="SUBMIT_TIME_750" name="SUBMIT_TIME_750" readonly="readonly" style="width: 265px;height:30px" />
  124. </td>
  125. <td align="right" width="80px" class="td-move"><span align="right" class="star"></span><span class="td-font">我的问题:</span></td> <br/>
  126. <td><textarea id="MY_QUESTION_750" name="MY_QUESTION_750" class="validate[required]" readonly="readonly" maxlength="100" style="width: 265px;height:30px" ></textarea> </td>
  127. </tr>
  128. <tr>
  129. <td align="right" class="td-move"><span align="right" class="star"></span><span class="td-font">问题描述:</span></td>
  130. <td ><textarea id="QUESTION_DESCRIPT_750" name="QUESTION_DESCRIPT_750" class="validate[required]" readonly="readonly" maxlength="100" style="width: 265px;height:100px"></textarea> </td>
  131. <td></td><td></td>
  132. </tr>
  133. <tr>
  134. <td align="right" width="80px" class="td-move"><span align="right" class="star"></span><span class="td-font">解决方法:</span></td> <br/>
  135. <td><textarea id="RESOLVE_METHOD_750" name="RESOLVE_METHOD_750" class="validate[required]" readonly="readonly" maxlength="100" style="width: 265px;height:100px" ></textarea> </td>
  136. <td align="right" width="155px" class="td-move"><span align="right" class="star"></span><span class="td-font">预计解决时间:</span></td>
  137. <td width="280px" class="td-move" readonly="readonly">
  138. <input type="text" id="RESOLVE_TIME_750" name="RESOLVE_TIME_750" readonly="readonly" style="width: 265px;height:30px" />
  139. </td>
  140. </tr>
  141. <tr>
  142. <td align="right" class="td-move"><span align="right" class="star"></span><span class="td-font">方案提交人:</span></td>
  143. <td class="td-move"><input type="text" id="SUBMIT_PERSION2_750" name="SUBMIT_PERSION2_750" class="validate[required]" readonly="readonly" style="width: 265px;height:30px" /></td>
  144. <td align="right" class="td-move"><span align="right" class="star"></span><span class="td-font">联系电话:</span></td>
  145. <td class="td-move"><input type="text" id="TEL_750" name="TEL_750" class="validate[required]" readonly="readonly" style="width: 265px;height:30px" /></td>
  146. </tr>
  147. </table>
  148. <table class="table-style" >
  149. <tr>
  150. <td align="right" class="td-move"><span align="right" class="star">*</span><span class="td-font">问题补充:</span></td>
  151. <td class="td-move"><input type="text" id="QUESTION_ADD_750" name="QUESTION_ADD_750" class="validate[required]" style="width:600px;height:100px" /></td>
  152. <td><span align="right" class="star">*</span><input value=" 保存并反馈 " type="button" onclick=""/>&nbsp;&nbsp;&nbsp;&nbsp;<input value=" 重 置 " type="button" onclick="resetSearch()"/></td>
  153. </tr>
  154. </table>
  155. </fieldset>
  156. </form>
  157. </div>
  158. </body>
  159. </html>