民权县12345_前端

newRepositoryAdd.html 7.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <script src="../Script/Common/huayi.load.js"></script>
  6. <script src="../Script/Common/huayi.config.js"></script>
  7. <link rel="stylesheet" href="../css/init.css" />
  8. <title>新版知识库添加</title>
  9. <style type="text/css">
  10. ul,li{
  11. padding: 0;
  12. margin: 0;
  13. list-style: none;
  14. }
  15. .tab_list{
  16. border-bottom: 1px solid #d5d5d5;
  17. }
  18. .tab_list li{
  19. padding: 10px 15px;
  20. float: left;
  21. color: #333333;
  22. font-size: 14px;
  23. position: relative;
  24. }
  25. .tab_list li.active{
  26. color: #19aad0;
  27. }
  28. .tab_list li.active:after{
  29. content: "";
  30. width: 100%;
  31. height: 2px;
  32. background: #19aad0;
  33. position: absolute;
  34. bottom: -1px;
  35. left: 0;
  36. }
  37. .tab_content{
  38. font-size: 14px;
  39. color: #4c4c4c;
  40. padding: 15px 0;
  41. /*text-indent: 28px;*/
  42. }
  43. .tab_content>div{
  44. display: none;
  45. }
  46. .table tr td input[type="text"]{
  47. width: 100%;
  48. height: 34px;
  49. background: #f3f3f4;
  50. outline: none;
  51. border: 1px solid #e7e7e7;
  52. padding-left: 10px;
  53. }
  54. .radio-inline input[type=radio]{
  55. margin-top: 2px;
  56. }
  57. .table tr td textarea{
  58. width: 100%;
  59. height: 100%;
  60. background: #f3f3f4;
  61. border: 1px solid #e7e7e7;
  62. resize: none;
  63. }
  64. #scwj{
  65. background-color: #FFF;
  66. background-image: none;
  67. border: 1px solid #ccc;
  68. border-radius: 1px;
  69. color: inherit;
  70. padding: 6px 12px!important;
  71. }
  72. .files{
  73. padding: 5px!important;
  74. }
  75. .time-box{
  76. position: relative;
  77. width: 197px!important;
  78. height: 34px;
  79. margin: 0;
  80. }
  81. .tub + input {
  82. padding-right: 30px;
  83. border: 1px solid #e5e6e7!important;
  84. }
  85. i.tub {
  86. position: absolute;
  87. right: 8px;
  88. top: 8px;
  89. font-size: 18px;
  90. color: #00a0ca;
  91. }
  92. </style>
  93. </head>
  94. <body class="gray-bg">
  95. <div class="container-fluid wrapper-content animated fadeInRight">
  96. <table class="table table-bordered table-condensed">
  97. <tr>
  98. <td width="100">关键词</td>
  99. <td colspan="3"><input type="text" id="key"/></td>
  100. </tr>
  101. <tr>
  102. <td width="100">事件名称</td>
  103. <td colspan="3"> <input type="text" id="title" /></td>
  104. </tr>
  105. <tr>
  106. <td width="100">主办单位</td>
  107. <td colspan="3"> <input type="text" id="maindept" /></td>
  108. </tr>
  109. <tr >
  110. <td rowspan="2" width="100">公开电话</td>
  111. <td> <input type="text" id="publicphone1" /></td>
  112. <td rowspan="2" width="100">内部电话</td>
  113. <td> <input type="text" id="privatephone1" /></td>
  114. </tr>
  115. <tr>
  116. <td> <input type="text" id="publicphone2" /></td>
  117. <td> <input type="text" id="privatephone2" /></td>
  118. </tr>
  119. <tr>
  120. <td width="100" height="100"> 咨询要点</td>
  121. <td colspan="3" height="100"> <textarea name="" rows="" cols="" id="points"></textarea></td>
  122. </tr>
  123. <tr>
  124. <td width="100" height="100"> 标准话术</td>
  125. <td colspan="3" height="100"> <textarea name="" rows="" cols="" id="baseanswer"></textarea></td>
  126. </tr>
  127. <tr>
  128. <td width="100" height="100"> 结案参考</td>
  129. <td colspan="3" height="100"> <textarea name="" rows="" cols="" id="endanswer"></textarea></td>
  130. </tr>
  131. <tr>
  132. <td width="100"> 办理方式</td>
  133. <td><input type="text" id="dealtype"/></td>
  134. <td width="100"> 法定办结时限</td>
  135. <td><input type="text" id="legallimittime" /></td>
  136. </tr>
  137. <tr>
  138. <td width="100"> 是否收费</td>
  139. <td>
  140. <label class="radio-inline">
  141. <input type="radio" name="ispay" id="ispay1" value="1"> 是
  142. </label>
  143. <label class="radio-inline">
  144. <input type="radio" name="ispay" id="ispay2" value="0"> 否
  145. </label>
  146. </td>
  147. <td width="100"> 承诺办结时限</td>
  148. <td><input type="text" id="promiselimittime" /></td>
  149. </tr>
  150. <tr>
  151. <td width="100"> 收费标准</td>
  152. <td> <input type="text" id="paymoney" /></td>
  153. <td width="100"> 办公地点</td>
  154. <td><textarea name="" rows="" cols="" id="officeaddress"></textarea></td>
  155. </tr>
  156. <tr>
  157. <td width="100"> 办理对象</td>
  158. <td colspan="3"><input type="text" id="serobject" /></td>
  159. <!--<td width="100"> 乘车路线</td>
  160. <td><textarea name="" rows="" cols=""id="busline"></textarea></td>-->
  161. </tr>
  162. <tr>
  163. <td width="100"> 办公时间</td>
  164. <td colspan="3">
  165. <input type="text" id="officetime"/>
  166. <!--<div class="form-group time-box">
  167. <i class="tub fa fa-calendar"></i>
  168. <input class="form-control" type="text" placeholder="请选择开始时间">
  169. </div>
  170. -->
  171. </td>
  172. </tr>
  173. <tr>
  174. <td width="100" rowspan="2"> 协办单位</td>
  175. <td rowspan="2"><input type="text" name="otherdept" id="otherdept" style="border: 0;" /></td>
  176. <td width="100"> 公开电话</td>
  177. <td><input type="text" id="otherpublicphone" /></td>
  178. </tr>
  179. <tr>
  180. <td width="100"> 内部电话</td>
  181. <td><input type="text" id="otherprivatephone" /></td>
  182. </tr>
  183. <tr>
  184. <td width="100" height="100"> 备注</td>
  185. <td colspan="3" height="100">
  186. <!--<input type="text" />-->
  187. <textarea name="" rows="" cols="" id="remark"></textarea>
  188. </td>
  189. </tr>
  190. <!--<tr>
  191. <td width="100" > 修改人</td>
  192. <td></td>
  193. <td width="100" > 修改日期</td>
  194. <td></td>
  195. </tr>-->
  196. </table>
  197. <ul class="tab_list clearfix">
  198. <li class="active">设定依据</li>
  199. <li>办理流程</li>
  200. <li>办理材料</li>
  201. <li>办理结果样本</li>
  202. <li>收费标准及依据</li>
  203. <li>附件</li>
  204. </ul>
  205. <div class="tab_content">
  206. <div class="cons" style="display: block;">
  207. <textarea name="" data-adaptheight id="baseon" style="width: 100%;height: 300px;"></textarea>
  208. </div>
  209. <div class="cons">
  210. <textarea name="" data-adaptheight id="process" style="width: 100%;height: 300px;"></textarea>
  211. </div>
  212. <div class="cons">
  213. <textarea name="" data-adaptheight id="material" style="width: 100%;height: 300px;"></textarea>
  214. </div>
  215. <div class="cons">
  216. <textarea name="" data-adaptheight id="template" style="width: 100%;height: 300px;"></textarea>
  217. </div>
  218. <div class="cons">
  219. <textarea name="" data-adaptheight id="payinfo" style="width: 100%;height: 300px;"></textarea>
  220. </div>
  221. <div class="cons">
  222. <div class="fileBox">
  223. <!--<span class="files">文件1<i class="fa fa-remove"></i></span>-->
  224. </div>
  225. <!--<input type="text" placeholder="输入附件详情" style="width:66%" />-->
  226. <!--<span class="fjnr"></span>-->
  227. <input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
  228. <input class="input" type="button" value="上传" id="scwj" />
  229. <input class="input" type="button" value="删除附件" id="scfj" style="display:none;" />
  230. <input type="hidden" id="file" />
  231. <span style="color:#FF0000; border: none;">
  232. (文件格式为png,jpg,mp4,mp3,pdf,doc,docx,xls,xlsx)
  233. </span>
  234. </div>
  235. </div>
  236. <!--<p style="text-align: center;"><button class="btns save">确认保存</button></p>-->
  237. <p style="text-align: center;">
  238. <button class="btns save">保存</button>
  239. <button class="btns savetj">提交</button>
  240. </p>
  241. </div>
  242. <script src="../js/kindeditor/kindeditor-all-min.js"></script>
  243. <script src="../js/kindeditor/lang/zh-CN.js"></script>
  244. <script src="../js/adjustHeight.js"></script>
  245. <script src="../js/laydate/laydate.js"></script>
  246. <script src="js/newRepositoryAdd.js"></script>
  247. </body>
  248. </html>