<!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}/ewyw/eworkReportCusList.html"><span></span></a>工作报告
|
</header>
|
<section class="tasksearch">
|
<a href="${base}/ewyw/ewWorkReport/ewWeekIndex.html?cusId=${RequestParameters.cusId}"><span class="taskicon29"></span><em>运维周报</em></a>
|
<a href="${base}/ewyw/ewWorkReport/ewMonthIndex.html?cusId=${RequestParameters.cusId}"><span class="taskicon30"></span><em>运维月报</em></a>
|
<a href="${base}/ewyw/ewWorkReport/ewYearIndex.html?cusId=${RequestParameters.cusId}"><span class="taskicon31"></span><em>运维年报</em></a>
|
</section>
|
</body>
|
</html>
|