| 1234567891011121314151617181920212223242526272829303132333435 |
- <!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 class="Importent">办理时间:</th>
- <td > <input type="text" id="startTime" class="laydate-icon" style="height: 32px;"></td>
- </tr>
- <tr>
- <th class="Importent">交办单位:</th>
- <td > <span></span></td>
- </tr>
- <tr>
- <th class="Importent">交办意见:</th>
- <td><textarea name="" rows="" cols=""></textarea></td>
- </tr>
-
- </table>
- <div class="btn_box">
- <button class="btns">保存</button>
- <button class="btns">保存并交办</button>
- </div>
- </div>
- </body>
- </html>
|