12345市长热线标准版-前端

Back.html 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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 >
  16. 联系号码:
  17. <td><input type="text" readonly="readonly" /></td>
  18. </th>
  19. <th>
  20. <td><button class="btns">电话回访</button></td>
  21. </th>
  22. </tr>
  23. <tr>
  24. <th class="Importent">
  25. 回访人:
  26. <td><input type="text" /></td>
  27. </th>
  28. <th>
  29. 回访电话:
  30. <td><select class="select_"></select></td>
  31. </th>
  32. </tr>
  33. <tr>
  34. <th class="Importent">回访结果:</th>
  35. <td><select class="select_"></select></td>
  36. </tr>
  37. <tr>
  38. <th class="Importent">回访信息:</th>
  39. <td colspan="2"><textarea name="" rows="" cols=""></textarea></td>
  40. </tr>
  41. <tr>
  42. <th ><input type="radio" />提交结案</th>
  43. </tr>
  44. <tr>
  45. <th >结案意见:</th>
  46. <td colspan="2"><textarea name="" rows="" cols=""></textarea></td>
  47. </tr>
  48. </table>
  49. <div class="btn_box">
  50. <button class="btns">保存</button>
  51. <button class="btns">保存并提交回访</button>
  52. </div>
  53. </div>
  54. </body>
  55. </html>
  56. <!DOCTYPE html>
  57. <html>
  58. <head>
  59. <meta charset="UTF-8">
  60. <title></title>
  61. </head>
  62. <body>
  63. </body>
  64. </html>