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">
| [#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/ewzc/ewMyzc.html"><span class="taskicon21"></span><em>驻场事件</em></a>
| <a href="${base}/ewyw/ewsatis/ewmyzcsatis.html"><span class="taskicon22"></span><em>服务监督卡</em></a>
| </section>
|
| </body>
|
|
| </html>
|
|