| 12345678910111213141516171819202122232425262728293031 |
- <!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 >
- <input type="checkbox" name="" id="" value="0" />
- </td>
- </tr>
-
- </table>
- <div class="btn_box">
- <button class="btns">保存</button>
- </div>
- </div>
- <script src="../css/laydate/laydate.js"></script>
- <script >
-
- </script>
- </body>
- </html>
|