Нет описания

AppealDeal.html 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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 href="../css/layer/need/layer.css" />
  8. <link rel="stylesheet" href="../css/init.css" />
  9. <title>诉求回访</title>
  10. </head>
  11. <body>
  12. <div class="Common">
  13. <table >
  14. <tr>
  15. <th class="Importent">办理时限:</th>
  16. <td>
  17. <input type="text" id="startTime" class="laydate-icon" style="height: 32px;">
  18. </td>
  19. </tr>
  20. <tr>
  21. <th class="Importent">承办单位:</th>
  22. <td colspan="2"><textarea data-adaptheight name="" rows="" cols=""></textarea></td>
  23. </tr>
  24. <tr>
  25. <th >交办意见:</th>
  26. <td colspan="2"><textarea data-adaptheight name="" rows="" cols=""></textarea></td>
  27. </tr>
  28. </table>
  29. <div class="btn_box">
  30. <button class="btns">保存</button>
  31. <button class="btns">保存并交办</button>
  32. </div>
  33. </div>
  34. <script src="../css/laydate/laydate.js"></script>
  35. <script src="../js/adjustHeight.js"></script>
  36. <script >
  37. laydate.skin('blue');
  38. laydate({
  39. elem: '#startTime',
  40. event: 'focus'
  41. });
  42. </script>
  43. </body>
  44. </html>