cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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="${base}/uwyw/uhome.html;"><span></span></a>工作报告
    </header>
    <section class="tasksearch">
        <a href="${base}/uwyw/uWorkReport/uWeekIndex.html?cusId=${cusId}"><span class="taskicon29"></span><em>运维周报</em></a>
        <a href="${base}/uwyw/uWorkReport/uMonthIndex.html?cusId=${cusId}"><span class="taskicon30"></span><em>月报</em></a>
        <a href="${base}/uwyw/uWorkReport/uYearIndex.html?cusId=${cusId}"><span class="taskicon31"></span><em>年报</em></a>
    </section>
</body>
</html>