Нет описания

AppealBack.html 721B

1234567891011121314151617181920212223242526272829
  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 >退回原因:</th>
  16. <td colspan="2"><textarea data-adaptheight name="" rows="6" cols=""></textarea></td>
  17. </tr>
  18. </table>
  19. <div class="btn_box">
  20. <button class="btns">保存</button>
  21. </div>
  22. </div>
  23. <script src="../css/laydate/laydate.js"></script>
  24. <script src="../js/adjustHeight.js"></script>
  25. </body>
  26. </html>