| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <!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 >
- 联系号码:
- <td><input type="text" readonly="readonly" /></td>
-
- </th>
- <th>
-
- <td><button class="btns">电话回访</button></td>
- </th>
- </tr>
- <tr>
- <th class="Importent">
- 回访人:
- <td><input type="text" /></td>
-
- </th>
- <th>
- 回访电话:
- <td><select class="select_"></select></td>
- </th>
- </tr>
- <tr>
- <th class="Importent">回访结果:</th>
- <td><select class="select_"></select></td>
- </tr>
- <tr>
- <th class="Importent">回访信息:</th>
- <td colspan="2"><textarea name="" rows="" cols=""></textarea></td>
- </tr>
- <tr>
- <th ><input type="radio" />提交结案</th>
- </tr>
- <tr>
- <th >结案意见:</th>
- <td colspan="2"><textarea name="" rows="" cols=""></textarea></td>
- </tr>
-
- </table>
- <div class="btn_box">
- <button class="btns">保存</button>
- <button class="btns">保存并提交回访</button>
- </div>
- </div>
- </body>
- </html>
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title></title>
- </head>
- <body>
- </body>
- </html>
|