1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| <!doctype html>
| <html>
| <head>
| <meta charset="utf-8">
| <title>满意度管理</title>
| [#include "/business/wechat/include/title.html" /]
| [#include "/business/wechat/include/wheader.html" /]
|
| </head>
|
| <body >
| <header class="kltit">
| <a href="javascript:history.go(-1);"><span></span></a>满意度管理
| </header>
|
| <section class="tasksearch">
| <a href="${base}/ewyw/ewsatis/ewincisatisList.html"><span class="taskicon14"></span><em>响应支持类</em></a>
| <a href="${base}/ewyw/ewsatis/ewzcsatis.html"><span class="taskicon17"></span><em>驻场服务监督卡</em></a>
| </section>
|
| </body>
| </html>
|
|