| 1234567891011121314151617181920212223242526272829 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <script src="../Script/Common/huayi.load.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <link href="../css/layer/need/layer.css" />
- <link rel="stylesheet" href="../css/init.css" />
- <title>诉求退回</title>
- </head>
- <body>
- <div class="Common">
- <table >
- <tr>
- <th >退回原因:</th>
- <td colspan="2"><textarea data-adaptheight name="" rows="6" cols=""></textarea></td>
- </tr>
-
- </table>
- <div class="btn_box">
- <button class="btns">保存</button>
- </div>
- </div>
- <script src="../css/laydate/laydate.js"></script>
- <script src="../js/adjustHeight.js"></script>
- </body>
- </html>
|