1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| <!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}/uwyw/uzc/umyZc.html"><span class="taskicon27"></span><em>驻场事件</em></a>
| <a href="${base}/uwyw/uSatis/uzcsatis.html"><span class="taskicon17"></span><em>服务监督卡</em></a>
| </section>
|
| </body>
| </html>
|
|